(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 3961a80ee8fad347d75cc40d44f35f3ddcadec58..dc8f3e903675aff2d22910dfbd6dab2f8f45fdcc 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 507771c5fe999e5b4b302089a35bf787428dc98c..3ba8ba4ec7c0b37d368eda89b3d2e63ed7f979c9 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 979fdbccc4fa163879fe25251f7523bd83cc1138..de8c134314ea33a11372eaa4b90c45f77a8eadba 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
This page took 0.029851 seconds and 4 git commands to generate.