From 14876a091a31b10a0cef7aa59a8384b48a059af8 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 12 Apr 2025 22:39:14 -0700 Subject: Modernize the build system --- include/config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/config.h (limited to 'include') 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_ -- cgit v1.3.1