Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
65185a20
Commit
65185a20
authored
Jun 18, 1999
by
Juan Gomez
Browse files
Added SGI errno changes.
parent
35cd3edc
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
65185a20
This diff is collapsed.
Click to expand it.
configure.in
View file @
65185a20
...
...
@@ -1034,6 +1034,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 this might cause the errno symbol to be
dnl replaced with a function to get a thread specific errno.
...
...
include/portable.h.in
View file @
65185a20
...
...
@@ -108,6 +108,10 @@
#ifndef _THREAD_SAFE
#undef _THREAD_SAFE
#endif
#ifndef _SGI_MP_SOURCE
#undef _SGI_MP_SOURCE
#endif
/* define this if toupper() requires tolower() check */
#undef C_UPPER_LOWER
...
...
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