diff options
author | das <das> | 2008-08-13 23:14:00 (GMT) |
---|---|---|
committer | das <das> | 2008-08-13 23:14:00 (GMT) |
commit | 7725a02421f2c730493fbb97c8d5aae5e223d330 (patch) | |
tree | 223a32b412f38a17a256e57161cbb4f8eb078cc6 /unix | |
parent | cdac370fafa8bb9b860b3c716e791a3439bf44e0 (diff) | |
download | tk-7725a02421f2c730493fbb97c8d5aae5e223d330.zip tk-7725a02421f2c730493fbb97c8d5aae5e223d330.tar.gz tk-7725a02421f2c730493fbb97c8d5aae5e223d330.tar.bz2 |
autoheader-2.59
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkConfig.h.in | 15 |
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 |