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
3520850d
Commit
3520850d
authored
22 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
rebuild
parent
bc35e4bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+844
-836
844 additions, 836 deletions
configure
include/portable.h.in
+12
-0
12 additions, 0 deletions
include/portable.h.in
with
856 additions
and
836 deletions
configure
+
844
−
836
View file @
3520850d
This diff is collapsed.
Click to expand it.
include/portable.h.in
+
12
−
0
View file @
3520850d
...
...
@@ -236,6 +236,9 @@
/* Define if you have the send function. */
#undef HAVE_SEND
/* Define if you have the sendmsg function. */
#undef HAVE_SENDMSG
/* Define if you have the sendto function. */
#undef HAVE_SENDTO
...
...
@@ -890,6 +893,12 @@
/* define if you actually have sys_errlist in your libs */
#undef HAVE_SYS_ERRLIST
/* define if you have libtool -ltdl */
#undef HAVE_LIBLTDL
/* define this to add SLAPI code */
#undef LDAP_SLAPI
/* define this to add debugging code */
#undef LDAP_DEBUG
...
...
@@ -1010,6 +1019,9 @@
/* define to enable rewriting in back-ldap and back-meta */
#undef ENABLE_REWRITE
/* define to enable slapi library */
#undef ENABLE_SLAPI
/* begin of postamble */
...
...
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