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 --- image.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'image.c') diff --git a/image.c b/image.c index da46cab..4f49107 100644 --- a/image.c +++ b/image.c @@ -16,9 +16,6 @@ * along with sxiv. If not, see . */ -#define _POSIX_C_SOURCE 200112L -#define _IMAGE_CONFIG - #include #include #include @@ -27,6 +24,8 @@ #include "image.h" #include "options.h" #include "util.h" + +#define _IMAGE_CONFIG #include "config.h" #if HAVE_LIBEXIF -- cgit v1.2.3-54-g00ecf