14 lines
385 B
Text
14 lines
385 B
Text
$NetBSD: patch-ac,v 1.1 2007/01/23 19:12:14 minskim Exp $
|
|
|
|
--- config.h.in.orig 2004-03-15 17:53:03.000000000 -0800
|
|
+++ config.h.in
|
|
@@ -12,6 +12,9 @@
|
|
/* "Use completion" */
|
|
#undef HAVE_COMPLETION_MATCHES
|
|
|
|
+/* Define to 1 if you have the <features.h> header file. */
|
|
+#undef HAVE_FEATURES_H
|
|
+
|
|
/* Define to 1 if you have the `gethostbyaddr' function. */
|
|
#undef HAVE_GETHOSTBYADDR
|
|
|