From fb66e77d80620917a1d20b84effcc3b4bb668313 Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 15 Aug 1998 18:05:40 +0000 Subject: [PATCH] [project @ 1998-08-15 18:05:40 by sof] Add entry for HAVE_ST_BLKSIZE --- mk/config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4