From: ian Date: Fri, 7 Apr 2006 19:16:38 +0000 (+0000) Subject: really detect WCOREDUMP properly X-Git-Tag: debian_version_1_0_4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=4923f5a1c9b32a801a66a4ac458b401207b7d7ac really detect WCOREDUMP properly --- 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