summaryrefslogtreecommitdiff
path: root/mk/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mk/config.h')
-rw-r--r--mk/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mk/config.h b/mk/config.h
new file mode 100644
index 0000000..9f15ea0
--- /dev/null
+++ b/mk/config.h
@@ -0,0 +1,10 @@
+/* $OpenBSD$ */
+
+#pragma once
+
+#define HAVE_ERR_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
+/* undef HAVE_ZLIB */