Remove stray _GNU_SOURCE definitions
commitbfd1602db9fd0d23074ef4d1628de66d70241c3b
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 1 May 2021 15:58:15 +0000 (1 16:58 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sat, 1 May 2021 15:58:15 +0000 (1 16:58 +0100)
tree775e14afb6494f4036700ee806f66d2c792c8f76
parent833630979404faae2bd99c59e4e5739e675917f0
Remove stray _GNU_SOURCE definitions

We define _GNU_SOURCE globally in both the Autotools build, through the
use of the AC_USE_SYSTEM_EXTENSIONS macro; and in the Meson build, with
add_project_arguments().
20 files changed:
boilerplate/cairo-boilerplate-system.c
perf/cairo-analyse-trace.c
perf/cairo-perf-micro.c
perf/cairo-perf-report.c
perf/cairo-perf-trace.c
src/cairo-misc.c
src/cairo-quartz-surface.c
test/cairo-test-trace.c
test/cairo-test.c
test/invalid-matrix.c
test/pdiff/pdiff.c
util/cairo-fdr/fdr.c
util/cairo-sphinx/fdr.c
util/cairo-trace/lookup-symbol.c
util/cairo-trace/trace.c
util/show-contour.c
util/show-edges.c
util/show-events.c
util/show-polygon.c
util/show-traps.c