From cc83d5b9f114a6ff1a7d6e1f0ed08c2fc35f53a0 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 15 Aug 2008 00:43:31 +0200 Subject: dynconfig: add support for MODULESDIR. Michael (This used to be commit 34309f097f5c7321930bf6c2ea2447de1008130c) --- source3/include/dynconfig.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/dynconfig.h') diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index 8a9bb5ef97..758bde33cc 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -55,6 +55,10 @@ const char *get_dyn_LIBDIR(void); const char *set_dyn_LIBDIR(const char *newpath); bool is_default_dyn_LIBDIR(void); +const char *get_dyn_MODULESDIR(void); +const char *set_dyn_MODULESDIR(const char *newpath); +bool is_default_dyn_MODULESDIR(void); + const char *get_dyn_SHLIBEXT(void); const char *set_dyn_SHLIBEXT(const char *newpath); bool is_default_dyn_SHLIBEXT(void); -- cgit