#define termio to termios.
configure: Set K4LIBS correctly.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4728
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Dec 1 13:09:34 1994 <tytso@rsx-11.mit.edu>
+
+ * externs.h: If USE_TERMIO is defined and SYSV_TERMIO isn't,
+ then always #define termio to termios.
+
+ * configure: Set K4LIBS correctly.
+
Fri Nov 18 01:21:54 1994 Mark Eichin <eichin@cygnus.com>
* Makefile.in (install): install telnet man page.
WITH_KRB4
AC_ARG_WITH([krb4],,dnl
ADD_DEF(-DKRB4)
-K4LIB="$(KRB4)/lib/libkrb.a $(KRB4)/lib/libdes.a",
+K4LIB='$(KRB4)/lib/libkrb.a $(KRB4)/lib/libdes.a',
K4LIB=)
AC_SUBST(K4LIB)
AC_CHECK_LIB(socket,main)
# include <sys/termio.h>
# else
# include <termios.h>
-# define termio termios
# endif
# endif
#endif
+#if defined(USE_TERMIO) && !defined(SYSV_TERMIO)
+# define termio termios
+#endif
#if defined(NO_CC_T) || !defined(USE_TERMIO)
# if !defined(USE_TERMIO)
typedef char cc_t;