From: kramm Date: Sat, 5 Apr 2008 07:36:30 +0000 (+0000) Subject: added gocr checks X-Git-Tag: buttons-working~271 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=15ce1d25e6b6178b95d9f00d660652b13fedb044 added gocr checks --- diff --git a/config.h.in b/config.h.in index c286118..2d98665 100644 --- a/config.h.in +++ b/config.h.in @@ -35,6 +35,11 @@ /* Define if you have the unistd.h header file */ #undef HAVE_UNISTD_H +/* for gocr */ +#undef HAVE_WCHAR_H +#undef HAVE_WCSCHR +#undef HAVE_WCSDUP + /* Define if you have the lrand48 function. */ #undef HAVE_LRAND48