blob: 7d129c1308e8361bebfbab1c766efcdbd2dd5a6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ag,v 1.5 2017/03/31 10:31:57 wiz Exp $
--- config.h.in.orig 2016-11-16 12:29:36.000000000 +0000
+++ config.h.in
@@ -77,6 +77,9 @@
/* If available, contains the Python version number currently in use. */
#undef HAVE_PYTHON
+/* Define to 1 if you have the <rfuncs.h> header file. */
+#undef HAVE_RFUNCS_H
+
/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV
|