summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2020-07-02 13:03:01 +0200
committerantirez <antirez@gmail.com>2020-07-02 13:03:01 +0200
commit0099562d0e79aea0c6deedfa1ee0ef4a3a8883b7 (patch)
treee58bb0474335ce9ec61d3e19598410e6561499e4
parent22cf54f3108974ede3031b887cb944dd54b24bc0 (diff)
downloadfilo-0099562d0e79aea0c6deedfa1ee0ef4a3a8883b7.tar.gz
filo-0099562d0e79aea0c6deedfa1ee0ef4a3a8883b7.zip
Simplify features macro.
-rw-r--r--kilo.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/kilo.c b/kilo.c
index c64a9ae..d293210 100644
--- a/kilo.c
+++ b/kilo.c
@@ -34,15 +34,7 @@
#define KILO_VERSION "0.0.1"
-#ifdef __APPLE__
-#include <AvailabilityMacros.h>
-#endif
-
#ifdef __linux__
-#include <features.h>
-#endif
-
-#ifdef __GLIBC__
#define _POSIX_C_SOURCE 200809L
#endif