diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-07-29 03:08:05 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-07-29 03:08:05 +0000 |
commit | 3bda7ac417107a7b01d91805ca71c4330657ed21 (patch) | |
tree | 0fb2fb0cbd2df1b77ea814ba30e2bb1f8a1d999f /source/utils | |
parent | 7b3a9d6285cc0d1967155a68845e28c6296ecc67 (diff) | |
download | samba-3bda7ac417107a7b01d91805ca71c4330657ed21.tar.gz samba-3bda7ac417107a7b01d91805ca71c4330657ed21.tar.xz samba-3bda7ac417107a7b01d91805ca71c4330657ed21.zip |
merge from the autoconf2 branch to the main branch
Diffstat (limited to 'source/utils')
-rw-r--r-- | source/utils/nmblookup.c | 4 | ||||
-rw-r--r-- | source/utils/status.c | 4 | ||||
-rw-r--r-- | source/utils/torture.c | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/source/utils/nmblookup.c b/source/utils/nmblookup.c index 59d5771c5d2..551d453dba2 100644 --- a/source/utils/nmblookup.c +++ b/source/utils/nmblookup.c @@ -20,9 +20,7 @@ */ -#ifdef SYSLOG -#undef SYSLOG -#endif +#define NO_SYSLOG #include "includes.h" diff --git a/source/utils/status.c b/source/utils/status.c index 2900d3acbe5..8ece6ed4c1c 100644 --- a/source/utils/status.c +++ b/source/utils/status.c @@ -32,9 +32,7 @@ * This program reports current SMB connections */ -#ifdef SYSLOG -#undef SYSLOG -#endif +#define NO_SYSLOG #include "includes.h" diff --git a/source/utils/torture.c b/source/utils/torture.c index 1abfee05412..53226d00e6d 100644 --- a/source/utils/torture.c +++ b/source/utils/torture.c @@ -19,9 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef SYSLOG -#undef SYSLOG -#endif +#define NO_SYSLOG #include "includes.h" |