From 2b7cd595d112db5073b1b9acb80cf8d081c61c9e Mon Sep 17 00:00:00 2001 From: ak1 Date: Mon, 14 Feb 2005 06:36:36 +0000 Subject: [PATCH] Andreas Krennmair: fixed fuckup triggered by source code merge. git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@60 e385b8ad-14ed-0310-8656-cc95a2468c6d --- config.h.in | 7 ++++--- mutt.h | 2 ++ newsrc.c | 4 ++++ nntp.c | 4 ++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/config.h.in b/config.h.in index c8e40f5..ea50683 100644 --- a/config.h.in +++ b/config.h.in @@ -77,6 +77,10 @@ /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT +/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you + don't. */ +#undef HAVE_DECL_SYS_SIGLIST + /* Define to 1 if you have the `fchdir' function. */ #undef HAVE_FCHDIR @@ -509,9 +513,6 @@ /* Define to enable Sun mailtool attachments support. */ #undef SUN_ATTACHMENT -/* Define to 1 if `sys_siglist' is declared by or . */ -#undef SYS_SIGLIST_DECLARED - /* Define to use dotlocking for mailboxes. */ #undef USE_DOTLOCK diff --git a/mutt.h b/mutt.h index fc6867f..c320c8a 100644 --- a/mutt.h +++ b/mutt.h @@ -21,6 +21,8 @@ #ifndef MUTT_H #define MUTT_H +#include "config.h" + #include #include #ifdef HAVE_UNISTD_H diff --git a/newsrc.c b/newsrc.c index 0679216..3131cc4 100644 --- a/newsrc.c +++ b/newsrc.c @@ -18,6 +18,10 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "mutt.h" #include "mutt_curses.h" #include "sort.h" diff --git a/nntp.c b/nntp.c index 3926b05..f838921 100644 --- a/nntp.c +++ b/nntp.c @@ -18,6 +18,10 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "mutt.h" #include "mutt_curses.h" #include "sort.h" -- 2.20.1