Commit 0be3e493 authored by Guido van Rossum's avatar Guido van Rossum

The usual effects of a new configure.in

parent 0b82fe77
...@@ -163,9 +163,15 @@ ...@@ -163,9 +163,15 @@
/* Define if you have the dup2 function. */ /* Define if you have the dup2 function. */
#undef HAVE_DUP2 #undef HAVE_DUP2
/* Define if you have the execv function. */
#undef HAVE_EXECV
/* Define if you have the flock function. */ /* Define if you have the flock function. */
#undef HAVE_FLOCK #undef HAVE_FLOCK
/* Define if you have the fork function. */
#undef HAVE_FORK
/* Define if you have the ftime function. */ /* Define if you have the ftime function. */
#undef HAVE_FTIME #undef HAVE_FTIME
...@@ -196,6 +202,9 @@ ...@@ -196,6 +202,9 @@
/* Define if you have the hypot function. */ /* Define if you have the hypot function. */
#undef HAVE_HYPOT #undef HAVE_HYPOT
/* Define if you have the kill function. */
#undef HAVE_KILL
/* Define if you have the link function. */ /* Define if you have the link function. */
#undef HAVE_LINK #undef HAVE_LINK
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment