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. --- openbsd.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbsd.mk') diff --git a/openbsd.mk b/openbsd.mk index 59e6ed2..1b1ca61 100644 --- a/openbsd.mk +++ b/openbsd.mk @@ -1,4 +1 @@ -CFLAGS += -DOPENBSD -DBSD - -PLATFORM_SOURCES += src/dged/reactor-kqueue.c FORMAT_TOOL = clang-format-13 -- cgit v1.2.3