diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-12 03:40:09 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-12 03:40:09 +0000 |
commit | 3dc8cb104d3392e00514bb829c50390a9598fe3c (patch) | |
tree | 945274bf792a923f187a9e83a8c8af9fa3c63942 /common/stringx.c | |
parent | de44fe7893da8d8c9903f1a7268fa6fe03446d36 (diff) |
- apache2x module now supports connecting to multiple daemon addresses
and failover between them.
Diffstat (limited to 'common/stringx.c')
-rw-r--r-- | common/stringx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/stringx.c b/common/stringx.c index 24cf9d1..b48dee9 100644 --- a/common/stringx.c +++ b/common/stringx.c @@ -44,6 +44,7 @@ #include <stdarg.h> #include <stdlib.h> +#undef WHITESPACE #define WHITESPACE " \t\r\n\v" const char* trim_start(const char* data) |