Pass -Wstrict-prototypes -Wold-style-definition, whitespace
[fio.git] / configure
index 7b1d79a458a7cadcde21e821e19c34f11d7f9386..63aa02ddf6a42d53121407588a97830a454ef82a 100755 (executable)
--- a/configure
+++ b/configure
@@ -184,6 +184,8 @@ elif check_define __OpenBSD__ ; then
 elif check_define __sun__ ; then
   targetos='SunOS'
   CFLAGS="$CFLAGS -D_REENTRANT"
+elif check_define _WIN32 ; then
+  targetos='CYGWIN'
 else
   targetos=`uname -s`
 fi