1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
#ifndef ___RB_GSL_CONFIG_H___
#define ___RB_GSL_CONFIG_H___
#ifndef GSL_VERSION
#define GSL_VERSION "1.14"
#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 HAVE_EIGEN_FRANCIS
#define HAVE_EIGEN_FRANCIS
#endif
#ifndef RUBY_GSL_VERSION
#define RUBY_GSL_VERSION "1.14.3"
#endif
#ifndef RUBY_1_8_LATER
#define RUBY_1_8_LATER
#endif
#ifndef HAVE_GNU_GRAPH
#define HAVE_GNU_GRAPH
#endif
#ifndef RUBY_1_9_LATER
#define RUBY_1_9_LATER
#endif
#endif
|