From 74596d8273552f11959fe51fb8fff84a18ca9b83 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Feb 2026 14:43:26 +0200 Subject: build: Maybe fix OpenBSD We'll see how this goes... --- config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index eb2470a..ece0ddc 100644 --- a/config.h.in +++ b/config.h.in @@ -161,6 +161,15 @@ // #define DFM_MARGIN 3 +// +// OS specific flags. +// +#ifdef __linux__ +#define _GNU_SOURCE +#define _BSD_SOURCE +#define _POSIX_C_SOURCE 200809L +#endif + // // Configuration overrides from ./configure. // -- cgit v1.2.3