1 | /* This is the header file for the Microsoft compiler, defining all |
---|
2 | * system and compiler dependent configuration macros */ |
---|
3 | |
---|
4 | /* Define to 64bit integer type */ |
---|
5 | #if _MSC_VER==1200 |
---|
6 | #define COIN_INT64_T __int64 |
---|
7 | #else |
---|
8 | #define COIN_INT64_T long long |
---|
9 | #endif |
---|
10 | |
---|
11 | /* Define to integer type capturing pointer */ |
---|
12 | #define COIN_INTPTR_T long |
---|
13 | |
---|
14 | /* Define to dummy `main' function (if any) required to link to the Fortran |
---|
15 | libraries. */ |
---|
16 | /* #undef F77_DUMMY_MAIN */ |
---|
17 | |
---|
18 | /* Define to a macro mangling the given C identifier (in lower and upper |
---|
19 | case), which must not contain underscores, for linking with Fortran. */ |
---|
20 | #define F77_FUNC(name,NAME) NAME |
---|
21 | |
---|
22 | /* As F77_FUNC, but for C identifiers containing underscores. */ |
---|
23 | #define F77_FUNC_(name,NAME) NAME |
---|
24 | |
---|
25 | /* Define if F77 and FC dummy `main' functions are identical. */ |
---|
26 | /* #undef FC_DUMMY_MAIN_EQ_F77 */ |
---|
27 | |
---|
28 | /* Define to the C type corresponding to Fortran INTEGER */ |
---|
29 | #define FORTRAN_INTEGER_TYPE int |
---|
30 | |
---|
31 | /* Define to 1 if you have the <assert.h> header file. */ |
---|
32 | /* #undef HAVE_ASSERT_H */ |
---|
33 | |
---|
34 | /* Define to 1 if you have the <cassert> header file. */ |
---|
35 | #define HAVE_CASSERT 1 |
---|
36 | |
---|
37 | /* Define to 1 if you have the <cctype> header file. */ |
---|
38 | #define HAVE_CCTYPE 1 |
---|
39 | |
---|
40 | /* Define to 1 if you have the <cfloat> header file. */ |
---|
41 | #define HAVE_CFLOAT 1 |
---|
42 | |
---|
43 | /* Define to 1 if you have the <cieeefp> header file. */ |
---|
44 | /* #undef HAVE_CIEEEFP */ |
---|
45 | |
---|
46 | /* Define to 1 if you have the <cmath> header file. */ |
---|
47 | #define HAVE_CMATH 1 |
---|
48 | |
---|
49 | /* Define to 1 if you have the <cstdarg> header file. */ |
---|
50 | #define HAVE_CSTDARG 1 |
---|
51 | |
---|
52 | /* Define to 1 if you have the <cstdio> header file. */ |
---|
53 | #define HAVE_CSTDIO 1 |
---|
54 | |
---|
55 | /* Define to 1 if you have the <cstdlib> header file. */ |
---|
56 | /* #undef HAVE_CSTDLIB */ |
---|
57 | |
---|
58 | /* Define to 1 if you have the <ctime> header file. */ |
---|
59 | #define HAVE_CTIME 1 |
---|
60 | |
---|
61 | /* Define to 1 if you have the <ctype.h> header file. */ |
---|
62 | /* #undef HAVE_CTYPE_H */ |
---|
63 | |
---|
64 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
---|
65 | /* #define HAVE_DLFCN_H */ |
---|
66 | |
---|
67 | /* Define to 1 if you have the <float.h> header file. */ |
---|
68 | /* #undef HAVE_FLOAT_H */ |
---|
69 | |
---|
70 | /* Define to 1 if you have the <ieeefp.h> header file. */ |
---|
71 | /* #undef HAVE_IEEEFP_H */ |
---|
72 | |
---|
73 | /* Define to 1 if you have the <inttypes.h> header file. */ |
---|
74 | /* #define HAVE_INTTYPES_H */ |
---|
75 | |
---|
76 | /* Define to 1 if you have the <math.h> header file. */ |
---|
77 | /* #undef HAVE_MATH_H */ |
---|
78 | |
---|
79 | /* Define to 1 if you have the <memory.h> header file. */ |
---|
80 | #define HAVE_MEMORY_H 1 |
---|
81 | |
---|
82 | /* Define to 1 if you have the <stdarg.h> header file. */ |
---|
83 | /* #undef HAVE_STDARG_H */ |
---|
84 | |
---|
85 | /* Define to 1 if you have the <stdint.h> header file. */ |
---|
86 | /* #define HAVE_STDINT_H */ |
---|
87 | |
---|
88 | /* Define to 1 if you have the <stdio.h> header file. */ |
---|
89 | /* #undef HAVE_STDIO_H */ |
---|
90 | |
---|
91 | /* Define to 1 if you have the <stdlib.h> header file. */ |
---|
92 | #define HAVE_STDLIB_H 1 |
---|
93 | |
---|
94 | /* Define to 1 if you have the <strings.h> header file. */ |
---|
95 | /* #define HAVE_STRINGS_H */ |
---|
96 | |
---|
97 | /* Define to 1 if you have the <string.h> header file. */ |
---|
98 | #define HAVE_STRING_H 1 |
---|
99 | |
---|
100 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
---|
101 | #define HAVE_SYS_STAT_H 1 |
---|
102 | |
---|
103 | /* Define to 1 if you have the <sys/types.h> header file. */ |
---|
104 | #define HAVE_SYS_TYPES_H 1 |
---|
105 | |
---|
106 | /* Define to 1 if you have the <time.h> header file. */ |
---|
107 | /* #undef HAVE_TIME_H */ |
---|
108 | |
---|
109 | /* Define to 1 if you have the <unistd.h> header file. */ |
---|
110 | /* #define HAVE_UNISTD_H */ |
---|
111 | |
---|
112 | /* Define to 1 if va_copy is avaliable */ |
---|
113 | /* #undef HAVE_VA_COPY */ |
---|
114 | |
---|
115 | /* Define to be the name of C-function for Inf check */ |
---|
116 | #define MY_C_FINITE _finite |
---|
117 | |
---|
118 | /* Define to be the name of C-function for NaN check */ |
---|
119 | #define MY_C_ISNAN _isnan |
---|
120 | |
---|
121 | /* The size of a `double', as computed by sizeof. */ |
---|
122 | #define SIZEOF_DOUBLE 8 |
---|
123 | |
---|
124 | /* The size of a `int', as computed by sizeof. */ |
---|
125 | #define SIZEOF_INT 4 |
---|
126 | |
---|
127 | /* The size of a `int *', as computed by sizeof. */ |
---|
128 | #define SIZEOF_INT_P 4 |
---|
129 | |
---|
130 | /* The size of a `long', as computed by sizeof. */ |
---|
131 | #define SIZEOF_LONG 4 |
---|
132 | |
---|
133 | /* Define to 1 if you have the ANSI C header files. */ |
---|
134 | #define STDC_HEADERS 1 |
---|