summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/fiddle/extconf.h
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-16 18:49:26 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-30 00:39:06 +0900
commitfcbf63e62c627deae76c1b8cb8c0876c536ed811 (patch)
tree64cb17de3f41a2b6fef2368028fbd00349946994 /jni/ruby/ext/fiddle/extconf.h
Fresh start
Diffstat (limited to 'jni/ruby/ext/fiddle/extconf.h')
-rw-r--r--jni/ruby/ext/fiddle/extconf.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/jni/ruby/ext/fiddle/extconf.h b/jni/ruby/ext/fiddle/extconf.h
new file mode 100644
index 0000000..8d7e7f0
--- /dev/null
+++ b/jni/ruby/ext/fiddle/extconf.h
@@ -0,0 +1,13 @@
+#ifndef EXTCONF_H
+#define EXTCONF_H
+#define HAVE_FFI_H 1
+#define RUBY_LIBFFI_MODVERSION 3001000
+#define HAVE_SYS_MMAN_H 1
+#define HAVE_DLFCN_H 1
+#define HAVE_DLOPEN 1
+#define HAVE_DLCLOSE 1
+#define HAVE_DLSYM 1
+#define HAVE_DLERROR 1
+#define HAVE_CONST_FFI_STDCALL 1
+#define SIGNEDNESS_OF_SIZE_T +1
+#endif