pull in ksh_maintainer branch: mkstemp() checks

This commit is contained in:
tg 2004-04-07 17:22:48 +00:00
parent 138338c10d
commit 85a77b6191
2 changed files with 6 additions and 11 deletions

View File

@ -1,4 +1,4 @@
/* $MirBSD: config.h,v 1.2 2004/03/21 01:19:44 tg Exp $ */
/* $MirBSD: config.h,v 1.3 2004/04/07 17:22:48 tg Exp $ */
/* $OpenBSD: config.h,v 1.9 2003/10/22 07:40:38 jmc Exp $ */
/* config.h. NOT generated automatically. */
@ -267,6 +267,9 @@
/* Define if you have the killpg function. */
#define HAVE_KILLPG 1
/* Define if you have the mkstemp function. */
#define HAVE_MKSTEMP 1
/* Define if you have the nice function. */
#define HAVE_NICE 1

12
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# $MirBSD: configure,v 1.4 2004/03/21 02:32:48 tg Exp $
# $MirBSD: configure,v 1.5 2004/04/07 17:22:48 tg Exp $
#
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13.20020210
@ -2425,7 +2425,7 @@ EOF
fi
for ac_func in confstr dup2 flock getcwd getwd killpg nice \
for ac_func in confstr dup2 flock getcwd getwd killpg mkstemp nice \
setrlimit strerror strcasecmp strstr sysconf tcsetpgrp \
ulimit waitpid wait3
do
@ -4370,14 +4370,6 @@ cat >> $CONFIG_STATUS <<\EOF
fi
fi; done
EOF
cat >> $CONFIG_STATUS <<EOF
# Extra initialization commands, if any
EOF
cat >> $CONFIG_STATUS <<\EOF
# Extra commands, if any
exit 0
EOF
chmod +x $CONFIG_STATUS