/* Define if you have the tcsetpgrp function. */
#undef HAVE_TCSETPGRP
+/* Define if you have the timegm function. */
+#undef HAVE_TIMEGM
+
/* Define if you have the times function. */
#undef HAVE_TIMES
#! /bin/sh
-# From configure.in Revision: 1.86
+# From configure.in Revision: 1.87
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
kill link lstat mkfifo mktime nice pause plock putenv readlink \
select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
sigaction siginterrupt sigrelse strftime strptime symlink \
- tcgetpgrp tcsetpgrp times truncate uname waitpid
+ tcgetpgrp tcsetpgrp timegm times truncate uname waitpid
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:2649: checking for $ac_func" >&5
kill link lstat mkfifo mktime nice pause plock putenv readlink \
select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
sigaction siginterrupt sigrelse strftime strptime symlink \
- tcgetpgrp tcsetpgrp times truncate uname waitpid)
+ tcgetpgrp tcsetpgrp timegm times truncate uname waitpid)
AC_REPLACE_FUNCS(dup2 getcwd strdup strerror memmove)
AC_CHECK_FUNC(getpgrp, AC_TRY_COMPILE([#include <unistd.h>], [getpgrp(0);], AC_DEFINE(GETPGRP_HAVE_ARG)))
AC_CHECK_FUNC(setpgrp, AC_TRY_COMPILE([#include <unistd.h>], [setpgrp(0,0);], AC_DEFINE(SETPGRP_HAVE_ARG)))