Ajout de HAVE_PUTENV

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1948 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1998-04-30 13:38:50 +00:00
parent 11a4c45b78
commit 3db95473a4
2 changed files with 13 additions and 0 deletions

View File

@ -178,3 +178,11 @@
/* Define HAS_MKTIME if you have mktime(). */
#define HAS_SETSID
/* Define HAS_SETSID if you have setsid(). */
#define HAS_PUTENV
/* Define HAS_PUTENV if you have putenv(). */

5
configure vendored
View File

@ -572,6 +572,11 @@ if sh ./hasgot setsid; then
echo "#define HAS_SETSID" >> s.h
fi
if sh ./hasgot putenv; then
echo "putenv() found."
echo "#define HAS_PUTENV" >> s.h
fi
# Determine if the debugger is supported
if test "$has_sockets" = "yes"; then