diff options
| author | Gregory P. Smith <greg@krypto.org> | 2012-01-16 02:05:23 -0800 |
|---|---|---|
| committer | Gregory P. Smith <greg@krypto.org> | 2012-01-16 02:05:23 -0800 |
| commit | 4188441f96bb5a59368a73911700a31b2e46522e (patch) | |
| tree | cccfe1d95e4c3f20c863251908b08a05b7e664c1 /pyconfig.h.in | |
| parent | dc224f82c058b5cea38c8056fc18ea2aa6005a86 (diff) | |
| download | cpython-git-4188441f96bb5a59368a73911700a31b2e46522e.tar.gz | |
Test for the dirfd library function (for use in some upcoming
changes).
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 a2bb1cd26c..7a20810ed4 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -178,6 +178,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 |
