aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-02-12 10:16:58 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-02-12 10:16:58 +0000
commit98b8f618f9a98290a1427e2ce42c373e4ef43626 (patch)
tree3d4d559059ea0b23a4940e4002f55312959abae4 /configure.ac
parent2772db7926b4032fc675d20f3c55ec963b9a3209 (diff)
downloadgsc-98b8f618f9a98290a1427e2ce42c373e4ef43626.tar.gz
gsc-98b8f618f9a98290a1427e2ce42c373e4ef43626.tar.bz2
AC_TYPE_SIGNAL
git-svn-id: file:///svnroot/gsc/trunk@193 d2de0444-eb31-0410-8365-af798a554d48
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2018f44..86da1f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,20 +22,21 @@ AC_CHECK_HEADERS([stdlib.h string.h sys/file.h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
+AC_TYPE_SIGNAL
AC_TYPE_UID_T
-AC_FUNC_OBSTACK
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_HEADER_STDBOOL
# Checks for library functions.
+AC_FUNC_OBSTACK
AC_FUNC_ERROR_AT_LINE
AC_FUNC_FORK
AC_FUNC_MALLOC
AC_FUNC_MEMCMP
AC_FUNC_STAT
AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([memset strchr strdup strerror strrchr])
+AC_CHECK_FUNCS([memset strchr strdup strerror strrchr setegid setregid setresgid seteuid setreuid])
# Sendmail version or cfdir
AC_SUBST(SENDMAIL_VERSION)

Return to:

Send suggestions and report system problems to the System administrator.