From 8f15857589d3d65ee80dccfc6e9971c277f31de6 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 19 Mar 2003 01:39:05 +0000 Subject: [PATCH] Use OPENLDAP_PACKAGE instead of _OLV_PKG --- include/Makefile.in | 3 +-- include/setup.mak | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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)\" $? > $@ -- 2.39.2