14 lines
374 B
Text
14 lines
374 B
Text
$NetBSD: patch-ab,v 1.2 2003/05/10 14:21:33 jtb Exp $
|
|
|
|
--- lib/src/__config.h.in.orig
|
|
+++ lib/src/__config.h.in
|
|
@@ -12,6 +12,9 @@
|
|
/* Define to 1 if you have the <gc/gc.h> header file. */
|
|
#undef HAVE_GC_GC_H
|
|
|
|
+/* Define to 1 if you have the <gc.h> header file. */
|
|
+#undef HAVE_GC_H
|
|
+
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|