summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-01 16:01:28 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-02 12:31:35 +1000
commit2240ac96c1dc328e8a57342a7cdc7766b972e2bc (patch)
treea1015e87a6a5122c4e5aba12de99cf191cbb9f62 /source3
parent4f3a155fb5e348abb76c5608dc7c765ef61a7781 (diff)
downloadsamba-2240ac96c1dc328e8a57342a7cdc7766b972e2bc.tar.gz
samba-2240ac96c1dc328e8a57342a7cdc7766b972e2bc.tar.bz2
samba-2240ac96c1dc328e8a57342a7cdc7766b972e2bc.zip
s3-param Remove #defines already in common loadparm.h
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 1b6d3a14b9..8bbc629162 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -80,18 +80,6 @@ bool bLoaded = false;
extern userdom_struct current_user_info;
-#ifndef GLOBAL_NAME
-#define GLOBAL_NAME "global"
-#endif
-
-#ifndef PRINTERS_NAME
-#define PRINTERS_NAME "printers"
-#endif
-
-#ifndef HOMES_NAME
-#define HOMES_NAME "homes"
-#endif
-
/* the special value for the include parameter
* to be interpreted not as a file name but to
* trigger loading of the global smb.conf options