diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-20 13:24:55 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-20 13:24:55 +0000 |
commit | 81d81f6f3a816de5003f43302a0692e6f756fc82 (patch) | |
tree | 908729529b9ec8d0527eb350c4cc518c38f4915e /fetchmail.h | |
parent | 36da2cba5b16489e11d6a250d1133d60edfb78ce (diff) | |
download | fetchmail-81d81f6f3a816de5003f43302a0692e6f756fc82.tar.gz fetchmail-81d81f6f3a816de5003f43302a0692e6f756fc82.tar.bz2 fetchmail-81d81f6f3a816de5003f43302a0692e6f756fc82.zip |
Add POSIX_space definition compliant to SUSv3.
svn path=/trunk/; revision=4140
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 4 |
1 files changed, 4 insertions, 0 deletions
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, + * <tab>;<newline>;<vertical-tab>;<form-feed>;<carriage-return>;<space> */ +#define POSIX_space "\t\n\v\f\r " + /* fetchmail.h ends here */ |