summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-07-19 02:37:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:11 -0500
commitab398643a4e44211696ef5ce72b62ab7ecee7bc9 (patch)
tree811b82bed8484ebfd56c20b1b95f84d38105eee0 /source3/client
parent263a51cd62815b568d0d2053ee29cdd77428ba31 (diff)
downloadsamba-ab398643a4e44211696ef5ce72b62ab7ecee7bc9.tar.gz
samba-ab398643a4e44211696ef5ce72b62ab7ecee7bc9.tar.bz2
samba-ab398643a4e44211696ef5ce72b62ab7ecee7bc9.zip
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
(This used to be commit 985dbb47d925e79c1195ca219f7ab5d6648b22b8)
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c2
-rw-r--r--source3/client/smbmount.c2
-rw-r--r--source3/client/smbspool.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index d7905770e9..d22f1245fa 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -21,8 +21,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#define NO_SYSLOG
-
#include "includes.h"
#include "client/client_proto.h"
#ifndef REGISTER
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c
index 04bb103dae..4438964b83 100644
--- a/source3/client/smbmount.c
+++ b/source3/client/smbmount.c
@@ -18,8 +18,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#define NO_SYSLOG
-
#include "includes.h"
#include <mntent.h>
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c
index 04f293a8e6..16b071af19 100644
--- a/source3/client/smbspool.c
+++ b/source3/client/smbspool.c
@@ -23,8 +23,6 @@
#include "includes.h"
-
-#define NO_SYSLOG
#define PW_MAX_BUF_SIZE sysconf(_SC_GETPW_R_SIZE_MAX)
#define TICKET_CC_DIR "/tmp"
#define CC_PREFIX "krb5cc_" /* prefix of the ticket cache */