From f14f89b26611aa52c15665850e882a7d0b0d6232 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Tue, 10 Aug 2010 19:07:55 +0200 Subject: foomatic-filters 4.0.5-0ubuntu1 --- util.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index c21290b..c4fb5b6 100644 --- a/util.h +++ b/util.h @@ -28,6 +28,7 @@ #define _GNU_SOURCE #endif +#include "config.h" #include #include @@ -57,6 +58,12 @@ int omit_unprintables(int c); int omit_shellescapes(int c); int omit_specialchars(int c); int omit_whitespace(int c); +int omit_whitespace_newline(int c); + +#ifndef HAVE_STRCASESTR +/* strcasestr() is not available under Solaris */ +char * strcasestr (const char *haystack, const char *needle); +#endif /* TODO check for platforms which already have strlcpy and strlcat */ -- cgit v1.2.3