From 57d091557cfc7900243d8d51ba491632646be35a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 24 Jul 1996 02:42:38 +0000 Subject: [PATCH] putenv --- config.h.in | 3 +++ configure | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index 33b004422c..65edee9b14 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 diff --git a/configure b/configure index 4ee5fe9786..3631f187c8 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /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 -- 2.50.1