From 77480597ed7c2654444535ac9c6f7636899dd322 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 25 Sep 2000 10:27:50 +0200 Subject: patch::: 1.3.90.jcn1 1.3.90.jcn1 =========== * Use S_ISDIR () and check for stat.h. --- config.hh.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.hh.in') diff --git a/config.hh.in b/config.hh.in index a24a0584cd..be0e04a8f7 100644 --- a/config.hh.in +++ b/config.hh.in @@ -44,4 +44,10 @@ #define PATHSEP '@PATHSEP@' /* define if you have assert */ -#define HAVE_ASSERT_H 1 +#define HAVE_ASSERT_H 0 + +/* define if you have sys/stat.h */ +#define HAVE_SYS_STAT_H 0 + +/* define if you have sys/stat.h */ +#define STAT_MACROS_BROKEN 0 -- cgit v1.2.3