aboutsummaryrefslogtreecommitdiff
path: root/src/ClientPattern.cc
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 /src/ClientPattern.cc
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 'src/ClientPattern.cc')
-rw-r--r--src/ClientPattern.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ClientPattern.cc b/src/ClientPattern.cc
index f57513d..696e70e 100644
--- a/src/ClientPattern.cc
+++ b/src/ClientPattern.cc
@@ -34,11 +34,6 @@
34#include "FbTk/stringstream.hh" 34#include "FbTk/stringstream.hh"
35#include "FbTk/STLUtil.hh" 35#include "FbTk/STLUtil.hh"
36 36
37// use GNU extensions
38#ifndef _GNU_SOURCE
39#define _GNU_SOURCE
40#endif // _GNU_SOURCE
41
42#include <fstream> 37#include <fstream>
43#include <string> 38#include <string>
44#include <memory> 39#include <memory>