diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2000-09-25 10:27:50 +0200 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2000-09-25 10:27:50 +0200 |
commit | 77480597ed7c2654444535ac9c6f7636899dd322 (patch) | |
tree | 8b71df0aa48c6258c9c9affa9db31d3a010bcf83 /config.hh.in | |
parent | ce9845392e4e22ae9c5f6ec1da914eb301f1892c (diff) |
patch::: 1.3.90.jcn1
1.3.90.jcn1
===========
* Use S_ISDIR () and check for stat.h.
Diffstat (limited to 'config.hh.in')
-rw-r--r-- | config.hh.in | 8 |
1 files changed, 7 insertions, 1 deletions
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 |