s3compat: fixed build
authorAndrew Tridgell <tridge@samba.org>
Wed, 28 Apr 2010 08:39:15 +0000 (18:39 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jun 2010 01:12:31 +0000 (11:12 +1000)
s3dynconfig is not needed any more

source4/s3compat/s3dynconfig.c [deleted file]
source4/s3compat/wscript_build

diff --git a/source4/s3compat/s3dynconfig.c b/source4/s3compat/s3dynconfig.c
deleted file mode 100644 (file)
index 35c3211..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
-   Unix SMB/CIFS implementation.
-
-   s3 compatibility routines
-
-   Copyright (C) Andrew Tridgell               2010
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 3 of the License, or
-   (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#include "includes.h"
-#include "s3compat.h"
-#include "source4/dynconfig/dynconfig.h"
-
-const char *get_dyn_CODEPAGEDIR(void)
-{
-       return "";
-}
-
-const char *get_dyn_MODULESDIR(void)
-{
-       return "";
-}
-
-const char *get_dyn_SHLIBEXT(void)
-{
-       return ".so";
-}
-
-const char *get_dyn_CONFIGFILE(void)
-{
-       return dyn_CONFIGFILE;
-}
-
-const char *get_dyn_LIBDIR(void)
-{
-       return "";
-}
-
-const char *get_dyn_LOGFILEBASE(void)
-{
-       return dyn_LOGFILEBASE;
-}
-
-const char *get_dyn_PRIVATE_DIR(void)
-{
-       return dyn_PRIVATE_DIR;
-}
-
-const char *get_dyn_STATEDIR(void)
-{
-       return "";
-}
-
-const char *get_dyn_PIDDIR(void)
-{
-       return dyn_PIDDIR;
-}
-
-const char *get_dyn_LOCKDIR(void)
-{
-       return dyn_LOCKDIR;
-}
-
-const char *get_dyn_CACHEDIR(void)
-{
-       return "";
-}
-
-const char *get_dyn_SMB_PASSWD_FILE(void)
-{
-       return "";
-}
-
index b377474810768841f5b361f976fd40524e2a38db..416d08fe4afe90d96df4a3c0e9d17967f40ce0f6 100644 (file)
@@ -912,13 +912,9 @@ bld.SAMBA_SUBSYSTEM('s3replace',
                     deps='talloc tevent tdb',
                     hide_symbols=True)
 
-bld.SAMBA_SUBSYSTEM('s3dynconfig',
-                    source='s3dynconfig.c',
-                    hide_symbols=True)
-
 bld.SAMBA_LIBRARY('s3compatcore',
                   source=[],
-                  deps='s3replace s3compat_wrapper s3dynconfig LIBSECURITY_COMMON LIBCRYPTO LIBSAMBA-UTIL s3_smbd HEIMDAL_GSSAPI HEIMDAL_COM_ERR lber ldap tdb tevent talloc',
+                  deps='s3replace s3compat_wrapper LIBSECURITY_COMMON LIBCRYPTO LIBSAMBA-UTIL s3_smbd HEIMDAL_GSSAPI HEIMDAL_COM_ERR lber ldap tdb tevent talloc',
                   hide_symbols=True)
 
 bld.SAMBA_SUBSYSTEM('s3compat',