From 15ce1d25e6b6178b95d9f00d660652b13fedb044 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 5 Apr 2008 07:36:30 +0000 Subject: [PATCH] added gocr checks --- config.h.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 1.7.10.4