(BSD44_FORMAT): Define for cygwin32, win32, mingw32

This commit is contained in:
Stan Cox 1998-07-16 18:05:22 +00:00
parent 5b0b3ba6f5
commit 47f7fb8bb7
3 changed files with 9 additions and 2 deletions

View 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.

3
gprof/configure vendored
View File

@ -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

View 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