Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
da549e3a
Commit
da549e3a
authored
Jun 11, 1999
by
Kurt Zeilenga
Browse files
_SGI_MP_SOURCE errno/h_errno experiment
parent
35eff96d
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
acconfig.h
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
...
...
configure
View file @
da549e3a
This diff is collapsed.
Click to expand it.
configure.in
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.
...
...
include/portable.h.in
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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