From 3465564b7ed840869ce0f9f50577cd9ca5f33d65 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Mon, 13 Apr 2009 18:03:06 +0100 Subject: [PATCH] A few more changes to config.h.in --- config.h.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.h.in b/config.h.in index 59a05b1..76e97a7 100644 --- a/config.h.in +++ b/config.h.in @@ -56,6 +56,10 @@ /* Define to 1 if you have the `sqrt' function. */ #undef HAVE_SQRT +/* Define to 1 if `stat' has the bug that it succeeds when given the + zero-length file name argument. */ +#undef HAVE_STAT_EMPTY_STRING_BUG + /* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H @@ -86,6 +90,10 @@ /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL +/* Define to 1 if `lstat' dereferences a symlink specified with a trailing + slash. */ +#undef LSTAT_FOLLOWS_SLASHED_SYMLINK + /* Name of package */ #undef PACKAGE -- 2.39.2