(BSD44_FORMAT): Define for cygwin32, win32, mingw32
authorStan Cox <scox@redhat.com>
Thu, 16 Jul 1998 18:05:22 +0000 (18:05 +0000)
committerStan Cox <scox@redhat.com>
Thu, 16 Jul 1998 18:05:22 +0000 (18:05 +0000)
gprof/ChangeLog
gprof/configure
gprof/configure.in

index 3961a80..dc8f3e9 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jul 10 17:29:49 1998  Stan Cox  <scox@equinox.cygnus.com>
+
+       * configure.in (BSD44_FORMAT): Define for cygwin32, win32, mingw32
+       * configure: Rebuild.
+
 Fri Jun 12 13:40:05 1998  Tom Tromey  <tromey@cygnus.com>
 
        * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
index 507771c..3ba8ba4 100755 (executable)
@@ -3320,7 +3320,8 @@ fi
   
 
 case "${target}" in
-*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
+*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \
+| *-*-cygwin32 | *-*-mingw32 | *-*-win32 )
   cat >> confdefs.h <<\EOF
 #define BSD44_FORMAT 1
 EOF
index 979fdbc..de8c134 100644 (file)
@@ -26,7 +26,8 @@ dnl We need to set BSD44_FORMAT on a host which uses the additional
 dnl header fields.  This is an attempt to do that.  I can't think of a
 dnl good feature test for this.
 case "${target}" in
-*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
+*-*-bsd4.4* | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \
+| *-*-cygwin32 | *-*-mingw32 | *-*-win32 )
   AC_DEFINE(BSD44_FORMAT)
   ;;
 esac