Some more changes from Michael K. Johnson for Linux.
[bpt/emacs.git] / src / s / template.h
index b7abe09..6460dea 100644 (file)
@@ -79,16 +79,16 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /*
  *     Define HAVE_TERMIOS if the system provides POSIX-style
  *     functions and macros for terminal control.
- */
-
-#define HAVE_TERMIOS
-
-/*
+ *
  *     Define HAVE_TERMIO if the system provides sysV-style ioctls
  *     for terminal control.
+ *
+ *     Do not define both.  HAVE_TERMIOS is prefered, if it is
+ *     supported on your system.
  */
 
-#define HAVE_TERMIO
+#define HAVE_TERMIOS
+/* #define HAVE_TERMIO */
 
 /*
  *     Define HAVE_TIMEVAL if the system supports the BSD style clock values.