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
aacfd001
Commit
aacfd001
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Updated to 1.8
parent
3b7a3c35
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/portable.h.nt
+16
-1
16 additions, 1 deletion
include/portable.h.nt
with
16 additions
and
1 deletion
include/portable.h.nt
+
16
−
1
View file @
aacfd001
/* include/portable.h.nt -- manually updated of MS NT (MS VC5) */
/* synced with portable.h.in 1.
6
*/
/* synced with portable.h.in 1.
8
*/
/*
Copyright 1998 The OpenLDAP Foundation, Redwood City, California, USA
All rights reserved.
...
...
@@ -86,6 +86,12 @@ typedef char * caddr_t;
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
/* #undef HAVE_SYS_WAIT_H */
/* Define if you have the tempnam function. */
/* #undef HAVE_TEMPNAM */
/* Define if you have the thr_setconcurrency function. */
/* #undef HAVE_THR_SETCONCURRENCY */
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
...
...
@@ -129,6 +135,12 @@ typedef char * caddr_t;
/* Define if your <sys/time.h> declares struct tm. */
/* #undef TM_IN_SYS_TIME */
/* define this if needed to get reentrant functions */
#undef _REENTRANT
/* define this if needed to get threadsafe functions */
#undef _THREAD_SAFE
/* Define to `int' if <sys/types.h> doesn't define. */
#define uid_t long
...
...
@@ -297,6 +309,9 @@ typedef char * caddr_t;
/* Define if you have the pthread_kill function. */
/* #undef HAVE_PTHREAD_KILL */
/* Define if you have the pthread_setconcurrency function. */
/* #undef HAVE_PTHREAD_SETCONCURRENCY */
/* Define if you have the pthread_yield function. */
/* #undef HAVE_PTHREAD_YIELD */
...
...
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