Sha256: 9c6098e1c6a2b4d8fde97e9a541b8031a888937a4a442f5acb50113ad6d240c1
Contents?: true
Size: 335 Bytes
Versions: 7
Compression:
Stored size: 335 Bytes
Contents
#ifndef EXTCONF_H #define EXTCONF_H #define HAVE_FFI_PREP_CLOSURE 1 #define HAVE_FFI_RAW_CALL 1 #define HAVE_FFI_PREP_RAW_CLOSURE 1 #define HAVE_RAW_API 1 #define HAVE_RB_THREAD_BLOCKING_REGION 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 RUBY_1_9 1 #endif
Version data entries
7 entries across 7 versions & 3 rubygems