The 1.2 series includes a host of new features including IPv6 support and SSL support via OpenSSL instead of mucking about with Mozilla libraries. For a complete list of the new features, the 1.2 series release notes are here: http://developer.ximian.com/projects/evolution/release_notes/1.2.html while the 1.2.1 release notes are here: http://developer.ximian.com/projects/evolution/release_notes/1.2.1.html ok todd@
16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
$OpenBSD: patch-e-util_e-db3-utils_c,v 1.2 2003/01/03 21:53:07 marcm Exp $
|
|
--- e-util/e-db3-utils.c.orig Thu May 31 20:02:11 2001
|
|
+++ e-util/e-db3-utils.c Wed Oct 9 16:57:56 2002
|
|
@@ -4,7 +4,11 @@
|
|
|
|
#include "e-db3-utils.h"
|
|
|
|
+#ifdef HAVE_DB3_H
|
|
+#include <db3.h>
|
|
+#else
|
|
#include <db.h>
|
|
+#endif
|
|
|
|
#include <errno.h>
|
|
#include <sys/stat.h>
|