Added SGI errno changes.

This commit is contained in:
Juan Gomez 1999-06-18 07:19:21 +00:00
parent 35cd3edc3d
commit 65185a2005
3 changed files with 203 additions and 194 deletions

392
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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.

View File

@ -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