diff options
| author | Jesus Cea <jcea@jcea.es> | 2011-11-14 19:07:41 +0100 |
|---|---|---|
| committer | Jesus Cea <jcea@jcea.es> | 2011-11-14 19:07:41 +0100 |
| commit | d8b9ae6e8f6d9a562ccdf4700d24c0155979fb4f (patch) | |
| tree | c4b426e7c29b2547e789557cbfb649aacbab2cc8 /pyconfig.h.in | |
| parent | d5d4406c8ebbbdf8a8961fc119be22b15a1c40ad (diff) | |
| download | cpython-git-d8b9ae6e8f6d9a562ccdf4700d24c0155979fb4f.tar.gz | |
Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives.
Diffstat (limited to 'pyconfig.h.in')
| -rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 33ba6c7a74..2d1fd48fe3 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -883,6 +883,9 @@ /* Define to 1 if you have the <sys/bsdtty.h> header file. */ #undef HAVE_SYS_BSDTTY_H +/* Define to 1 if you have the <sys/devpoll.h> header file. */ +#undef HAVE_SYS_DEVPOLL_H + /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H |
