Andreas Krennmair:
authorak1 <ak1@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 14 Feb 2005 06:36:36 +0000 (06:36 +0000)
committerak1 <ak1@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 14 Feb 2005 06:36:36 +0000 (06:36 +0000)
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
mutt.h
newsrc.c
nntp.c

index c8e40f5..ea50683 100644 (file)
 /* Define to 1 if you have the `dcgettext' function. */
 #undef HAVE_DCGETTEXT
 
 /* 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
 
 /* Define to 1 if you have the `fchdir' function. */
 #undef HAVE_FCHDIR
 
 /* Define to enable Sun mailtool attachments support. */
 #undef SUN_ATTACHMENT
 
 /* Define to enable Sun mailtool attachments support. */
 #undef SUN_ATTACHMENT
 
-/* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
-#undef SYS_SIGLIST_DECLARED
-
 /* Define to use dotlocking for mailboxes. */
 #undef USE_DOTLOCK
 
 /* Define to use dotlocking for mailboxes. */
 #undef USE_DOTLOCK
 
diff --git a/mutt.h b/mutt.h
index fc6867f..c320c8a 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -21,6 +21,8 @@
 #ifndef MUTT_H
 #define MUTT_H 
 
 #ifndef MUTT_H
 #define MUTT_H 
 
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #ifdef HAVE_UNISTD_H
 #include <stdio.h>
 #include <stdlib.h>
 #ifdef HAVE_UNISTD_H
index 0679216..3131cc4 100644 (file)
--- a/newsrc.c
+++ b/newsrc.c
  *     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */ 
 
  *     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */ 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "mutt.h"
 #include "mutt_curses.h"
 #include "sort.h"
 #include "mutt.h"
 #include "mutt_curses.h"
 #include "sort.h"
diff --git a/nntp.c b/nntp.c
index 3926b05..f838921 100644 (file)
--- a/nntp.c
+++ b/nntp.c
  *     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */ 
 
  *     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */ 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "mutt.h"
 #include "mutt_curses.h"
 #include "sort.h"
 #include "mutt.h"
 #include "mutt_curses.h"
 #include "sort.h"