From e574a6d0dd209cba5e61f23c992a8d6d9bd1fc90 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Wed, 28 Oct 2015 21:37:45 +0100 Subject: Removed feature test macro definitions from source files --- commands.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 2f8a2fe..b1f73ed 100644 --- a/commands.c +++ b/commands.c @@ -16,9 +16,6 @@ * along with sxiv. If not, see . */ -#define _POSIX_C_SOURCE 200112L -#define _IMAGE_CONFIG - #include #include #include @@ -29,6 +26,8 @@ #include "options.h" #include "thumbs.h" #include "util.h" + +#define _IMAGE_CONFIG #include "config.h" void cleanup(void); -- cgit v1.2.3-70-g09d2