diff options
Diffstat (limited to 'unix/tclConfig.h.in')
| -rw-r--r-- | unix/tclConfig.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 0bf3c3d..1acc55d 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -184,6 +184,9 @@ /* Define to 1 if you have the `OSSpinLockLock' function. */ #undef HAVE_OSSPINLOCKLOCK +/* Should we use pselect()? */ +#undef HAVE_PSELECT + /* Define to 1 if you have the `pthread_atfork' function. */ #undef HAVE_PTHREAD_ATFORK @@ -346,9 +349,6 @@ /* Do we have getwd() */ #undef NO_GETWD -/* Do we have a usable 'isnan'? */ -#undef NO_ISNAN - /* Do we have memmove()? */ #undef NO_MEMMOVE |
