mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Added SGI errno changes.
This commit is contained in:
parent
35cd3edc3d
commit
65185a2005
3 changed files with 203 additions and 194 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue