From a3a7881d39d0c294d0cd2ce13203478fb889b07c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 30 Aug 2005 13:58:48 +0000 Subject: 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) --- source4/param/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/param/config.mk') 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 -- cgit