Define GNU libc symbols unconditionally

Unconditionally define _GNU_SOURCE and XOPEN_SOURCE, in order to make
the simple search engine backend build on really ancient GNU libc
(see bug 444097), which have ftw.h but need those symbols defined even
to export a POSIX-like ftw() and friends.

svn path=/trunk/; revision=18096
This commit is contained in:
Emmanuele Bassi
2007-06-10 17:25:16 +00:00
parent f7ba83c613
commit 9b43c45d26
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-06-10 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtksearchenginesimple.c: Unconditionally define _GNU_SOURCE
and XOPEN_SOURCE, in order to make the simple search engine backend
build on really ancient GNU libc. (#444097)
2007-06-10 Michael Natterer <mitch@imendio.com>
* gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_arc): fix