[project @ 2002-09-07 12:07:53 by panne]
authorpanne <unknown>
Sat, 7 Sep 2002 12:07:53 +0000 (12:07 +0000)
committerpanne <unknown>
Sat, 7 Sep 2002 12:07:53 +0000 (12:07 +0000)
Tentative fix for the recent blkcnt_t trouble

acconfig.h
configure.in
mk/config.h.in

index eee8148..8896c0d 100644 (file)
 /* 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
 
index 8fd81df..65fed78 100644 (file)
@@ -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)
 
index 7064aff..219713d 100644 (file)
 /* 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