diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-11-19 06:38:34 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-11-19 06:38:34 +0000 |
commit | 4a4b0cc5d35990ebf86fce3be641f3408fa83146 (patch) | |
tree | 8043053bf2342d684cd0651e8cfc5c56c9438b24 /misc/upclient/files/patch-options.h | |
parent | o slave port handling enhancements (diff) |
Update to 4.2.1.23 The Uptimes Project is back!
PR: 32080
Submitted by: maintainer
Approved by: lioux
Notes
Notes:
svn path=/head/; revision=50208
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; |