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 --- thumbs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index d08e972..949dac9 100644 --- a/thumbs.c +++ b/thumbs.c @@ -16,9 +16,6 @@ * along with sxiv. If not, see . */ -#define _POSIX_C_SOURCE 200112L -#define _THUMBS_CONFIG - #include #include #include @@ -29,6 +26,8 @@ #include "thumbs.h" #include "util.h" + +#define _THUMBS_CONFIG #include "config.h" #if HAVE_LIBEXIF -- cgit v1.2.3