diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-12 22:39:14 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-12 22:39:14 -0700 |
| commit | 14876a091a31b10a0cef7aa59a8384b48a059af8 (patch) | |
| tree | 47c41b069fb4fc2d58a5ed0a0e66266af441e025 /include/config.h | |
| parent | 000a4668b6fe6fc822d1265152656fb675a26a73 (diff) | |
| download | yetihack-main.tar.zst | |
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 10 |
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_ |
