aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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_