Remove commented-out Cygwin CFLAGS settings.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22740 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-19 00:04:03 +00:00
parent 8c3f78b90d
commit 907fd7f426
1 changed files with 0 additions and 2 deletions

2
configure vendored
View File

@ -7401,8 +7401,6 @@ elif bsd ; then
CFLAGS="$CFLAGS -D_THREAD_SAFE"
fi
if cygwin ; then
#CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__"
# stat.st_size with BIG_TYPES is broken (not set) ::atmos
CFLAGS="$CFLAGS -D__CYGWIN__ -DSYS_CYGWIN"
fi
# 64 bit file offsets?