954
954
#---START: Used in for client configure
955
955
# Check base type of last arg to accept
958
958
# Figure out what type of struct rlimit to use with setrlimit
960
960
# Find where the stack goes
962
962
# We want to skip alloca on irix unconditionally. It may work on some version..
964
964
# Do struct timespec have members tv_sec or ts_sec
966
966
# Do we have the tzname variable
968
968
# Do the c++ compiler have a bool type
970
970
AC_CHECK_TYPES([sigset_t, off_t], [], [], [#include <sys/types.h>])
971
971
AC_CHECK_TYPES([size_t], [], [], [#include <stdio.h>])
972
972
AC_CHECK_TYPES([u_int32_t])
977
977
dnl Checks for header files.