summaryrefslogtreecommitdiff
path: root/databases/nss_ldap/patches/patch-ag
blob: 76cae715941539c24f4e4c2aee7702254a5b0206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ag,v 1.3 2014/06/01 19:38:10 asau Exp $

--- config.h.in.orig	2009-11-06 10:28:08.000000000 +0000
+++ config.h.in
@@ -345,3 +345,10 @@
 
 /* Version number of package */
 #undef VERSION
+
+#ifdef __NetBSD__
+#include "netbsd.h"
+#endif
+#ifdef __FreeBSD__
+#include "nss.h"
+#endif