Skip to content
Snippets Groups Projects
Commit 80f8f900 authored by Howard Chu's avatar Howard Chu
Browse files

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

parent 5db9c2c2
No related branches found
No related tags found
No related merge requests found
......@@ -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@
......
......@@ -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";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment