aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-12 22:39:14 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-12 22:39:14 -0700
commit14876a091a31b10a0cef7aa59a8384b48a059af8 (patch)
tree47c41b069fb4fc2d58a5ed0a0e66266af441e025 /include
parent000a4668b6fe6fc822d1265152656fb675a26a73 (diff)
downloadyetihack-main.tar.zst
Modernize the build systemHEADmain
Diffstat (limited to 'include')
-rw-r--r--include/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
new file mode 100644
index 0000000..0544e65
--- /dev/null
+++ b/include/config.h
@@ -0,0 +1,10 @@
+#ifndef YETIHACK_CONFIG_H_
+#define YETIHACK_CONFIG_H_
+
+#define HAVE_UNISTD_H
+
+#ifdef HAVE_WINDOWS_H
+#undef HAVE_WINDOWS_H
+#endif
+
+#endif // YETIHACK_CONFIG_H_