From ba4842a88076133b012cbcef632edb0fb822a56d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 30 Apr 2010 18:20:54 +1000 Subject: Revert "s4: remove unused references to swat" This reverts most of commit 1765732f82719a4bc925f21ef4999bd19a8d1f6c. The s3compat build needs the SWAT location to be compatible with Samba3. --- source4/dynconfig/dynconfig.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/dynconfig/dynconfig.c') diff --git a/source4/dynconfig/dynconfig.c b/source4/dynconfig/dynconfig.c index a56dd3d931..d515bf7a2d 100644 --- a/source4/dynconfig/dynconfig.c +++ b/source4/dynconfig/dynconfig.c @@ -76,6 +76,9 @@ _PUBLIC_ const char *dyn_PIDDIR = PIDDIR; /** Private data directory; holds ldb files and the like */ _PUBLIC_ const char *dyn_PRIVATE_DIR = PRIVATE_DIR; +/** SWAT directory */ +_PUBLIC_ const char *dyn_SWATDIR = SWATDIR; + /** SETUP files (source files used by the provision) */ _PUBLIC_ const char *dyn_SETUPDIR = SETUPDIR; -- cgit