summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-11-08 04:21:11 +0000
committerTheodore Tso <tytso@mit.edu>1994-11-08 04:21:11 +0000
commit19ed86acd0ce2c8be84e2433c69949448ff8220f (patch)
tree83e0f48e00c559ae0d45b8e064648839e8bbad41 /src
parent60bd8d276adfeb828b6ef819adf1d0f9137a5a5c (diff)
downloadkrb5-19ed86acd0ce2c8be84e2433c69949448ff8220f.tar.gz
krb5-19ed86acd0ce2c8be84e2433c69949448ff8220f.tar.xz
krb5-19ed86acd0ce2c8be84e2433c69949448ff8220f.zip
Add check for stdlib.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4641 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/bsd/ChangeLog2
-rw-r--r--src/appl/bsd/configure.in2
2 files changed, 3 insertions, 1 deletions
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 <sys/tty.h>
#include <sys/ttold.h>