pkgsrc/databases/php4-dba/patches/patch-ab
jlam cabb8394cc The ndbm code was preprocessed out of the sources because the symbol defined
in config.h wasn't being used.  Fix this by including config.h in the
relevant dba_*.c files.
2001-10-27 21:31:32 +00:00

11 lines
207 B
Text

$NetBSD: patch-ab,v 1.1 2001/10/27 21:31:32 jlam Exp $
--- dba_ndbm.c.orig Mon Jul 10 06:09:14 2000
+++ dba_ndbm.c
@@ -31,2 +31,6 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "php.h"