From: Dagobert Michelsen Date: Thu, 18 Jun 2015 13:28:36 +0000 (+0200) Subject: Take out explicit definitions as they are already checked via enable_standards in... X-Git-Tag: collectd-5.6.0~653 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=0824460029db8e584f71295c5ecc89e785598878;p=collectd.git Take out explicit definitions as they are already checked via enable_standards in configure.ac. Fixes: #978 --- diff --git a/src/Makefile.am b/src/Makefile.am index 877a785f..2c7c1821 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,7 +77,6 @@ collectdctl_DEPENDENCIES = libcollectdclient/libcollectdclient.la collectd_tg_SOURCES = collectd-tg.c collectd_tg_CPPFLAGS = $(AM_CPPFLAGS) \ - -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 \ -I$(top_srcdir)/src/libcollectdclient/collectd -I$(top_builddir)/src/libcollectdclient/collectd collectd_tg_LDADD = daemon/libheap.la if BUILD_WITH_LIBSOCKET