From 046f219a0eefa9d90838ab61fbd7b5df2f113b79 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 18 Sep 2015 10:07:56 +0200 Subject: [PATCH] clean up sysincl.h more Define feature test macros in config.h if needed. --- sysincl.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sysincl.h b/sysincl.h index e04b6e1..30e9b48 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