Move Cygwin specific #define setting to system OS-specific settings section.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22726 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-18 20:25:02 +00:00
parent 0e87b16e17
commit 078fda08bd
1 changed files with 4 additions and 1 deletions

5
configure vendored
View File

@ -1301,6 +1301,10 @@ if mingw32 ; then
_need_shmem=no
fi
if cygwin ; then
_def_confwin32='#define WIN32'
fi
if amigaos ; then
_select=no
_sighandler=no
@ -7248,7 +7252,6 @@ echores "$_ftello"
# Determine OS dependent libs
if cygwin ; then
_def_confwin32='#define WIN32'
#CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__"
# stat.st_size with BIG_TYPES is broken (not set) ::atmos
CFLAGS="$CFLAGS -D__CYGWIN__"