diff options
author | Guido van Rossum <guido@python.org> | 1996-07-24 02:42:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-24 02:42:38 (GMT) |
commit | 57d091557cfc7900243d8d51ba491632646be35a (patch) | |
tree | d61c184d602ed5884aa8ff1e116a7ce48e68551a /config.h.in | |
parent | dde43176439f734513f71e36e6f1eb627825c721 (diff) | |
download | cpython-57d091557cfc7900243d8d51ba491632646be35a.zip cpython-57d091557cfc7900243d8d51ba491632646be35a.tar.gz cpython-57d091557cfc7900243d8d51ba491632646be35a.tar.bz2 |
putenv
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 33b0044..65edee9 100644 --- a/config.h.in +++ b/config.h.in @@ -187,6 +187,9 @@ /* Define if you have the plock function. */ #undef HAVE_PLOCK +/* Define if you have the putenv function. */ +#undef HAVE_PUTENV + /* Define if you have the readlink function. */ #undef HAVE_READLINK |