Add check for stdlib.h
authorTheodore Tso <tytso@mit.edu>
Tue, 8 Nov 1994 04:21:11 +0000 (04:21 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 8 Nov 1994 04:21:11 +0000 (04:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4641 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/configure.in

index 603529b1e3fcad3e75a8249b386241505afc3375..667b5b43ccf8834559c54d625e1ebf12d52b2e07 100644 (file)
@@ -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!)
index 59ef052b7939c1dd952bc4a06e815cf125b2b082..888b847c97c40b0330cabb9a2bda12caa4a690c3 100644 (file)
@@ -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 <sys/tty.h>
 #include <sys/ttold.h>