* configure.in: switch back to checking __CYGWIN32__
* configure: regenerate
+Thu Nov 19 14:43:44 1998 Geoffrey Noer <noer@cygnus.com>
+
+ * configure.in: switch back to checking __CYGWIN32__
+ * configure: regenerate
+
Thu Nov 19 09:53:00 1998 Andrew Cagney <cagney@b1.cygnus.com>
* exec.c (exec_file_command): Cleanup. Replace #if
#line 4902 "configure"
#include "confdefs.h"
-#ifdef __CYGWIN__
+#ifdef __CYGWIN32__
lose
#endif
EOF
#include "confdefs.h"
int main() {
-return __CYGWIN__;
+return __CYGWIN32__;
; return 0; }
EOF
if { (eval echo configure:5993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
# In the Cygwin environment, we need some additional flags.
AC_CACHE_CHECK([for cygwin], gdb_cv_os_cygwin,
[AC_EGREP_CPP(lose, [
-#ifdef __CYGWIN__
+#ifdef __CYGWIN32__
lose
#endif],[gdb_cv_os_cygwin=yes],[gdb_cv_os_cygwin=no])])