From: Theodore Tso Date: Tue, 8 Nov 1994 04:21:11 +0000 (+0000) Subject: Add check for stdlib.h X-Git-Tag: krb5-1.0-beta5~1007 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=19ed86acd0ce2c8be84e2433c69949448ff8220f;p=krb5.git Add check for stdlib.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4641 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 603529b1e..667b5b43c 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,5 +1,7 @@ Mon Nov 7 21:22:00 1994 Theodore Y. Ts'o (tytso@dcl) + * configure.in: Add check for stdlib.h + * configure.in: Remove unused check for HAVE_GETDTABLESIZE (especially since we replace it with AC_REPLACE_FUNCS later!) diff --git a/src/appl/bsd/configure.in b/src/appl/bsd/configure.in index 59ef052b7..888b847c9 100644 --- a/src/appl/bsd/configure.in +++ b/src/appl/bsd/configure.in @@ -34,7 +34,7 @@ AC_FUNC_CHECK(setreuid,AC_DEFINE(HAVE_SETREUID)) AC_FUNC_CHECK(setresuid,AC_DEFINE(HAVE_SETRESUID)) AC_FUNC_CHECK(waitpid,AC_DEFINE(HAVE_WAITPID)) AC_FUNC_CHECK(setsid,AC_DEFINE(HAVE_SETSID)) -AC_HAVE_HEADERS(sys/filio.h sys/sockio.h unistd.h sys/label.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h) +AC_HAVE_HEADERS(sys/filio.h sys/sockio.h unistd.h stdlib.h sys/label.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h) AC_COMPILE_CHECK([use streams interface], [#include #include