From d309499b9e268bff5e366a9986528f0accbc02b3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 13 Apr 2011 15:13:45 +1000 Subject: s3-build Remove distinct LOCALEDIR subsystem This is no different to the rest of dynconfig, and so should be dealt with there. Andrew Bartlett --- source3/include/dynconfig.h | 4 ++++ source3/include/localedir.h | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 source3/include/localedir.h (limited to 'source3/include') diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index cd6dcb78d1..d0e42dc9f5 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -94,3 +94,7 @@ bool is_default_dyn_SMB_PASSWD_FILE(void); const char *get_dyn_PRIVATE_DIR(void); const char *set_dyn_PRIVATE_DIR(const char *newpath); bool is_default_dyn_PRIVATE_DIR(void); + +const char *get_dyn_LOCALEDIR(void); +const char *set_dyn_LOCALEDIR(const char *newpath); +bool is_default_dyn_LOCALEDIR(void); diff --git a/source3/include/localedir.h b/source3/include/localedir.h deleted file mode 100644 index 2a291d3ceb..0000000000 --- a/source3/include/localedir.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __LOCALEDIR_H__ -#define __LOCALEDIR_H__ - -extern const char *dyn_LOCALEDIR; - -#endif -- cgit