aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-06-15 17:18:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-06-15 17:18:10 +0300
commit722cd50db28a1162c5fa801cd0e4308534096283 (patch)
tree7ca1778578789b9c95ab17e00a14266cec8de50e /configure.ac
parent8535eb69257ab1212fc2dc8a6c1f98e68612e397 (diff)
downloadsmap-722cd50db28a1162c5fa801cd0e4308534096283.tar.gz
smap-722cd50db28a1162c5fa801cd0e4308534096283.tar.bz2
Minor changes.
* configure.ac: Check for set.*[ug]id functions. * src/smapd.c (idle_timeout): Default to 10 minutes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3b0ac68..9e6b43a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,8 @@ AC_TYPE_SIGNAL
AC_TYPE_SIZE_T
# Checks for library functions.
-AC_CHECK_FUNCS([getopt_long sysconf getdtablesize])
+AC_CHECK_FUNCS([getopt_long sysconf getdtablesize \
+ setegid setregid setresgid setreuid])
AC_ARG_WITH([tcp-wrappers],
AC_HELP_STRING([--with-tcp-wrappers],

Return to:

Send suggestions and report system problems to the System administrator.