comparison configure @ 22708:0d86320521b9

Move Cygwin specific #define setting to system OS-specific settings section.
author diego
date Sun, 18 Mar 2007 20:25:02 +0000
parents 9d0141651b58
children bd96254153f1
comparison
equal deleted inserted replaced
22707:9d0141651b58 22708:0d86320521b9
1299 1299
1300 if mingw32 ; then 1300 if mingw32 ; then
1301 _need_shmem=no 1301 _need_shmem=no
1302 fi 1302 fi
1303 1303
1304 if cygwin ; then
1305 _def_confwin32='#define WIN32'
1306 fi
1307
1304 if amigaos ; then 1308 if amigaos ; then
1305 _select=no 1309 _select=no
1306 _sighandler=no 1310 _sighandler=no
1307 _stream_cache=no 1311 _stream_cache=no
1308 _def_stream_cache="#undef USE_STREAM_CACHE" 1312 _def_stream_cache="#undef USE_STREAM_CACHE"
7246 fi 7250 fi
7247 echores "$_ftello" 7251 echores "$_ftello"
7248 7252
7249 # Determine OS dependent libs 7253 # Determine OS dependent libs
7250 if cygwin ; then 7254 if cygwin ; then
7251 _def_confwin32='#define WIN32'
7252 #CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__" 7255 #CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__"
7253 # stat.st_size with BIG_TYPES is broken (not set) ::atmos 7256 # stat.st_size with BIG_TYPES is broken (not set) ::atmos
7254 CFLAGS="$CFLAGS -D__CYGWIN__" 7257 CFLAGS="$CFLAGS -D__CYGWIN__"
7255 fi 7258 fi
7256 7259