fix: necessary code changes for nix configurability

This commit is contained in:
2025-07-06 05:13:09 +02:00
parent be6e039a9b
commit 689c962cc9
3 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,11 @@
#ifndef MACROSH_
#define MACROSH_
// More like constants but I'm not making yet another header file just for this
#ifndef LIDM_CONF_PATH
#define LIDM_CONF_PATH "/etc/lidm.ini"
#endif
// Do we just replace the compiler with clang??
#if defined(__clang__)
#define NULLABLE _Nullable