diff options
author | das <das> | 2008-08-13 23:14:26 (GMT) |
---|---|---|
committer | das <das> | 2008-08-13 23:14:26 (GMT) |
commit | 6425f2590d59b5a5c46cb4b50f2152a1118263ed (patch) | |
tree | a867cc9ba3b69a4b9c2b457f58c41aed61af3a3b /unix/tclConfig.h.in | |
parent | 888bcc6e0d9b7a8192cd0b44b674df936fc093b7 (diff) | |
download | tcl-6425f2590d59b5a5c46cb4b50f2152a1118263ed.zip tcl-6425f2590d59b5a5c46cb4b50f2152a1118263ed.tar.gz tcl-6425f2590d59b5a5c46cb4b50f2152a1118263ed.tar.bz2 |
autoheader-2.59
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 5b9b433..d68948e 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -4,12 +4,6 @@ #ifndef _TCLCONFIG #define _TCLCONFIG -/* 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 - /* Is gettimeofday() actually declared in <sys/time.h>? */ #undef GETTOD_NOT_DECLARED @@ -151,18 +145,9 @@ /* Define to 1 if you have the `pthread_atfork' function. */ #undef HAVE_PTHREAD_ATFORK -/* 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 putenv() copy strings or incorporate them by reference? */ #undef HAVE_PUTENV_THAT_COPIES |