Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
80f8f900
Commit
80f8f900
authored
Mar 19, 2003
by
Howard Chu
Browse files
Use OPENLDAP_PACKAGE (from portable.h) instead of _OLV_PKG, etc.
parent
5db9c2c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/top.mk
View file @
80f8f900
...
...
@@ -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@
...
...
build/version.h
View file @
80f8f900
...
...
@@ -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
"
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment