From 8ea6f41ec9d3e2577432a8d9be100f1f42775787 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 25 Oct 2010 06:49:46 +0000 Subject: s4-waf: don't generate PACKAGE_* defines in config.h - We don't use them anywhere (heimdal has special rules) - They calculate the version at configure time and may contain the wrong git hash while building - If we really need them in future we should add them to version.h and not config.h, as the changing git hash will trigger a full rebuild if config.h changes. metze --- source4/heimdal_build/roken.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/heimdal_build/roken.h') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 13989146d9..10d085cbd9 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 -- cgit