1
--- libtiff/tif_config.h.orig
2
+++ libtiff/tif_config.h
3
@@ -104,7 +104,7 @@
4
/* #undef HAVE_PTHREAD */
5
6
/* Define to 1 if you have the <search.h> header file. */
7
-#if !defined(Q_OS_WINCE)
8
+#if !defined(Q_OS_WINCE) && !defined(Q_OS_VXWORKS)
9
#define HAVE_SEARCH_H 1
10
#endif
11