nicojensen.de/vendor/bundle/gems/ffi-1.10.0/ext/ffi_c/extconf.h

10 lines
234 B
C
Raw Normal View History

2019-03-12 13:49:49 +01:00
#ifndef EXTCONF_H
#define EXTCONF_H
#define HAVE_RUBY_THREAD_H 1
#define HAVE_RB_THREAD_CALL_WITH_GVL 1
#define HAVE_RB_THREAD_CALL_WITHOUT_GVL 1
#define HAVE_FFI_PREP_CIF_VAR 1
#define USE_INTERNAL_LIBFFI 1
#define RUBY_1_9 1
#endif