compiled under cygwin


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@224 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index 2d0efdb..7fc666c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 
+0.9.3:	2004-Aug-25
+
+	* Compiled under cygwin.
+
 0.9.2:	2004-Aug-24
 
 	* More flexible subtype constraints handling, with relaxed
diff --git a/configure b/configure
index 290e0ec..39c7cae 100755
--- a/configure
+++ b/configure
@@ -1881,7 +1881,7 @@
 
 # Define the identity of the package.
  PACKAGE=asn1c
- VERSION=0.9.2
+ VERSION=0.9.3
 
 
 cat >>confdefs.h <<_ACEOF
diff --git a/configure.in b/configure.in
index 968bc2d..fbccad9 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_TARGET
 AC_PREREQ(2.53)
-AM_INIT_AUTOMAKE(asn1c, 0.9.2)
+AM_INIT_AUTOMAKE(asn1c, 0.9.3)
 
 AC_SUBST(PATH)
 
diff --git a/skeletons/GeneralizedTime.c b/skeletons/GeneralizedTime.c
index 1da113b..adc6d50 100644
--- a/skeletons/GeneralizedTime.c
+++ b/skeletons/GeneralizedTime.c
@@ -9,7 +9,7 @@
 #include <assert.h>
 #endif	/* __NO_ASSERT_H__ */
 
-#ifdef	WIN32
+#if	defined(WIN32) && !defined(__CYGWIN__)
 #warning PLEASE STOP AND READ!
 #warning	localtime_r is implemented via localtime(), which is not thread-safe.
 #warning	gmtime_r is implemented via gmtime(), which is not thread-safe.