commit | d1fc34d563a9fd06a78226b1bb4e56286c70e035 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Dec 30 14:55:47 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Dec 30 14:55:47 2010 +0000 |
tree | e71e106006d670ee75334178eb7a6171d9ad831e | |
parent | 0dbebc02edfb5489248ab42f14f90cf9435e5796 [diff] [blame] |
Build and install libpython3.so.
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