diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-12-30 14:55:47 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-12-30 14:55:47 (GMT) |
commit | d1fc34d563a9fd06a78226b1bb4e56286c70e035 (patch) | |
tree | e71e106006d670ee75334178eb7a6171d9ad831e /pyconfig.h.in | |
parent | 0dbebc02edfb5489248ab42f14f90cf9435e5796 (diff) | |
download | cpython-d1fc34d563a9fd06a78226b1bb4e56286c70e035.zip cpython-d1fc34d563a9fd06a78226b1bb4e56286c70e035.tar.gz cpython-d1fc34d563a9fd06a78226b1bb4e56286c70e035.tar.bz2 |
Build and install libpython3.so.
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 9fbcef8..f86621b 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -497,6 +497,9 @@ /* Define to 1 if you have the `pause' function. */ #undef HAVE_PAUSE +/* Define if the OS supports pipe2() */ +#undef HAVE_PIPE2 + /* Define to 1 if you have the `plock' function. */ #undef HAVE_PLOCK |