From: panne Date: Sat, 7 Sep 2002 12:07:53 +0000 (+0000) Subject: [project @ 2002-09-07 12:07:53 by panne] X-Git-Tag: Approx_11550_changesets_converted~1707 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dbffcd49976bdd132a9849da47c2fb500a723bf5;p=ghc-hetmet.git [project @ 2002-09-07 12:07:53 by panne] Tentative fix for the recent blkcnt_t trouble --- diff --git a/acconfig.h b/acconfig.h index eee8148..8896c0d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -126,6 +126,9 @@ /* Define to Haskell type for cc_t */ #undef HTYPE_CC_T +/* Define to Haskell type for blkcnt_t */ +#undef HTYPE_BLKCNT_T + /* Define to Haskell type for char */ #undef HTYPE_CHAR diff --git a/configure.in b/configure.in index 8fd81df..65fed78 100644 --- a/configure.in +++ b/configure.in @@ -843,6 +843,7 @@ FPTOOLS_CHECK_HTYPE(uid_t) FPTOOLS_CHECK_HTYPE(cc_t) FPTOOLS_CHECK_HTYPE(speed_t) FPTOOLS_CHECK_HTYPE(tcflag_t) +FPTOOLS_CHECK_HTYPE(blkcnt_t) FPTOOLS_CHECK_HTYPE(nlink_t) FPTOOLS_CHECK_HTYPE(ssize_t) diff --git a/mk/config.h.in b/mk/config.h.in index 7064aff..219713d 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -118,6 +118,9 @@ /* Define if you have the WinExec function. */ #undef HAVE_WINEXEC +/* Define to Haskell type for blkcnt_t */ +#undef HTYPE_BLKCNT_T + /* Define to Haskell type for cc_t */ #undef HTYPE_CC_T