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 --- main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index f5b5158..3ab7b2c 100644 --- a/main.c +++ b/main.c @@ -16,9 +16,6 @@ * along with sxiv. If not, see . */ -#define _POSIX_C_SOURCE 200112L -#define _MAPPINGS_CONFIG - #include #include #include @@ -41,6 +38,8 @@ #include "thumbs.h" #include "util.h" #include "window.h" + +#define _MAPPINGS_CONFIG #include "config.h" enum { -- cgit v1.2.3