From ab398643a4e44211696ef5ce72b62ab7ecee7bc9 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 19 Jul 2005 02:37:04 +0000 Subject: r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. (This used to be commit 985dbb47d925e79c1195ca219f7ab5d6648b22b8) --- source3/torture/denytest.c | 2 -- source3/torture/locktest.c | 2 -- source3/torture/locktest2.c | 2 -- source3/torture/masktest.c | 2 -- source3/torture/msgtest.c | 2 -- source3/torture/nbio.c | 2 -- source3/torture/scanner.c | 2 -- source3/torture/torture.c | 2 -- source3/torture/utable.c | 2 -- 9 files changed, 18 deletions(-) (limited to 'source3/torture') diff --git a/source3/torture/denytest.c b/source3/torture/denytest.c index a130b59815..291a4035af 100644 --- a/source3/torture/denytest.c +++ b/source3/torture/denytest.c @@ -18,8 +18,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define NO_SYSLOG - #include "includes.h" extern BOOL torture_showall; diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c index cdeebf2f8e..a0698162d1 100644 --- a/source3/torture/locktest.c +++ b/source3/torture/locktest.c @@ -18,8 +18,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define NO_SYSLOG - #include "includes.h" static fstring password[2]; diff --git a/source3/torture/locktest2.c b/source3/torture/locktest2.c index 45c0890dc3..d0b502c74e 100644 --- a/source3/torture/locktest2.c +++ b/source3/torture/locktest2.c @@ -18,8 +18,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define NO_SYSLOG - #include "includes.h" static fstring password; diff --git a/source3/torture/masktest.c b/source3/torture/masktest.c index f3c87e0c72..07bfe69121 100644 --- a/source3/torture/masktest.c +++ b/source3/torture/masktest.c @@ -18,8 +18,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define NO_SYSLOG - #include "includes.h" static fstring password; diff --git a/source3/torture/msgtest.c b/source3/torture/msgtest.c index c40973a75c..ac55d70327 100644 --- a/source3/torture/msgtest.c +++ b/source3/torture/msgtest.c @@ -21,8 +21,6 @@ test code for internal messaging */ -#define NO_SYSLOG - #include "includes.h" static int pong_count; diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c index e00fce02db..795392ae5c 100644 --- a/source3/torture/nbio.c +++ b/source3/torture/nbio.c @@ -20,8 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define NO_SYSLOG - #include "includes.h" #define MAX_FILES 1000 diff --git a/source3/torture/scanner.c b/source3/torture/scanner.c index 93f89c105c..1893be8369 100644 --- a/source3/torture/scanner.c +++ b/source3/torture/scanner.c @@ -18,8 +18,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define NO_SYSLOG - #include "includes.h" #define VERBOSE 0 diff --git a/source3/torture/torture.c b/source3/torture/torture.c index f59da14b79..d3596fcd98 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -18,8 +18,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define NO_SYSLOG - #include "includes.h" extern char *optarg; diff --git a/source3/torture/utable.c b/source3/torture/utable.c index c9b30f06e1..1d06194e46 100644 --- a/source3/torture/utable.c +++ b/source3/torture/utable.c @@ -18,8 +18,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define NO_SYSLOG - #include "includes.h" BOOL torture_utable(int dummy) -- cgit