only define _XOPEN_SOURCE to 600 to get at posix_memalign() in case we
authorTim Janik <timj@imendio.com>
Tue, 14 Feb 2006 16:31:37 +0000 (16:31 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 14 Feb 2006 16:31:37 +0000 (16:31 +0000)
commit8a8f185febd8cfa0ea05f92e68b8962479486bef
treeccd1c6f3c1e805f7269148d7d80c9d985ee55019
parent16d640b06c209e1442d03937751eafc5254fe8eb
only define _XOPEN_SOURCE to 600 to get at posix_memalign() in case we

Tue Feb 14 17:00:43 2006  Tim Janik  <timj@imendio.com>

        * glib/gslice.c: only define _XOPEN_SOURCE to 600 to get at
        posix_memalign() in case we actually are going to use it, because
        we detected a compliant implementation (#328997).

        * configure.in (enable_included_printf): don't include malloc.h when
        testing for posix_memalign() funcitonality, since this may break the
        test on some systems (#328997).
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
configure.in
glib/gslice.c