Makefile.in: Set the myfulldir and mydir variables (which are relative
authorTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 05:58:23 +0000 (05:58 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 05:58:23 +0000 (05:58 +0000)
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

src/slave/ChangeLog
src/slave/Makefile.in
src/slave/configure.in
src/slave/kpropd.c

index 79107f86c7ca526057fee61b4a1bcce0aa8c57f0..ca86faf881b35df7aed2b9f2fb880658675974b3 100644 (file)
@@ -1,3 +1,12 @@
+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
index 8bce87732486d66fc7e652c732d0f28b4b721938..927fb1e913458675f95365c6de269a6b4aa9ad9c 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=.
+myfulldir=slave
+mydir=.
 BUILDTOP=$(REL)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
 PROG_LIBPATH=-L$(TOPLIBD)
index e65c8d72586631adceff58cccb3f15d853d4e80a..cc0263a67bb1b24f496dff2e96c0c159bd9ccb0d 100644 (file)
@@ -1,7 +1,6 @@
 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
index 70f07b369079a24c35364bf33876ce18c81f3b8f..c2556b6e9a3350b9eeb47dac895f24278c908952 100644 (file)
@@ -61,9 +61,6 @@
 #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>