diff options
| author | Gregory P. Smith <greg@krypto.org> | 2012-01-16 02:09:11 -0800 |
|---|---|---|
| committer | Gregory P. Smith <greg@krypto.org> | 2012-01-16 02:09:11 -0800 |
| commit | 30c8a11836aca6a30944675ee0ac83be13c6a85b (patch) | |
| tree | fd294b9e7a83f9deed2822d92f6f5768a9fa5520 /pyconfig.h.in | |
| parent | b5a6deb26c5e00201498d81fe004cc9b90b19333 (diff) | |
| parent | 6914048088e93e8200383dd74d494b95b8c96cd6 (diff) | |
| download | cpython-git-30c8a11836aca6a30944675ee0ac83be13c6a85b.tar.gz | |
Add a test for the dirfd library function (to be used in an upcoming
change). configure will be regenerated in the next commit.
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 accc8938b0..7f7b3c58a8 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -181,6 +181,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the `dirfd' function. */ +#undef HAVE_DIRFD + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H |
