From 81d81f6f3a816de5003f43302a0692e6f756fc82 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 20 Jul 2005 13:24:55 +0000 Subject: Add POSIX_space definition compliant to SUSv3. svn path=/trunk/; revision=4140 --- fetchmail.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetchmail.h b/fetchmail.h index 03b1aa2d..b6e03ba4 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -716,4 +716,8 @@ char *stpcpy(char *, const char*); extern int mailserver_socket_temp; extern char *program_name; +/* POSIX space characters, + * ;;;;; */ +#define POSIX_space "\t\n\v\f\r " + /* fetchmail.h ends here */ -- cgit v1.2.3