File: gnumeric-features.h.in

package info (click to toggle)
gnumeric 1.12.44-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112,672 kB
  • sloc: ansic: 293,830; xml: 56,297; perl: 6,093; sh: 4,527; makefile: 2,940; yacc: 1,341; python: 384
file content (38 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download | duplicates (6)
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
#ifndef _LIBSPREADSHEET_CONFIG_H_
#define _LIBSPREADSHEET_CONFIG_H_

/* Manually maintained to hold any compile time flags necessary to use the ABI
 * of libspreadsheet */

/* The Epoch of this release */
#undef GNM_VERSION_EPOCH
/* Extra, possibly empty tag for this release */
#undef GNM_VERSION_EXTRA
/* The Major version number of this release */
#undef GNM_VERSION_MAJOR
/* The Minor version number of this release */
#undef GNM_VERSION_MINOR
/* The version number of this release, with optional extra suffix */
#undef GNM_VERSION_FULL

/* Define if UI is built */
#undef GNM_WITH_GTK
/* Define if the long double type is to be used */
#undef GNM_WITH_LONG_DOUBLE

/* Define to 1 if Gnumeric supplies the `lgamma' function. */
#undef GNM_SUPPLIES_LGAMMA

/* Define to 1 if Gnumeric supplies the `lgamma' function. */
#undef GNM_SUPPLIES_LGAMMA_R

/* Define to 1 if Gnumeric supplies the `erfl' function. */
#undef GNM_SUPPLIES_ERFL

/* Define to 1 if Gnumeric supplies the `erfcl' function. */
#undef GNM_SUPPLIES_ERFCL

/* Define to 1 if Gnumeric reduces the argument range of sin/cos/tan */
#undef GNM_REDUCES_TRIG_RANGE

#endif  /* _LIBSPREADSHEET_CONFIG_H_ */