diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-08-25 01:14:08 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-08-25 01:14:08 (GMT) |
commit | 5821b777828b98abe7f3cfed21709f09423d0dfa (patch) | |
tree | 63b54b7acd06b352a89dbe0d19c03d50b5adcd04 /config.h.in | |
parent | 65f39adfb36c13e4f5a8400ce2e61e8f1ea04e39 (diff) | |
download | cpython-5821b777828b98abe7f3cfed21709f09423d0dfa.zip cpython-5821b777828b98abe7f3cfed21709f09423d0dfa.tar.gz cpython-5821b777828b98abe7f3cfed21709f09423d0dfa.tar.bz2 |
Add configure tests for poll() (SF patch #100852)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index fcc58bc..8beec1c 100644 --- a/config.h.in +++ b/config.h.in @@ -404,6 +404,9 @@ /* Define if you have the plock function. */ #undef HAVE_PLOCK +/* Define if you have the poll function. */ +#undef HAVE_POLL + /* Define if you have the pthread_init function. */ #undef HAVE_PTHREAD_INIT @@ -536,6 +539,9 @@ /* Define if you have the <ndir.h> header file. */ #undef HAVE_NDIR_H +/* Define if you have the <poll.h> header file. */ +#undef HAVE_POLL_H + /* Define if you have the <pthread.h> header file. */ #undef HAVE_PTHREAD_H |