r13244: Allow control of the location of the Samba3-compatible winbindd pipe
[jelmer/samba4-debian.git] / source / dynconfig.c
index 70f17d0b4834735cff2d2d42bb8911c43a544844..742c96df2a2221fdf9ba67e89652479f449cb875 100644 (file)
@@ -80,6 +80,13 @@ const char *dyn_PRIVATE_DIR = PRIVATE_DIR;
 /** SWAT data file (images, etc) directory */
 const char *dyn_SWATDIR = SWATDIR;
 
+/** SETUP files (source files used by the provision) */
 const char *dyn_SETUPDIR = SETUPDIR;
 
+/** EJS Javascript library includes */
 const char *dyn_JSDIR = JSDIR;
+
+/** Where to find the winbindd socket */
+
+const char *dyn_WINBINDD_SOCKET_DIR = WINBINDD_SOCKET_DIR;
+