diff configure @ 6302:aa9aca7772de

cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
author arpi
date Tue, 04 Jun 2002 20:11:15 +0000
parents fdf1f9fb5a6a
children 459ac73266b5
line wrap: on
line diff
--- a/configure	Tue Jun 04 20:09:43 2002 +0000
+++ b/configure	Tue Jun 04 20:11:15 2002 +0000
@@ -3745,6 +3745,7 @@
 if cygwin ; then
   _confcygwin='TARGET_CYGWIN = yes'
   _def_confwin32='#define WIN32'
+  CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__"
 else
   _confcygwin="TARGET_CYGWIN = no"
 fi