blob: 16859441e2203bbbb871585e9759b42599e64adc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-au,v 1.3 2005/07/14 14:59:10 wiz Exp $
--- libtiff/tif_config.h.in.orig 2005-04-15 19:13:34.000000000 +0200
+++ libtiff/tif_config.h.in
@@ -52,6 +52,9 @@
/* Define to 1 if you have the `isascii' function. */
#undef HAVE_ISASCII
+/* Define to 1 if you have the `lfind' function. */
+#undef HAVE_LFIND
+
/* Define to 1 if you have the `c' library (-lc). */
#undef HAVE_LIBC
|