diff options
author | Guido van Rossum <guido@python.org> | 1997-01-22 20:53:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-01-22 20:53:30 (GMT) |
commit | 44be35aca47b0bf05c244576b785c9461e3e6d5c (patch) | |
tree | 5534f65d10c547834a62521541872846251b6d55 /config.h.in | |
parent | 54d93d446bed87a8ceea9c48ac84820a19a62344 (diff) | |
download | cpython-44be35aca47b0bf05c244576b785c9461e3e6d5c.zip cpython-44be35aca47b0bf05c244576b785c9461e3e6d5c.tar.gz cpython-44be35aca47b0bf05c244576b785c9461e3e6d5c.tar.bz2 |
A number of new symbols have appeared (courtesy autoconf 2.12?)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 18e2c84..e7f2abb 100644 --- a/config.h.in +++ b/config.h.in @@ -157,6 +157,9 @@ /* Define if you have the dlopen function. */ #undef HAVE_DLOPEN +/* Define if you have the dup2 function. */ +#undef HAVE_DUP2 + /* Define if you have the flock function. */ #undef HAVE_FLOCK @@ -166,6 +169,9 @@ /* Define if you have the ftruncate function. */ #undef HAVE_FTRUNCATE +/* Define if you have the getcwd function. */ +#undef HAVE_GETCWD + /* Define if you have the gethostname_r function. */ #undef HAVE_GETHOSTNAME_R @@ -193,6 +199,9 @@ /* Define if you have the lstat function. */ #undef HAVE_LSTAT +/* Define if you have the memmove function. */ +#undef HAVE_MEMMOVE + /* Define if you have the mkfifo function. */ #undef HAVE_MKFIFO @@ -238,6 +247,12 @@ /* Define if you have the sigrelse function. */ #undef HAVE_SIGRELSE +/* Define if you have the strdup function. */ +#undef HAVE_STRDUP + +/* Define if you have the strerror function. */ +#undef HAVE_STRERROR + /* Define if you have the strftime function. */ #undef HAVE_STRFTIME |