diff options
author | Guido van Rossum <guido@python.org> | 1997-05-22 20:33:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-22 20:33:33 (GMT) |
commit | 0be3e4936f007d00b919d2ead80ee235722e1084 (patch) | |
tree | 88615f92c88497835861a67bbe6bf6788b51d0e1 /config.h.in | |
parent | 0b82fe773fe20b974b2f4c8ca672373cca396c6f (diff) | |
download | cpython-0be3e4936f007d00b919d2ead80ee235722e1084.zip cpython-0be3e4936f007d00b919d2ead80ee235722e1084.tar.gz cpython-0be3e4936f007d00b919d2ead80ee235722e1084.tar.bz2 |
The usual effects of a new configure.in
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b7942d4..40d3608 100644 --- a/config.h.in +++ b/config.h.in @@ -163,9 +163,15 @@ /* Define if you have the dup2 function. */ #undef HAVE_DUP2 +/* Define if you have the execv function. */ +#undef HAVE_EXECV + /* Define if you have the flock function. */ #undef HAVE_FLOCK +/* Define if you have the fork function. */ +#undef HAVE_FORK + /* Define if you have the ftime function. */ #undef HAVE_FTIME @@ -196,6 +202,9 @@ /* Define if you have the hypot function. */ #undef HAVE_HYPOT +/* Define if you have the kill function. */ +#undef HAVE_KILL + /* Define if you have the link function. */ #undef HAVE_LINK |