--- a/plugins/yay/yay.h Wed Jun 13 21:28:03 2001 +0000 +++ b/plugins/yay/yay.h Wed Jun 13 23:12:20 2001 +0000 @@ -41,8 +41,6 @@ #define YAHOO_AUTH_PORT 80 #define YAHOO_PAGER_HOST "cs.yahoo.com" #define YAHOO_PAGER_PORT 5050 -#define YAHOO_DATA_HOST YAHOO_AUTH_HOST -#define YAHOO_DATA_PORT YAHOO_AUTH_PORT enum yahoo_status { YAHOO_STATUS_AVAILABLE, @@ -133,6 +131,11 @@ char *proxy_host; int proxy_port; + char *auth_host; + int auth_port; + char *pager_host; + int pager_port; + char *name; char *cookie;