Sha256: ea395623b62e56a7d517b049ae5d4716f78f0a772358bcde785ed9859a2cff57
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
#ifndef ___RB_GSL_CONFIG_H___ #define ___RB_GSL_CONFIG_H___ #ifndef GSL_VERSION #define GSL_VERSION "1.15" #endif #ifndef GSL_0_9_4_LATER #define GSL_0_9_4_LATER #endif #ifndef GSL_1_0_LATER #define GSL_1_0_LATER #endif #ifndef GSL_1_1_LATER #define GSL_1_1_LATER #endif #ifndef GSL_1_1_1_LATER #define GSL_1_1_1_LATER #endif #ifndef GSL_1_2_LATER #define GSL_1_2_LATER #endif #ifndef GSL_1_3_LATER #define GSL_1_3_LATER #endif #ifndef GSL_1_4_LATER #define GSL_1_4_LATER #endif #ifndef GSL_1_4_9_LATER #define GSL_1_4_9_LATER #endif #ifndef GSL_1_6_LATER #define GSL_1_6_LATER #endif #ifndef GSL_1_8_LATER #define GSL_1_8_LATER #endif #ifndef GSL_1_9_LATER #define GSL_1_9_LATER #endif #ifndef GSL_1_10_LATER #define GSL_1_10_LATER #endif #ifndef GSL_1_11_LATER #define GSL_1_11_LATER #endif #ifndef GSL_1_13_LATER #define GSL_1_13_LATER #endif #ifndef GSL_1_14_LATER #define GSL_1_14_LATER #endif #ifndef GSL_1_15_LATER #define GSL_1_15_LATER #endif #ifndef RUBY_GSL_VERSION #define RUBY_GSL_VERSION "1.15.0" #endif #ifndef RUBY_1_8_LATER #define RUBY_1_8_LATER #endif #endif
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
rb-gsl-1.15.3.1 | include/rb_gsl_config.h |
blackwinter-gsl-1.15.3.2 | include/rb_gsl_config.h |
gsl-1.15.3 | include/rb_gsl_config.h |