--- evolution-2.10.0/mail/em-utils.c.drop-old-glib-support 2007-03-18 08:17:46.000000000 -0400 +++ evolution-2.10.0/mail/em-utils.c 2007-03-18 08:24:07.000000000 -0400 @@ -42,10 +42,6 @@ #undef interface #endif -#if !GLIB_CHECK_VERSION (2, 8, 0) -#define g_access access -#endif - #include #include #include --- evolution-2.10.0/mail/mail-config.c.drop-old-glib-support 2007-01-03 10:34:12.000000000 -0500 +++ evolution-2.10.0/mail/mail-config.c 2007-03-18 08:24:07.000000000 -0400 @@ -76,10 +76,6 @@ #include "mail-mt.h" #include "mail-tools.h" -#if !GLIB_CHECK_VERSION (2, 8, 0) -#define g_creat creat -#endif - /* Note, the first element of each MailConfigLabel must NOT be translated */ MailConfigLabel label_defaults[5] = { { "important", N_("I_mportant"), "#ff0000" }, /* red */ --- evolution-2.10.0/plugins/save-attachments/save-attachments.c.drop-old-glib-support 2007-03-18 08:17:29.000000000 -0400 +++ evolution-2.10.0/plugins/save-attachments/save-attachments.c 2007-03-18 08:24:07.000000000 -0400 @@ -32,10 +32,6 @@ #include #include -#if !GLIB_CHECK_VERSION (2, 8, 0) -#define g_access access -#endif - #include #include #include