summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2008-08-13 23:14:00 (GMT)
committerdas <das>2008-08-13 23:14:00 (GMT)
commit7725a02421f2c730493fbb97c8d5aae5e223d330 (patch)
tree223a32b412f38a17a256e57161cbb4f8eb078cc6 /unix
parentcdac370fafa8bb9b860b3c716e791a3439bf44e0 (diff)
downloadtk-7725a02421f2c730493fbb97c8d5aae5e223d330.zip
tk-7725a02421f2c730493fbb97c8d5aae5e223d330.tar.gz
tk-7725a02421f2c730493fbb97c8d5aae5e223d330.tar.bz2
autoheader-2.59
Diffstat (limited to 'unix')
-rw-r--r--unix/tkConfig.h.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index 285bb38..baa7e40 100644
--- a/unix/tkConfig.h.in
+++ b/unix/tkConfig.h.in
@@ -4,12 +4,6 @@
#ifndef _TKCONFIG
#define _TKCONFIG
-/* Is pthread_attr_get_np() declared in <pthread.h>? */
-#undef ATTRGETNP_NOT_DECLARED
-
-/* Is pthread_getattr_np declared in <pthread.h>? */
-#undef GETATTRNP_NOT_DECLARED
-
/* Do we have access to Darwin CoreFoundation.framework? */
#undef HAVE_COREFOUNDATION
@@ -34,18 +28,9 @@
/* Define to 1 if you have the `open64' function. */
#undef HAVE_OPEN64
-/* Do we want a BSD-like thread-attribute interface? */
-#undef HAVE_PTHREAD_ATTR_GET_NP
-
/* Define to 1 if you have the `pthread_attr_setstacksize' function. */
#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
-/* Do we want a Linux-like thread-attribute interface? */
-#undef HAVE_PTHREAD_GETATTR_NP
-
-/* Define to 1 if you have the `pthread_get_stacksize_np' function. */
-#undef HAVE_PTHREAD_GET_STACKSIZE_NP
-
/* Does struct password have a pw_gecos field? */
#undef HAVE_PW_GECOS