Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
8d6ae6a2
Commit
8d6ae6a2
authored
22 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
Rename version.h to ol_version.h
parent
c086b9ae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/Makefile.in
+2
-2
2 additions, 2 deletions
include/Makefile.in
include/ol_version.h
+1
-1
1 addition, 1 deletion
include/ol_version.h
with
3 additions
and
3 deletions
include/Makefile.in
+
2
−
2
View file @
8d6ae6a2
...
...
@@ -4,7 +4,7 @@
##
## include Makefile.in for OpenLDAP
all-local
:
ldap_config.h version0.h FORCE
all-local
:
ldap_config.h
ol_
version0.h FORCE
install-local
:
FORCE
-$(
MKDIR
)
$(
DESTDIR
)$(
includedir
)
...
...
@@ -61,7 +61,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile
$(
LDAP_CONFIG
)
>>
$@
;
\
$(
CHMOD
)
444
$@
version0.h
:
$(top_srcdir)/build/version.h
ol_
version0.h
:
$(top_srcdir)/build/version.h
$(
CPP
)
-D_OLV_PKG
=
\"
$(
PACKAGE
)
\"
-D_OLV_VER
=
\"
$(
VERSION
)
\"
\
-D_OLV_WHO
=
\"
$$
USER@
`
uname
-n
`
\"
$?
>
$@
...
...
This diff is collapsed.
Click to expand it.
include/version.h
→
include/
ol_
version.h
+
1
−
1
View file @
8d6ae6a2
...
...
@@ -9,4 +9,4 @@
#ifndef _OLV_STATIC
#define _OLV_STATIC static
#endif
#include
"version0.h"
#include
"
ol_
version0.h"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment