Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Joe Martin
OpenLDAP
Commits
da549e3a
Commit
da549e3a
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
_SGI_MP_SOURCE errno/h_errno experiment
parent
35eff96d
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
acconfig.h
+4
-0
4 additions, 0 deletions
acconfig.h
configure
+554
-551
554 additions, 551 deletions
configure
configure.in
+1
-0
1 addition, 0 deletions
configure.in
include/portable.h.in
+4
-0
4 additions, 0 deletions
include/portable.h.in
with
563 additions
and
551 deletions
acconfig.h
+
4
−
0
View file @
da549e3a
...
...
@@ -36,6 +36,10 @@
#undef _THREAD_SAFE
#endif
#ifndef _SGI_MP_SOURCE
#undef _SGI_MP_SOURCE
#endif
/* define this if cross compiling */
#undef CROSS_COMPILING
...
...
This diff is collapsed.
Click to expand it.
configure
+
554
−
551
View file @
da549e3a
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
0
View file @
da549e3a
...
...
@@ -1168,6 +1168,7 @@ if test $ol_link_threads != no ; then
AC_DEFINE(_THREAD_SAFE,1)
AC_DEFINE(THREADSAFE,1)
AC_DEFINE(_THREADSAFE,1)
AC_DEFINE(_SGI_MP_SOURCE,1)
dnl The errno declaration may dependent upon _REENTRANT.
dnl If it does, we must link with thread support.
...
...
This diff is collapsed.
Click to expand it.
include/portable.h.in
+
4
−
0
View file @
da549e3a
...
...
@@ -118,6 +118,10 @@
#undef _THREAD_SAFE
#endif
#ifndef _SGI_MP_SOURCE
#undef _SGI_MP_SOURCE
#endif
/* define if you have crypt */
#undef HAVE_CRYPT
...
...
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