Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukas However
OpenLDAP
Commits
729a3be8
Commit
729a3be8
authored
Feb 16, 2007
by
Kurt Zeilenga
Browse files
ready for release
parent
ebe8ad2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/version.var
View file @
729a3be8
...
...
@@ -15,9 +15,9 @@
ol_package
=
OpenLDAP
ol_major
=
2
ol_minor
=
4
ol_patch
=
X
ol_patch
=
4alpha
ol_api_inc
=
20404
ol_api_current
=
1
ol_api_revision
=
3
ol_api_age
=
1
ol_release_date
=
"200
6/10/20
"
ol_api_current
=
2
ol_api_revision
=
0
ol_api_age
=
0
ol_release_date
=
"200
7/02/16
"
libraries/libldap/ldap-int.h
View file @
729a3be8
...
...
@@ -42,6 +42,9 @@
#define SASL_MIN_BUFF_SIZE 4096
#endif
/* for struct timeval */
#include
<ac/time.h>
#undef TV2MILLISEC
#define TV2MILLISEC(tv) (((tv)->tv_sec * 1000) + ((tv)->tv_usec/1000))
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment