Commit 3ab1919c by Jeff Law

Update autoconf/autoheader generated files.

From-SVN: r17837
parent c6f2ed0d
......@@ -33,21 +33,39 @@
/* Define as the path of the `chmod' program. */
#undef CHMOD_PATH
/* Define if you have the alarm function. */
#undef HAVE_ALARM
/* Define if you have the clock function. */
#undef HAVE_CLOCK
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
/* Define if you have the getgid function. */
#undef HAVE_GETGID
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
/* Define if you have the getrusage function. */
#undef HAVE_GETRUSAGE
/* Define if you have the getuid function. */
#undef HAVE_GETUID
/* Define if you have the getwd function. */
#undef HAVE_GETWD
/* Define if you have the kill function. */
#undef HAVE_KILL
/* Define if you have the link function. */
#undef HAVE_LINK
/* Define if you have the lstat function. */
#undef HAVE_LSTAT
......@@ -57,6 +75,12 @@
/* Define if you have the symlink function. */
#undef HAVE_SYMLINK
/* Define if you have the times function. */
#undef HAVE_TIMES
/* Define if you have the ttyname function. */
#undef HAVE_TTYNAME
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
......@@ -66,38 +90,14 @@
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
/* Define if you have the alarm function. */
#undef HAVE_ALARM
/* Define if you have the times function. */
#undef HAVE_TIMES
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
/* Define if you have the getgid function. */
#undef HAVE_GETGID
/* Define if you have the getuid function. */
#undef HAVE_GETUID
/* Define if you have the kill function. */
#undef HAVE_KILL
/* Define if you have the link function. */
#undef HAVE_LINK
/* Define if you have the ttyname function. */
#undef HAVE_TTYNAME
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
......@@ -1343,7 +1343,7 @@ fi
for ac_func in symlink getcwd getwd lstat gethostname strerror clock \
getrusage times alarm
getrusage times alarm getlogin getgid getuid kill link ttyname
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:1350: checking for $ac_func" >&5
......
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