1 #ifndef _LIBSPREADSHEET_CONFIG_H_
2 #define _LIBSPREADSHEET_CONFIG_H_
4 /* Manually maintained to hold any compile time flags necessary to use the ABI
7 /* The Epoch of this release */
8 #undef GNM_VERSION_EPOCH
9 /* Extra, possibly empty tag for this release */
10 #undef GNM_VERSION_EXTRA
11 /* The Major version number of this release */
12 #undef GNM_VERSION_MAJOR
13 /* The Minor version number of this release */
14 #undef GNM_VERSION_MINOR
15 /* The version number of this release, with optional extra suffix */
16 #undef GNM_VERSION_FULL
18 /* Define if UI is built */
20 /* Define if the long double type is to be used */
21 #undef GNM_WITH_LONG_DOUBLE
23 /* Define to 1 if Gnumeric supplies the `lgamma' function. */
24 #undef GNM_SUPPLIES_LGAMMA
26 /* Define to 1 if Gnumeric supplies the `lgamma' function. */
27 #undef GNM_SUPPLIES_LGAMMA_R
29 /* Define to 1 if Gnumeric supplies the `erfl' function. */
30 #undef GNM_SUPPLIES_ERFL
32 /* Define to 1 if Gnumeric supplies the `erfcl' function. */
33 #undef GNM_SUPPLIES_ERFCL
35 /* Define to 1 if Gnumeric reduces the argument range of sin/cos/tan */
36 #undef GNM_REDUCES_TRIG_RANGE
38 #endif /* _LIBSPREADSHEET_CONFIG_H_ */