From f487cee665e621c8f5715b9c4994521f00187f5b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 6 Jul 1997 17:21:46 +0000 Subject: Allow this to be used with ncurses. svn path=/trunk/; revision=1154 --- fetchmail.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 1ff759a2..765078ec 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -65,7 +65,11 @@ struct idlist struct idlist *next; }; +#ifndef TRUE typedef int bool; +#define FALSE 0 +#define TRUE 1 +#endif /* TRUE */ struct hostdata /* shared among all user connections to given server */ { @@ -273,9 +277,6 @@ XMALLOCTYPE *xmalloc(int); XMALLOCTYPE *xrealloc(XMALLOCTYPE *, int); char *xstrdup(const char *); -#define FALSE 0 -#define TRUE 1 - #define STRING_DISABLED (char *)-1 /* fetchmail.h ends here */ -- cgit v1.2.3