Sha256: 0745a0be1b8c3874f906e57d7c1c2930a5284056b4243cb33cc5a956749734a7
Contents?: true
Size: 350 Bytes
Versions: 1
Compression:
Stored size: 350 Bytes
Contents
#ifndef EXTCONF_H #define EXTCONF_H #define HAVE_FFI_H 1 #define HAVE_FFI_CLOSURE_ALLOC 1 #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 HAVE_FFI_RAW_CALL 1 #define HAVE_FFI_PREP_RAW_CLOSURE 1 #define HAVE_RAW_API 1 #define RUBY_1_9 1 #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cloudsmith-api-0.44.4 | vendor/bundle/ruby/2.3.0/gems/ffi-1.11.1/ext/ffi_c/extconf.h |