From: Howard Chu Date: Wed, 19 Mar 2003 01:39:05 +0000 (+0000) Subject: Use OPENLDAP_PACKAGE instead of _OLV_PKG X-Git-Tag: NO_SLAP_OP_BLOCKS~82 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8f15857589d3d65ee80dccfc6e9971c277f31de6;p=openldap Use OPENLDAP_PACKAGE instead of _OLV_PKG --- diff --git a/include/Makefile.in b/include/Makefile.in index 1a8fd9d35f..91d8a55741 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -62,8 +62,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile $(CHMOD) 444 $@ ol_version0.h: $(top_srcdir)/build/version.h - $(CPP) -D_OLV_PKG=\"$(PACKAGE)\" -D_OLV_VER=\"$(VERSION)\" \ - -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@ + $(CPP) -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@ all-common: all-local install-common: all-common install-local diff --git a/include/setup.mak b/include/setup.mak index 116cc0136b..0a2c1ccf66 100644 --- a/include/setup.mak +++ b/include/setup.mak @@ -20,4 +20,4 @@ ldap_features.h: ldap_features.nt portable.h: portable.nt ol_version0.h: ../build/version.h - $(CPP) /EP /D_OLV_PKG=\"OpenLDAP\" /D_OLV_VER=\"2.1.16\" -D_OLV_WHO=\"$(USERNAME)@$(COMPUTERNAME)\" $? > $@ + $(CPP) /EP -D_OLV_WHO=\"$(USERNAME)@$(COMPUTERNAME)\" $? > $@