6a9273964d
Ximian Evolution(TM) is the premier personal and workgroup information management solution for UNIX. The software seamlessly integrates email, calendaring, meeting scheduling, contact management and online task lists into one powerful, fast, and easy to use application. Ximian Evolution also delivers a comprehensive set of features that help you keep your work organized and your projects on track. Automatic email indexing keeps your information at your fingertips. The unique Ximian vFolders(TM) are virtual folders you use to create and save powerful contextual views of your email messages. [...] Submitted by Marc Matteo <marcm@lectroid.net>.
18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
$OpenBSD: patch-e-util_e-dbhash_c,v 1.1.1.1 2002/05/31 11:49:40 nino Exp $
|
|
--- e-util/e-dbhash.c.orig Mon Oct 22 06:54:12 2001
|
|
+++ e-util/e-dbhash.c Sun May 26 21:26:39 2002
|
|
@@ -12,7 +12,13 @@
|
|
|
|
#include <string.h>
|
|
#include <fcntl.h>
|
|
+
|
|
+#ifdef HAVE_DB3_H
|
|
+#include <db3.h>
|
|
+#else
|
|
#include <db.h>
|
|
+#endif
|
|
+
|
|
#include "md5-utils.h"
|
|
|
|
#if DB_VERSION_MAJOR != 3 || \
|