diff options
author | Sami Kerola <kerolasa@iki.fi> | 2013-02-12 22:13:45 (GMT) |
---|---|---|
committer | Sami Kerola <kerolasa@iki.fi> | 2013-05-26 09:38:10 (GMT) |
commit | 47b978653358e3cde5eb1432efd5eb05a096f83c (patch) | |
tree | 1c26d000f609fdf9987a77fd87888314dcd5c9c7 /util | |
parent | 73b79587708d49adfec3edb464fd0970fc9f9022 (diff) | |
download | fluxbox-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.cc | 5 |
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 |