rf-web/vendor/bundle/gems/ffi-1.11.1/ext/ffi_c/extconf.h

10 lines
239 B
C
Raw Normal View History

2019-10-21 08:18:17 +00:00
#ifndef EXTCONF_H
#define EXTCONF_H
#define HAVE_RB_THREAD_CALL_WITHOUT_GVL 1
#define HAVE_RUBY_NATIVE_THREAD_P 1
#define HAVE_RUBY_THREAD_HAS_GVL_P 1
#define HAVE_FFI_PREP_CIF_VAR 1
#define USE_INTERNAL_LIBFFI 1
#define RUBY_1_9 1
#endif