to buildtop and thisconfigdir, respectively.)
configure.in, kpropd.c: Removed useless test for KRB5_POSIX, and
removed unneeded #include of sgtty.h if POSIX_TERMIOS is not defined.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11074
dc483132-0cff-0310-8789-
dd5450dbe970
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
+ * configure.in, kpropd.c: Removed useless test for KRB5_POSIX, and
+ removed unneeded #include of sgtty.h if POSIX_TERMIOS is
+ not defined.
+
1998-10-27 Marc Horowitz <marc@mit.edu>
* kpropd.c (authorized_principal): make the acl file contain
thisconfigdir=.
+myfulldir=slave
+mydir=.
BUILDTOP=$(REL)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
PROG_LIBPATH=-L$(TOPLIBD)
AC_INIT(kprop.c)
CONFIG_RULES
AC_PROG_INSTALL
-AC_HEADER_CHECK(termios.h,AC_FUNC_CHECK([tcsetattr],AC_DEFINE(POSIX_TERMIOS)))
AC_CHECK_LIB(util,main)
KRB5_BUILD_PROGRAM
V5_AC_OUTPUT_MAKEFILE
#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>