aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2013-02-12 22:13:45 (GMT)
committerSami Kerola <kerolasa@iki.fi>2013-05-26 09:38:10 (GMT)
commit47b978653358e3cde5eb1432efd5eb05a096f83c (patch)
tree1c26d000f609fdf9987a77fd87888314dcd5c9c7 /util
parent73b79587708d49adfec3edb464fd0970fc9f9022 (diff)
downloadfluxbox-47b978653358e3cde5eb1432efd5eb05a096f83c.zip
fluxbox-47b978653358e3cde5eb1432efd5eb05a096f83c.tar.bz2
build-sys: use AC_USE_SYSTEM_EXTENSIONS
The earlier _GNU_SOURCE definitions possibly did not take effect everywhere where it was intended.
Diffstat (limited to 'util')
-rw-r--r--util/fluxbox-update_configs.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc
index a4fe6f2..b93f344 100644
--- a/util/fluxbox-update_configs.cc
+++ b/util/fluxbox-update_configs.cc
@@ -30,11 +30,6 @@
30#include <signal.h> 30#include <signal.h>
31#endif // HAVE_SIGNAL_H 31#endif // HAVE_SIGNAL_H
32 32
33//use GNU extensions
34#ifndef _GNU_SOURCE
35#define _GNU_SOURCE
36#endif // _GNU_SOURCE
37
38#ifdef HAVE_CSTRING 33#ifdef HAVE_CSTRING
39 #include <cstring> 34 #include <cstring>
40#else 35#else