aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2023-12-27 06:51:29 -0600
committerLibravatar bigfoot547 <[email protected]>2023-12-27 06:51:29 -0600
commit5e141e336c3a2cb8921edcd7af6f14a29ff63942 (patch)
tree80df676cd02693746b505aecbec5c9ee529b5e7b /src/config.h.in
parentrefactor instances (diff)
add cheap SHA1 implementation
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 05e3045..df91d35 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -4,4 +4,7 @@
#mesondefine PROJECT_NAME
#mesondefine PROJECT_NAME_UPPER
+#mesondefine L2SU_ENDIAN_LITTLE
+#mesondefine L2SU_ENDIAN_BIG
+
#endif /* include guard */