diff options
Diffstat (limited to 'misc/upclient/files/patch-options.h')
-rw-r--r-- | misc/upclient/files/patch-options.h | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/misc/upclient/files/patch-options.h b/misc/upclient/files/patch-options.h index ae8744b4a5b3..d3b6d58c09c8 100644 --- a/misc/upclient/files/patch-options.h +++ b/misc/upclient/files/patch-options.h @@ -1,26 +1,14 @@ ---- src/options.h.orig Mon Dec 18 01:22:43 2000 -+++ src/options.h Sat Dec 30 02:49:11 2000 -@@ -33,19 +33,11 @@ - extern int cfg_proxyport; +--- src/options.h.orig Sat Jun 16 17:45:50 2001 ++++ src/options.h Sun Nov 18 16:08:56 2001 +@@ -34,11 +34,7 @@ extern char cfg_proxyuser[PROXYUSER_MAXLEN+1]; extern char cfg_proxypass[PROXYPASS_MAXLEN+1]; --#if defined(PLATFORM_BSD) extern int cfg_sendidle; --#else --extern int cfg_sendidle; --#endif -#if defined(PLATFORM_UNIXWARE) --extern cfg_sendload; + extern int cfg_sendload; -#else --extern cfg_sendload; +-extern int cfg_sendload; -#endif --extern cfg_sendos; --extern cfg_sendoslevel; --extern cfg_sendcpu; -+extern int cfg_sendload; -+extern int cfg_sendos; -+extern int cfg_sendoslevel; -+extern int cfg_sendcpu; - - /* External global variables: set to reflect config options */ - extern int have_proxyserver; + extern int cfg_sendos; + extern int cfg_sendoslevel; + extern int cfg_sendcpu; |