[974] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

appl/bsd/configure.in

daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Fri Nov 18 16:02:14 1994

From: epeisach@MIT.EDU
Date: Fri, 18 Nov 1994 16:02:04 -0500
To: krb5-bugs@MIT.EDU


I was still working on the bsd configure.in, but here is another one...

===================================================================
RCS file: /mit/krb5/.cvsroot/src/appl/bsd/configure.in,v
retrieving revision 5.31
diff -c -r5.31 configure.in
*** 5.31	1994/11/18 19:11:13
--- configure.in	1994/11/18 20:51:51
***************
*** 35,45 ****
  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 stdlib.h sys/label.h sys/tty.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>
  #include <sys/ptyvar.h>],
! [], AC_DEFINE(HAVE_STREAMS))
  AC_REPLACE_FUNCS(getdtablesize)
  CHECK_SIGNALS
  CHECK_SETJMP
--- 35,53 ----
  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 stdlib.h sys/label.h sys/tty.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h)
! dnl Check for streams
! AC_MSG_CHECKING([for streams interface])
! AC_CACHE_VAL(krb5_cv_sys_streams,
! [AC_TRY_LINK(
  [#include <sys/tty.h>
  #include <sys/ttold.h>
  #include <sys/ptyvar.h>],
! [], krb5_cv_sys_streams=yes, krb5_cv_sys_streams=no)])
! AC_MSG_RESULT($krb5_cv_sys_streams)
! if test $krb5_cv_sys_streams = yes; then
!   AC_DEFINE(HAVE_STREAMS)
! fi
! dnl
  AC_REPLACE_FUNCS(getdtablesize)
  CHECK_SIGNALS
  CHECK_SETJMP

home help back first fref pref prev next nref lref last post