Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57d0915

Browse files
committed
putenv
1 parent dde4317 commit 57d0915

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

config.h.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@
187187
/* Define if you have the plock function. */
188188
#undef HAVE_PLOCK
189189

190+
/* Define if you have the putenv function. */
191+
#undef HAVE_PUTENV
192+
190193
/* Define if you have the readlink function. */
191194
#undef HAVE_READLINK
192195

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# From configure.in Revision: 1.28
3+
# From configure.in Revision: 1.29
44

55
# Guess values for system-dependent variables and create Makefiles.
66
# Generated automatically using autoconf version 2.10
@@ -2133,7 +2133,7 @@ fi
21332133
# checks for library functions
21342134
for ac_func in chown clock dlopen flock ftime ftruncate \
21352135
gethostname_r getpeername getpgrp getpid gettimeofday getwd \
2136-
link lstat mkfifo nice plock readlink \
2136+
link lstat mkfifo nice plock putenv readlink \
21372137
select setgid setuid setsid setpgid setpgrp setvbuf \
21382138
sigaction siginterrupt sigrelse strftime symlink \
21392139
tcgetpgrp tcsetpgrp times truncate uname waitpid

0 commit comments

Comments
 (0)