Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27364 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-28 17:33:54 +00:00
parent 9c40dd44ab
commit 9e4b7bbc27
1 changed files with 0 additions and 3 deletions

3
configure vendored
View File

@ -7665,9 +7665,6 @@ elif freebsd || netbsd || openbsd || bsdos ; then
# FIXME bsd needs this so maybe other OS'es
CFLAGS="$CFLAGS -D_THREAD_SAFE"
fi
if cygwin ; then
CFLAGS="$CFLAGS -D__CYGWIN__"
fi
# 64 bit file offsets?
if test "$_largefiles" = yes || freebsd ; then
CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"