From: sof Date: Sat, 15 Aug 1998 18:05:40 +0000 (+0000) Subject: [project @ 1998-08-15 18:05:40 by sof] X-Git-Tag: Approx_2487_patches~329 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fb66e77d80620917a1d20b84effcc3b4bb668313;p=ghc-hetmet.git [project @ 1998-08-15 18:05:40 by sof] Add entry for HAVE_ST_BLKSIZE --- diff --git a/mk/config.h.in b/mk/config.h.in index cfe087e..5a440e7 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -31,6 +31,9 @@ /* Define if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H +/* Define if your struct stat has st_blksize. */ +#undef HAVE_ST_BLKSIZE + /* Define if your struct tm has tm_zone. */ #undef HAVE_TM_ZONE