summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>1999-02-08 17:14:44 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>1999-02-08 17:14:44 +0000
commitfa5d3b74b00bbe76f893b7a83b5a48084c015a18 (patch)
treee426a5e184a6d7a1fa46ac75c0f009a44e125a10 /acconfig.h
parent9071de6fdc9d39e5443d1982cf7689f5d2fc9d45 (diff)
downloadglib-fa5d3b74b00bbe76f893b7a83b5a48084c015a18.tar.gz
Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), that
1999-02-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in, acconfig.h: Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), that set ENOSYS after the call. Test, if pthread_getspecific is posix like or something different, as on PCThreads. * gthread/gthread-posix.c (g_private_get_posix_impl): Use the HAVE_PTHREAD_GETSPECIFIC_POSIX macro to determine, which signature to use for pthread_getspecific.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 6b2910ef4..6c4c1b777 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -46,9 +46,12 @@
#undef HAVE_BROKEN_WCTYPE
#undef HAVE_DOPRNT
#undef HAVE_FLOAT_H
+#undef HAVE_GETPWUID_R
+#undef HAVE_GETPWUID_R_POSIX
#undef HAVE_LIMITS_H
#undef HAVE_LONG_DOUBLE
#undef HAVE_POLL
+#undef HAVE_PTHREAD_GETSPECIFIC_POSIX
#undef HAVE_PWD_H
#undef HAVE_SYS_PARAM_H
#undef HAVE_SYS_POLL_H
@@ -92,7 +95,6 @@
#undef G_THREAD_SOURCE
-#undef HAVE_GETPWUID_R_POSIX
/* #undef PACKAGE */
/* #undef VERSION */