diff options
-rw-r--r-- | source4/heimdal_build/config.h | 8 | ||||
-rw-r--r-- | source4/heimdal_build/roken.h | 4 | ||||
-rw-r--r-- | source4/heimdal_build/wscript_build | 1 | ||||
-rw-r--r-- | source4/wscript | 7 |
4 files changed, 8 insertions, 12 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index b8165795a92..611bf2fe0c9 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -9,6 +9,14 @@ #include "include/config.h" #include "../replace/replace.h" +#define VERSIONLIST {"Lorikeet-Heimdal, Modified for Samba4"} + +#define VERSION "Samba" + +#define PACKAGE VERSION +#define PACKAGE_BUGREPORT "https://bugzilla.samba.org/" +#define PACKAGE_VERSION VERSION + #define RCSID(msg) struct __rcsid { int __rcsdi; } #define KRB5 diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 13989146d96..10d085cbd9a 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -21,10 +21,6 @@ /* We want PKINIT */ #define PKINIT 1 -#define VERSIONLIST {"Lorikeet-Heimdal, Modified for Samba4"} - -#define VERSION "Samba" - #define ROKEN_LIB_FUNCTION #define ROKEN_LIB_CALL #define GETHOSTBYADDR_PROTO_COMPATIBLE diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index e08186a6f56..574a3e6f449 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -483,7 +483,6 @@ if not bld.CONFIG_SET('USING_SYSTEM_ROKEN'): HEIMDAL_BINARY('rkpty', 'lib/roken/rkpty.c', deps='roken', - cflags='-DPACKAGE="Samba"', install=False ) diff --git a/source4/wscript b/source4/wscript index c419c16af2b..deb5a9ede8e 100644 --- a/source4/wscript +++ b/source4/wscript @@ -63,13 +63,6 @@ def set_options(opt): def configure(conf): version = load_version(have_git=True) - conf.DEFINE('PACKAGE_NAME', 'samba', quote=True) - conf.DEFINE('PACKAGE_STRING', 'Samba ' + version.STRING, quote=True) - conf.DEFINE('PACKAGE_TARNAME', 'samba', quote=True) - conf.DEFINE('PACKAGE_URL', "http://www.samba.org/", quote=True) - conf.DEFINE('PACKAGE_VERSION', version.STRING, quote=True) - conf.DEFINE('PACKAGE_BUGREPORT', 'http://bugzilla.samba.org/', quote=True) - conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1) conf.DEFINE('_SAMBA_BUILD_', version.MAJOR, add_to_cflags=True) conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True) |