aboutsummaryrefslogtreecommitdiff
path: root/include/config.h.in
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-06-21 12:49:45 -0400
committerGitHub <noreply@github.com>2024-06-21 12:49:45 -0400
commit77a0276d9f37bcf828c77f9bcc59ff945116274e (patch)
tree91cf7cb955798ad40718341172b0a8ffbc59a1f2 /include/config.h.in
parent931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff)
downloadstasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'include/config.h.in')
-rw-r--r--include/config.h.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/config.h.in b/include/config.h.in
index fe6beb2..0df955d 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -1,28 +1,28 @@
-#ifndef OMC_CONFIG_H
-#define OMC_CONFIG_H
+#ifndef STASIS_CONFIG_H
+#define STASIS_CONFIG_H
-#define OMC_SYSCONFDIR "@SYSCONFDIR@/omc"
+#define STASIS_SYSCONFDIR "@SYSCONFDIR@/stasis"
#if defined(_WIN32) || defined(_WIN64) || defined(__CYGWIN__)
-#define OMC_OS_WINDOWS
+#define STASIS_OS_WINDOWS
#elif defined(__linux__)
-#define OMC_OS_LINUX
+#define STASIS_OS_LINUX
#include "os_linux.h"
#elif defined(unix) || defined(__unix__) || defined(__unix)
-#define OMC_OS_UNIX
+#define STASIS_OS_UNIX
#elif defined(__APPLE__)
-#define OMC_OS_DARWIN
+#define STASIS_OS_DARWIN
#include "os_darwin.h"
#else
-#define OMC_OS_UNKNOWN
+#define STASIS_OS_UNKNOWN
#error Operating system unknown/unsupported
#endif // OS detection
-#endif // OMC_CONFIG_H
+#endif // STASIS_CONFIG_H