# HG changeset patch # User diego # Date 1174249502 0 # Node ID 0d86320521b9fe17989599e28c343d3475d0a7f3 # Parent 9d0141651b582b3d15cd7bd4dda787f660e7e8f2 Move Cygwin specific #define setting to system OS-specific settings section. diff -r 9d0141651b58 -r 0d86320521b9 configure --- a/configure Sun Mar 18 20:21:52 2007 +0000 +++ b/configure Sun Mar 18 20:25:02 2007 +0000 @@ -1301,6 +1301,10 @@ _need_shmem=no fi +if cygwin ; then + _def_confwin32='#define WIN32' +fi + if amigaos ; then _select=no _sighandler=no @@ -7248,7 +7252,6 @@ # 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__"