04-largefile.patch revision 7190
7190N/Aredefinition warnings for _FILE_OFFSET_BITS if config.h not included first.
7190N/A
7190N/AThis may be fixed upstream in post-3.22 development - need to resync and
7190N/Adetermine if there's anything left to send upstream.
7190N/A
7190N/A--- evolution-data-server-3.16.2/libedataserver/e-source.c 2015-05-06 02:39:09.000000000 -0700
7190N/A+++ evolution-data-server-3.16.2/libedataserver/e-source.c 2015-07-16 15:31:08.167638153 -0700
7190N/A@@ -65,9 +65,12 @@
7190N/A * fail with %G_IO_ERROR_NOT_SUPPORTED.
7190N/A **/
7190N/A
7190N/A+#ifdef HAVE_CONFIG_H
7190N/A+#include <config.h>
7190N/A+#endif
7190N/A+
7190N/A #include "e-source.h"
7190N/A
7190N/A-#include <config.h>
7190N/A #include <string.h>
7190N/A #include <glib/gi18n-lib.h>
7190N/A
7190N/A--- evolution-data-server-3.16.2/libedataserver/e-source-registry.c 2015-03-22 23:41:04.000000000 -0700
7190N/A+++ evolution-data-server-3.16.2/libedataserver/e-source-registry.c 2015-07-16 18:52:09.708140925 -0700
7190N/A@@ -37,9 +37,12 @@
7190N/A * book, calendar, memo list and task list for desktop integration.
7190N/A **/
7190N/A
7190N/A+#ifdef HAVE_CONFIG_H
7190N/A+#include <config.h>
7190N/A+#endif
7190N/A+
7190N/A #include "e-source-registry.h"
7190N/A
7190N/A-#include <config.h>
7190N/A #include <glib/gstdio.h>
7190N/A #include <glib/gi18n-lib.h>
7190N/A
7190N/A--- evolution-data-server-3.16.2/libedataserver/e-source-collection.c 2015-03-22 23:41:04.000000000 -0700
7190N/A+++ evolution-data-server-3.16.2/libedataserver/e-source-collection.c 2015-07-16 19:04:32.222032022 -0700
7190N/A@@ -34,9 +34,12 @@
7190N/A * ]|
7190N/A **/
7190N/A
7190N/A+#ifdef HAVE_CONFIG_H
7190N/A+#include <config.h>
7190N/A+#endif
7190N/A+
7190N/A #include "e-source-collection.h"
7190N/A
7190N/A-#include <config.h>
7190N/A #include <glib/gi18n-lib.h>
7190N/A
7190N/A /* Private D-Bus classes. */
7190N/A--- evolution-data-server-3.16.2/libedataserver/e-source-mail-signature.c 2015-03-22 23:41:04.000000000 -0700
7190N/A+++ evolution-data-server-3.16.2/libedataserver/e-source-mail-signature.c 2015-07-16 19:04:48.534733808 -0700
7190N/A@@ -34,9 +34,12 @@
7190N/A * ]|
7190N/A **/
7190N/A
7190N/A+#ifdef HAVE_CONFIG_H
7190N/A+#include <config.h>
7190N/A+#endif
7190N/A+
7190N/A #include "e-source-mail-signature.h"
7190N/A
7190N/A-#include <config.h>
7190N/A #include <string.h>
7190N/A #include <glib/gi18n-lib.h>
7190N/A
7190N/A--- evolution-data-server-3.16.2/libedataserver/e-source-proxy.c 2015-03-22 23:41:04.000000000 -0700
7190N/A+++ evolution-data-server-3.16.2/libedataserver/e-source-proxy.c 2015-07-16 19:05:04.096807494 -0700
7190N/A@@ -35,9 +35,12 @@
7190N/A * ]|
7190N/A **/
7190N/A
7190N/A+#ifdef HAVE_CONFIG_H
7190N/A+#include <config.h>
7190N/A+#endif
7190N/A+
7190N/A #include "e-source-proxy.h"
7190N/A
7190N/A-#include <config.h>
7190N/A #include <glib/gi18n-lib.h>
7190N/A
7190N/A #include <libedataserver/e-source-enumtypes.h>