diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-01-22 02:20:15 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-01-22 02:20:15 (GMT) |
commit | df300d5062aa928260e50832e0788ca6da10c0be (patch) | |
tree | 6a7b0c05b8dbae36753ebcaa3c7cef3c6a10cc41 /pyconfig.h.in | |
parent | e9b7cab1da131f26e0a04900718a39da962b82e1 (diff) | |
download | cpython-df300d5062aa928260e50832e0788ca6da10c0be.zip cpython-df300d5062aa928260e50832e0788ca6da10c0be.tar.gz cpython-df300d5062aa928260e50832e0788ca6da10c0be.tar.bz2 |
Improve the test for dirfd(), some systems #define it rather than have
an actual 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 9360981..8e8f319 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -178,7 +178,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. */ |