summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-current/patches/patch-au')
-rw-r--r--mail/postfix-current/patches/patch-au39
1 files changed, 0 insertions, 39 deletions
diff --git a/mail/postfix-current/patches/patch-au b/mail/postfix-current/patches/patch-au
deleted file mode 100644
index 256e367eaaa..00000000000
--- a/mail/postfix-current/patches/patch-au
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-au,v 1.4 2009/05/13 10:34:06 martti Exp $
-
-Support for sqlite.
-
---- src/global/dict_sqlite.h.orig 2008-10-17 00:40:21.000000000 +0200
-+++ src/global/dict_sqlite.h
-@@ -0,0 +1,32 @@
-+#ifndef _DICT_SQLITE_H_INCLUDED_
-+#define _DICT_SQLITE_H_INCLUDED_
-+
-+/*++
-+/* NAME
-+/* dict_sqlite 3h
-+/* SUMMARY
-+/* dictionary manager interface to sqlite databases
-+/* SYNOPSIS
-+/* #include <dict_sqlite.h>
-+/* DESCRIPTION
-+/* .nf
-+
-+ /*
-+ * Utility library.
-+ */
-+#include <dict.h>
-+
-+ /*
-+ * External interface.
-+ */
-+#define DICT_TYPE_SQLITE "sqlite"
-+
-+extern DICT *dict_sqlite_open(const char *, int, int);
-+
-+
-+/* AUTHOR(S)
-+/* Axel Steiner
-+/* ast@treibsand.com
-+/*--*/
-+
-+#endif