Test for big endian, random, rand, setitimer

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1262 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-08 03:55:26 +00:00
parent ae72b52fb4
commit da4267afed

View File

@@ -28,6 +28,8 @@ CFLAGS="-g"
dnl test
AC_C_BIGENDIAN
AM_C_PROTOTYPES
dnl Checks for libraries.
@@ -50,6 +52,7 @@ AC_DECL_YYTEXT
dnl Checks for library functions.
AC_CHECK_FUNCS(gethostname mktime select socket strdup strstr)
AC_CHECK_FUNCS(random rand setitimer)
AC_TYPE_SIGNAL
if test "$ac_cv_type_signal" = "void" ; then