From ca98d816cc898ed66a0aa065de65938bd4b71c1a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 13 Jun 2013 19:33:42 +1000 Subject: dynconfig: Remove last s3 markers now we have just one build system Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Wed Jul 24 16:29:15 CEST 2013 on sn-devel-104 --- dynconfig/dynconfig.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'dynconfig/dynconfig.h') 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) -- cgit