evolution-mapi r84 - in trunk: . src/calendar src/camel src/libexchangemapi
- From: jjohnny svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-mapi r84 - in trunk: . src/calendar src/camel src/libexchangemapi
- Date: Wed, 28 Jan 2009 16:51:15 +0000 (UTC)
Author: jjohnny
Date: Wed Jan 28 16:51:14 2009
New Revision: 84
URL: http://svn.gnome.org/viewvc/evolution-mapi?rev=84&view=rev
Log:
Fix for #569246. Use GNU extensions. Patch by Jelmer Vernooij <jelmer samba org>
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/src/calendar/ChangeLog
trunk/src/calendar/e-cal-backend-mapi.c
trunk/src/camel/ChangeLog
trunk/src/camel/camel-mapi-folder.c
trunk/src/camel/camel-mapi-store-summary.c
trunk/src/libexchangemapi/ChangeLog
trunk/src/libexchangemapi/exchange-mapi-cal-recur-utils.c
trunk/src/libexchangemapi/exchange-mapi-cal-tz-utils.c
trunk/src/libexchangemapi/exchange-mapi-cal-utils.c
trunk/src/libexchangemapi/exchange-mapi-connection.c
trunk/src/libexchangemapi/exchange-mapi-folder.c
trunk/src/libexchangemapi/exchange-mapi-utils.c
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed Jan 28 16:51:14 2009
@@ -3,6 +3,7 @@
# Modified for GNOME Evolution MAPI Provider by Johnny Jacob <jjohnny novell com>
AC_PREREQ(2.57)
+AC_DEFINE(_GNU_SOURCE, 1, [Use GNU extensions])
AC_INIT(evolution-mapi, 0.25.6, http://bugzilla.gnome.org/browse.cgi?product=evolution-mapi)
AC_CONFIG_SRCDIR(README)
Modified: trunk/src/calendar/e-cal-backend-mapi.c
==============================================================================
--- trunk/src/calendar/e-cal-backend-mapi.c (original)
+++ trunk/src/calendar/e-cal-backend-mapi.c Wed Jan 28 16:51:14 2009
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <glib/gi18n.h>
#include <gio/gio.h>
Modified: trunk/src/camel/camel-mapi-folder.c
==============================================================================
--- trunk/src/camel/camel-mapi-folder.c (original)
+++ trunk/src/camel/camel-mapi-folder.c Wed Jan 28 16:51:14 2009
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <pthread.h>
#include <string.h>
#include <time.h>
Modified: trunk/src/camel/camel-mapi-store-summary.c
==============================================================================
--- trunk/src/camel/camel-mapi-store-summary.c (original)
+++ trunk/src/camel/camel-mapi-store-summary.c Wed Jan 28 16:51:14 2009
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <ctype.h>
#include <errno.h>
#include <stdlib.h>
Modified: trunk/src/libexchangemapi/exchange-mapi-cal-recur-utils.c
==============================================================================
--- trunk/src/libexchangemapi/exchange-mapi-cal-recur-utils.c (original)
+++ trunk/src/libexchangemapi/exchange-mapi-cal-recur-utils.c Wed Jan 28 16:51:14 2009
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "exchange-mapi-cal-recur-utils.h"
/* Reader/Writer versions */
Modified: trunk/src/libexchangemapi/exchange-mapi-cal-tz-utils.c
==============================================================================
--- trunk/src/libexchangemapi/exchange-mapi-cal-tz-utils.c (original)
+++ trunk/src/libexchangemapi/exchange-mapi-cal-tz-utils.c Wed Jan 28 16:51:14 2009
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "exchange-mapi-cal-tz-utils.h"
#define d(x)
Modified: trunk/src/libexchangemapi/exchange-mapi-cal-utils.c
==============================================================================
--- trunk/src/libexchangemapi/exchange-mapi-cal-utils.c (original)
+++ trunk/src/libexchangemapi/exchange-mapi-cal-utils.c Wed Jan 28 16:51:14 2009
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <glib/gstdio.h>
#include <fcntl.h>
#include <libecal/e-cal-util.h>
Modified: trunk/src/libexchangemapi/exchange-mapi-connection.c
==============================================================================
--- trunk/src/libexchangemapi/exchange-mapi-connection.c (original)
+++ trunk/src/libexchangemapi/exchange-mapi-connection.c Wed Jan 28 16:51:14 2009
@@ -22,6 +22,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "exchange-mapi-connection.h"
#include "exchange-mapi-folder.h"
#include "exchange-mapi-utils.h"
Modified: trunk/src/libexchangemapi/exchange-mapi-folder.c
==============================================================================
--- trunk/src/libexchangemapi/exchange-mapi-folder.c (original)
+++ trunk/src/libexchangemapi/exchange-mapi-folder.c Wed Jan 28 16:51:14 2009
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "exchange-mapi-connection.h"
#include "exchange-mapi-folder.h"
Modified: trunk/src/libexchangemapi/exchange-mapi-utils.c
==============================================================================
--- trunk/src/libexchangemapi/exchange-mapi-utils.c (original)
+++ trunk/src/libexchangemapi/exchange-mapi-utils.c Wed Jan 28 16:51:14 2009
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "exchange-mapi-utils.h"
#ifdef G_OS_WIN32
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]