From 9a4e99b436efefa00277d592ff67798eb491e87a Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Sun, 12 May 2024 22:55:43 +0200 Subject: Improve API docs and configure system There is now a super minimalistic configure script that automatically detects the event system (epoll/kqueue) and generates a config.h and a config.mk. --- linux.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'linux.mk') diff --git a/linux.mk b/linux.mk index c30ff9b..7bcaca3 100644 --- a/linux.mk +++ b/linux.mk @@ -1,3 +1 @@ -CFLAGS += -DLINUX -D_XOPEN_SOURCE=700 - -PLATFORM_SOURCES += src/dged/reactor-epoll.c +CFLAGS += -D_XOPEN_SOURCE=700 -- cgit v1.2.3