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.5.2~21 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=f14825411d74f8e01d68e3c22cfd541e0cad3aa5 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 2f49f4a6..76a885b4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,7 +65,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