From: Miroslav Lichvar Date: Fri, 18 Sep 2015 08:07:56 +0000 (+0200) Subject: clean up sysincl.h more X-Git-Tag: 2.2-pre1~23 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=046f219a0eefa9d90838ab61fbd7b5df2f113b79;p=thirdparty%2Fchrony.git clean up sysincl.h more Define feature test macros in config.h if needed. --- diff --git a/sysincl.h b/sysincl.h index e04b6e14..30e9b483 100644 --- a/sysincl.h +++ b/sysincl.h @@ -55,6 +55,7 @@ #include #include #include +#include #ifdef HAVE_INTTYPES_H #include @@ -64,12 +65,6 @@ /* Tough */ #endif -/* One or other of these to make getsid() visible */ -#define __EXTENSIONS__ 1 -#define __USE_XOPEN_EXTENDED 1 - -#include - #ifdef FEAT_IPV6 /* For inet_ntop() */ #include