git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
744b018
)
added gocr checks
author
kramm
<kramm>
Sat, 5 Apr 2008 07:36:30 +0000
(07:36 +0000)
committer
kramm
<kramm>
Sat, 5 Apr 2008 07:36:30 +0000
(07:36 +0000)
config.h.in
patch
|
blob
|
history
diff --git
a/config.h.in
b/config.h.in
index
c286118
..
2d98665
100644
(file)
--- 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