summaryrefslogtreecommitdiff
path: root/source4/param/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-30 13:58:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:35:02 -0500
commita3a7881d39d0c294d0cd2ce13203478fb889b07c (patch)
tree4f2a78f93e9a369cd6658f2f6ef180b8f27ebe70 /source4/param/config.mk
parentf3c121eb748b37a8b60d353d371bed9b79d0e37c (diff)
downloadsamba-a3a7881d39d0c294d0cd2ce13203478fb889b07c.tar.gz
samba-a3a7881d39d0c294d0cd2ce13203478fb889b07c.tar.bz2
samba-a3a7881d39d0c294d0cd2ce13203478fb889b07c.zip
r9798: Add generic functions for handling smb.conf files (the parameters don't to be pre-declared). Also doesn't use any globals, so multiple files can be loaded at once.
Currently uses the prefix "param" for all functions and structures; suggestions for better ones are welcome... Remove old smb.conf-parsing code from libsamba3. (This used to be commit 414e5f7f6dc38a8fde3b61d524a664f56f9ea592)
Diffstat (limited to 'source4/param/config.mk')
-rw-r--r--source4/param/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk
index 1f5b636754..5126f7cd52 100644
--- a/source4/param/config.mk
+++ b/source4/param/config.mk
@@ -2,4 +2,5 @@
INIT_OBJ_FILES = dynconfig.o
ADD_OBJ_FILES = param/loadparm.o \
param/params.o \
- passdb/secrets.o
+ passdb/secrets.o \
+ param/generic.o