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 --- options.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 403785c..882ac49 100644 --- a/options.c +++ b/options.c @@ -16,9 +16,6 @@ * along with sxiv. If not, see . */ -#define _POSIX_C_SOURCE 200112L -#define _IMAGE_CONFIG - #include #include #include @@ -26,6 +23,8 @@ #include "options.h" #include "util.h" + +#define _IMAGE_CONFIG #include "config.h" options_t _options; -- cgit v1.2.3-54-g00ecf