From 4923f5a1c9b32a801a66a4ac458b401207b7d7ac Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 7 Apr 2006 19:16:38 +0000 Subject: [PATCH] really detect WCOREDUMP properly --- acconfig.h | 3 +++ config.h.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/acconfig.h b/acconfig.h index 55efe25..1727302 100644 --- a/acconfig.h +++ b/acconfig.h @@ -25,6 +25,9 @@ /* Define if LOG_AUTHPRIV exists. */ #undef HAVE_LOG_AUTHPRIV +/* Define if WCOREDUMP exists. */ +#undef HAVE_WCOREDUMP + /* Define if function attributes a la GCC 2.5 and higher are available. */ #undef HAVE_GNUC25_ATTRIB diff --git a/config.h.in b/config.h.in index 62f921f..0697f09 100644 --- a/config.h.in +++ b/config.h.in @@ -6,6 +6,9 @@ /* Define if LOG_AUTHPRIV exists. */ #undef HAVE_LOG_AUTHPRIV +/* Define if WCOREDUMP exists. */ +#undef HAVE_WCOREDUMP + /* Define if function attributes a la GCC 2.5 and higher are available. */ #undef HAVE_GNUC25_ATTRIB -- 2.30.2