From 47f7fb8bb793549c197e8000e6797cc869fe7de1 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Thu, 16 Jul 1998 18:05:22 +0000 Subject: (BSD44_FORMAT): Define for cygwin32, win32, mingw32 --- gprof/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gprof/configure.in') diff --git a/gprof/configure.in b/gprof/configure.in index 979fdbc..de8c134 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -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 -- cgit v1.1