diff configure @ 3035:82e3f5b0e860

USE_TERMIOS -> HAVE_TERMIOS
author arpi
date Tue, 20 Nov 2001 19:28:16 +0000
parents 41671548fde7
children 8f689566ac85
line wrap: on
line diff
--- a/configure	Tue Nov 20 18:36:50 2001 +0000
+++ b/configure	Tue Nov 20 19:28:16 2001 +0000
@@ -1177,9 +1177,9 @@
   _termios=no
 fi
 if test "$_termios" = yes ; then
-  _def_termios='#define USE_TERMIOS 1'
+  _def_termios='#define HAVE_TERMIOS 1'
  else
-  _def_termios='#undef USE_TERMIOS'
+  _def_termios='#undef HAVE_TERMIOS'
 fi
 echores "$_termios"