1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 10:55:43 +00:00

USE_TERMIOS -> HAVE_TERMIOS

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3036 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-20 19:28:16 +00:00
parent 7cb47d1cbc
commit 8ca12cd021

4
configure vendored
View File

@ -1177,9 +1177,9 @@ else
_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"