1 |
tv |
1649366 |
diff -up ./conf_post.h.confpost ./conf_post.h |
2 |
|
|
--- ./conf_post.h.confpost 2012-04-17 15:47:28.000000000 +0200 |
3 |
|
|
+++ ./conf_post.h 2013-05-06 18:34:54.274640856 +0200 |
4 |
|
|
@@ -8,3 +8,13 @@ |
5 |
|
|
#define HAVE_COMPAT_LIBGDBM |
6 |
|
|
#endif |
7 |
|
|
|
8 |
luigiwalser |
217473 |
+/* Define common preprocessor symbol for HAVE_LIBGDBM and HAVE_LIBQDBM, since |
9 |
|
|
+ * libraries gdbm and qdbm have same symbol names. */ |
10 |
|
|
+#undef HAVE_COMPAT_LIBGDBM |
11 |
|
|
+#ifdef HAVE_LIBGDBM |
12 |
|
|
+#define HAVE_COMPAT_LIBGDBM |
13 |
|
|
+#endif |
14 |
|
|
+#ifdef HAVE_LIBQDBM |
15 |
|
|
+#define HAVE_COMPAT_LIBGDBM |
16 |
|
|
+#endif |
17 |
|
|
+ |