summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/psych/extconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/ext/psych/extconf.h')
-rw-r--r--jni/ruby/ext/psych/extconf.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/jni/ruby/ext/psych/extconf.h b/jni/ruby/ext/psych/extconf.h
new file mode 100644
index 0000000..f5d6363
--- /dev/null
+++ b/jni/ruby/ext/psych/extconf.h
@@ -0,0 +1,14 @@
+#ifndef EXTCONF_H
+#define EXTCONF_H
+#define HAVE_DLFCN_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_CONFIG_H 1
+#endif