summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-09 13:25:34 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-09 13:25:34 +0000
commit35f815d2786ec1bd99676f62ff5e636e81809e51 (patch)
tree818cb243996551d2bac26b0388b0cec28d9b54ed /source3/include/local.h
parent5a5049cd77c608134c87a2332b8a070c01731680 (diff)
downloadsamba-35f815d2786ec1bd99676f62ff5e636e81809e51.tar.gz
samba-35f815d2786ec1bd99676f62ff5e636e81809e51.tar.bz2
samba-35f815d2786ec1bd99676f62ff5e636e81809e51.zip
this gets smbd compiling and linking correctly with the new layout.
(This used to be commit d08fa39cec5c71a9034dbf4241fc7e195f1bbaa5)
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index afe1a3b1c6..2350c00211 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -5,6 +5,11 @@
#ifndef _LOCAL_H
#define _LOCAL_H
+/* The default workgroup - usually overridden in smb.conf */
+#ifndef WORKGROUP
+#define WORKGROUP "WORKGROUP"
+#endif
+
/* This defines the section name in the configuration file that will contain */
/* global parameters - that is, parameters relating to the whole server, not */
/* just services. This name is then reserved, and may not be used as a */