From e690b360d557c491c69cebc6caea6af3b66b61d0 Mon Sep 17 00:00:00 2001 From: Oscar Lesta Date: Wed, 4 Oct 2023 13:07:06 -0300 Subject: Use XDG_* dirs/vars diff --git a/src/xdg.h b/src/xdg.h index 7510444..a0d20b8 100644 --- a/src/xdg.h +++ b/src/xdg.h @@ -1,7 +1,7 @@ #ifndef GNUPLOT_XDG_H #define GNUPLOT_XDG_H -#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__)) +#if defined(__unix__) || defined(__HAIKU__) || (defined(__APPLE__) && defined(__MACH__)) #define USE_XDG_BASEDIR -- 2.45.2