X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib.h;h=a5b2001aa56a18e1f72ab57998d6e5bff69e25bc;hp=358fa7239c206a55ce08c4e2a463c545639e6f5b;hb=df70e07e24add1869bcc9b7af2277d9d0c09a281;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/lib.h b/lib.h index 358fa72..a5b2001 100644 --- a/lib.h +++ b/lib.h @@ -18,19 +18,17 @@ * License along with this program; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111, USA. - */ + */ /* mutt functions which are generally useful. */ #ifndef _LIB_H # define _LIB_H -# include "config.h" - # include # include # ifdef HAVE_UNISTD_H -# include /* needed for SEEK_SET */ +# include /* needed for SEEK_SET */ # endif # include # include @@ -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.