summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/fiddle/extconf.h
blob: 8d7e7f0e144428ebf55cd6883e0ef916e07a43ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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