X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib.h;h=b496e04c3a2d45483e44dbcb5881a2cc02257d30;hp=358fa7239c206a55ce08c4e2a463c545639e6f5b;hb=c30879afd71ee24e706b6d8c7b7916f36407e937;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/lib.h b/lib.h index 358fa72..b496e04 100644 --- a/lib.h +++ b/lib.h @@ -25,8 +25,6 @@ #ifndef _LIB_H # define _LIB_H -# include "config.h" - # include # include # ifdef HAVE_UNISTD_H @@ -93,6 +91,7 @@ on some systems */ # define SKIPWS(c) while (*(c) && isspace ((unsigned char) *(c))) c++; +#define ISBLANK(c) (c == ' ' || c == '\t') /* * These functions aren't defined in lib.c, but * they are used there.