Use OPENLDAP_PACKAGE (from portable.h) instead of _OLV_PKG, etc.

This commit is contained in:
Howard Chu 2003-03-19 01:38:34 +00:00
parent 5db9c2c269
commit 80f8f900d1
2 changed files with 2 additions and 1 deletions

View File

@ -170,6 +170,7 @@ AC_CFLAGS = @CFLAGS@
AC_DEFS = @CPPFLAGS@ # @DEFS@
AC_LDFLAGS = @LDFLAGS@
AC_LIBS = @LIBS@
CWD_DEF = -D_OLV_CWD=\"`pwd`\"
KRB4_LIBS = @KRB4_LIBS@
KRB5_LIBS = @KRB5_LIBS@

View File

@ -9,5 +9,5 @@ static const char copyright[] =
"COPYING RESTRICTIONS APPLY\n";
_OLV_STATIC const char __Version[] =
"@(#) $" _OLV_PKG ": " _OLV_APP " " _OLV_VER " (" _OLV_DATE " " _OLV_TIME ") $\n\t" _OLV_WHO ":" _OLV_CWD "\n";
"@(#) $" OPENLDAP_PACKAGE ": " _OLV_APP " " OPENLDAP_VERSION " (" _OLV_DATE " " _OLV_TIME ") $\n\t" _OLV_WHO ":" _OLV_CWD "\n";