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