0a26a105b6
sthen@ ok
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
$OpenBSD: patch-src_config_h_in,v 1.1 2012/03/17 14:20:58 fgsch Exp $
|
|
--- src/config.h.in.orig Fri Mar 16 23:20:01 2012
|
|
+++ src/config.h.in Fri Mar 16 23:20:27 2012
|
|
@@ -3,6 +3,9 @@
|
|
/* Define this to enable debugging messages */
|
|
#undef DEBUG
|
|
|
|
+/* Define to 1 if you have the `getline' function. */
|
|
+#undef HAVE_GETLINE
|
|
+
|
|
/* Define to 1 if you have the `getopt' function. */
|
|
#undef HAVE_GETOPT
|
|
|