mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-11 13:50:39 +08:00
Added SGI errno changes.
This commit is contained in:
parent
35cd3edc3d
commit
65185a2005
@ -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 New Issue
Block a user