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
fb0571b5
Commit
fb0571b5
authored
20 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Poll code needs a bit more work.
parent
7a13824c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure
+682
-738
682 additions, 738 deletions
configure
configure.in
+1
-1
1 addition, 1 deletion
configure.in
include/portable.h.in
+0
-3
0 additions, 3 deletions
include/portable.h.in
libraries/libldap/ldap-int.h
+1
-1
1 addition, 1 deletion
libraries/libldap/ldap-int.h
with
684 additions
and
743 deletions
configure
+
682
−
738
View file @
fb0571b5
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
fb0571b5
...
...
@@ -883,7 +883,7 @@ dnl check to see if system call automatically restart
dnl AC_SYS_RESTARTABLE_SYSCALLS
dnl ----------------------------------------------------------------
AC_CHECK_FUNCS( poll )
dnl
AC_CHECK_FUNCS( poll )
AC_CHECK_HEADERS( poll.h )
dnl ----------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
include/portable.h.in
+
0
−
3
View file @
fb0571b5
...
...
@@ -212,9 +212,6 @@
/* Define if you have the pipe function. */
#undef HAVE_PIPE
/* Define if you have the poll function. */
#undef HAVE_POLL
/* Define if you have the pthread_getconcurrency function. */
#undef HAVE_PTHREAD_GETCONCURRENCY
...
...
This diff is collapsed.
Click to expand it.
libraries/libldap/ldap-int.h
+
1
−
1
View file @
fb0571b5
...
...
@@ -43,7 +43,7 @@
#endif
#undef TV2MILLISEC
#define TV2MILLISEC(tv) (((tv)->sec * 1000) + ((tv)->tv_usec/1000))
#define TV2MILLISEC(tv) (((tv)->
tv_
sec * 1000) + ((tv)->tv_usec/1000))
/*
* Support needed if the library is running in the kernel
...
...
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