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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/* spiro-config.h.in. Generated from configure.ac by autoheader. */
/* Check if input values are realistic and not infinite in value. */
/* Use 'gettimeofday()==true, else use older sys/timeb.h */
/* Define to 1 if you have the <dlfcn.h> header file. */
/* Define to 1 if you have the `finite' function. */
/* Define to 1 if you have the `hypot' function. */
/* Define to 1 if you have the <inttypes.h> header file. */
/* Define to 1 if you have the `isfinite' function. */
/* Define to 1 if you have the <memory.h> header file. */
/* Have pthreads.h. Do multi-user check in call-test. */
/* Define to 1 if you have the <stdint.h> header file. */
/* Define to 1 if you have the <stdlib.h> header file. */
/* Define to 1 if you have the <strings.h> header file. */
/* Define to 1 if you have the <string.h> header file. */
/* Define to 1 if you have the <sys/stat.h> header file. */
/* Define to 1 if you have the <sys/types.h> header file. */
/* Define to 1 if you have the <unistd.h> header file. */
/* Libspiro version major value */
/* Libspiro version minor value */
/* Libspiro Major.Minor value. Report this back */
/* Define if running the test suite so that test #27 works on MinGW. */
/* Define to the sub-directory where libtool stores uninstalled libraries. */
/* Name of package */
/* Define to the address where bug reports for this package should be sent. */
/* Define to the full name of this package. */
/* Define to the full name and version of this package. */
/* Define to the one symbol short name of this package. */
/* Define to the home page for this package. */
/* Define to the version of this package. */
/* Define to 1 if you have the ANSI C header files. */
/* Do 'S_TESTS' multi-thread 'call-testm' checks when you run 'make check'. */
/* Verbose library printf() output enabled for debugging. */
/* Version number of package */
// Additions for Rust
// I don't care about systems this doesn't work on.
/* Define IS_FINITE(x) to isfinite(x) or finite(x) */