diff options
| author | Richard Basch <probe@mit.edu> | 1994-12-28 18:55:09 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1994-12-28 18:55:09 +0000 |
| commit | 6a6ee02945b3d843c408cfc0aa7e396f4c9dc08a (patch) | |
| tree | a8f212c39f744f4165df9158e38a1127caa4265e /src | |
| parent | 94ba6a24d8386594ac3640f8d8a96e5af4e09409 (diff) | |
* configure.in
Don't bother checking for sys/stream.h; done elsewhere
Look for the function ptsname.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4763 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/bsd/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/appl/bsd/configure.in b/src/appl/bsd/configure.in index c27bbdf5a..6e9fc8549 100644 --- a/src/appl/bsd/configure.in +++ b/src/appl/bsd/configure.in @@ -35,7 +35,8 @@ 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_FUNC_CHECK(line_push,AC_DEFINE(HAVE_LINE_PUSH)) -AC_HAVE_HEADERS(sys/filio.h sys/sockio.h unistd.h stdlib.h sys/label.h sys/tty.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h sys/stream.h) +AC_FUNC_CHECK(ptsname,AC_DEFINE(HAVE_PTSNAME)) +AC_HAVE_HEADERS(sys/filio.h sys/sockio.h unistd.h stdlib.h sys/label.h sys/tty.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h) AC_REPLACE_FUNCS(getdtablesize) CHECK_SIGNALS CHECK_SETJMP |
