diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-01-22 02:21:56 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-01-22 02:21:56 (GMT) |
commit | 1577cf758b061b2b9ae7449b637e67eb05b6e803 (patch) | |
tree | 5e6cfe8472053cf1ac463d6eebf3c634a7596df3 /pyconfig.h.in | |
parent | d45382db0b1fd6ad89cc43cd87c181f2289a403e (diff) | |
parent | df300d5062aa928260e50832e0788ca6da10c0be (diff) | |
download | cpython-1577cf758b061b2b9ae7449b637e67eb05b6e803.zip cpython-1577cf758b061b2b9ae7449b637e67eb05b6e803.tar.gz cpython-1577cf758b061b2b9ae7449b637e67eb05b6e803.tar.bz2 |
Improve the test for dirfd(). Some systems #define it rather than
have it as a library function.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 7068132..fd4cfc7 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -181,7 +181,7 @@ */ #undef HAVE_DIRENT_H -/* Define to 1 if you have the `dirfd' function. */ +/* Define if you have the 'dirfd' function or macro. */ #undef HAVE_DIRFD /* Define to 1 if you have the <dlfcn.h> header file. */ |