summaryrefslogtreecommitdiff
path: root/dynconfig/dynconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'dynconfig/dynconfig.h')
-rw-r--r--dynconfig/dynconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dynconfig/dynconfig.h b/dynconfig/dynconfig.h
index 4d24001fcb..2a45f1f35c 100644
--- a/dynconfig/dynconfig.h
+++ b/dynconfig/dynconfig.h
@@ -30,7 +30,6 @@ const char *get_dyn_##name(void); \
const char *set_dyn_##name(const char *newpath); \
bool is_default_dyn_##name(void);
-/* these are in common with s3 */
DEFINE_DYN_CONFIG_PROTO(SBINDIR)
DEFINE_DYN_CONFIG_PROTO(BINDIR)
DEFINE_DYN_CONFIG_PROTO(CONFIGFILE) /**< Location of smb.conf file. **/
@@ -49,8 +48,6 @@ DEFINE_DYN_CONFIG_PROTO(SMB_PASSWD_FILE)
DEFINE_DYN_CONFIG_PROTO(PRIVATE_DIR)
DEFINE_DYN_CONFIG_PROTO(LOCALEDIR)
DEFINE_DYN_CONFIG_PROTO(NMBDSOCKETDIR)
-
-/* these are not in s3 */
DEFINE_DYN_CONFIG_PROTO(DATADIR)
DEFINE_DYN_CONFIG_PROTO(SETUPDIR)
DEFINE_DYN_CONFIG_PROTO(WINBINDD_SOCKET_DIR)