Mercurial > mplayer.hg
changeset 3035:82e3f5b0e860
USE_TERMIOS -> HAVE_TERMIOS
author | arpi |
---|---|
date | Tue, 20 Nov 2001 19:28:16 +0000 |
parents | 24d3dca4e813 |
children | 8f689566ac85 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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"