Commit 57d09155 authored by Guido van Rossum's avatar Guido van Rossum

putenv

parent dde43176
......@@ -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
......
#! /bin/sh
# From configure.in Revision: 1.28
# From configure.in Revision: 1.29
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.10
......@@ -2133,7 +2133,7 @@ fi
# checks for library functions
for ac_func in chown clock dlopen flock ftime ftruncate \
gethostname_r getpeername getpgrp getpid gettimeofday getwd \
link lstat mkfifo nice plock readlink \
link lstat mkfifo nice plock putenv readlink \
select setgid setuid setsid setpgid setpgrp setvbuf \
sigaction siginterrupt sigrelse strftime symlink \
tcgetpgrp tcsetpgrp times truncate uname waitpid
......
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