* kpropd.c: include <sgtty.h> only if POSIX_TERMIOS is not defined
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4048
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Aug 4 15:15:00 1994 Tom Yu (tlyu@dragons-lair)
+
+ * configure.in:
+ * kpropd.c: include <sgtty.h> only if POSIX_TERMIOS is not defined
+
Sat Jul 16 00:01:41 1994 Theodore Y. Ts'o (tytso at tsx-11)
* kpropd.c (do_standalone): Replace detach_process() with call to
CONFIG_RULES
AC_SET_BUILDTOP
AC_PROG_INSTALL
+AC_HEADER_CHECK(termios.h,AC_FUNC_CHECK([tcsetattr],AC_DEFINE(POSIX_TERMIOS)))
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)
AC_HAVE_LIBRARY(util)
#include <sys/file.h>
#include <signal.h>
#include <string.h>
+#ifndef POSIX_TERMIOS
#include <sgtty.h>
+#endif
#include <fcntl.h>
#include <sys/types.h>
#include <sys/time.h>