-
Notifications
You must be signed in to change notification settings - Fork 0
/
acconfig.h
176 lines (119 loc) · 4.34 KB
/
acconfig.h
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/* whether or not --enable-mini-stl is used */
#undef HAVE_MINI_STL
/* whether CORBASec Level 2 is used */
#undef USE_CSL2
/* whether CSIv2 is used */
#undef USE_CSIV2
/* whether SL3 is used */
#undef USE_SL3
/* whether anything wireless is built */
#undef USE_WIRELESS
/* whether shared mutex attribute is supported */
#undef USE_SHARED_MUTEX_ATTRIBUTE
/* whether we have byteorder big endian */
#undef HAVE_BYTEORDER_BE
/* whether we have byteorder little endian */
#undef HAVE_BYTEORDER_LE
/* whether we have a prototype for gethostname */
#undef HAVE_GETHOSTNAME_PROTO
/* whether we have a prototype for finite */
#undef HAVE_FINITE_PROTO
/* whether we have a prototype for strerror */
#undef HAVE_STRERROR_PROTO
/* whether we have a prototype for ftime */
#undef HAVE_FTIME_PROTO
/* whether C++ compiler supports exception handling */
#undef HAVE_EXCEPTS
/* whether C++ compiler supports exceptions in shared libs */
#undef HAVE_SHARED_EXCEPTS
/* whether C++ compiler supports standard exception handling */
#undef HAVE_STD_EH
/* whether to built ORB with exception support */
#undef HAVE_ORB_EXCEPTS
/* whether we need to explicitely call global ctors in dlopen()ed module */
#undef HAVE_EXPLICIT_CTORS
/* whether we have a size limit on .o files (like hpux) */
#undef HAVE_SIZE_LIMIT
/* whether we have IEEE compliant floating point types */
#undef HAVE_IEEE_FP
/* whether or not class foo { friend void f <> (); } works */
#undef HAVE_GUIDING_DECLS
/* whether or not namespaces work */
#undef HAVE_NAMESPACE
/* type of size argument to socket calls */
#undef socket_size_t
/* type of sockaddr argument to socket calls */
#undef socket_addr_t
/* type of fd_set arguments to select calls */
#undef select_addr_t
/* whether gettimeofday has two args */
#undef HAVE_GETTIMEOFDAY_TWOARGS
/* whether or not he have SSLeay */
#undef HAVE_SSL
/* whether or not he have Postgresql */
#undef HAVE_PGSQL
/* whether or not we have Bluetooth */
#undef HAVE_BLUETOOTH
/* whether or not bool is supported by C++ compiler */
#undef HAVE_BOOL_TYPE
/* whether or not typename is supported by C++ compiler */
#undef HAVE_TYPENAME
#undef typename
/* whether or not scanf ("%Lf", ...) works */
#undef HAVE_SCANF_LF
/* whether or not printf ("%Lf", ...) works */
#undef HAVE_PRINTF_LF
/* whether the system supports dynamic module loading */
#undef HAVE_DYNAMIC
/* whether c++ compiler supports const overload of conversion operators */
#undef HAVE_CONST_OVERLOAD
/* whether virtual methods inherited from two or more base class must be
overridden */
#undef HAVE_EXPLICIT_METHOD_OVERRIDE
/* whether the compiler fails to automatically generate working
copy constructors, assignment operators and destructors on structs
with template members */
#undef HAVE_EXPLICIT_STRUCT_OPS
/* whether we can use the advanced memchecker */
#undef USE_MEMTRACE
/* whether a derived class can override a typedef in the base class */
#undef HAVE_TYPEDEF_OVERLOAD
/* Define if you have the <poll.h> header file. */
#undef HAVE_POLL_H
/* Define if you have the <pth.h> header file. */
#undef HAVE_PTH_H
/* Define if you have pthread support */
#undef HAVE_PTHREADS
/* Define if you have DCE thread support */
#undef HAVE_DCE_THREADS
/* Define if you have Solaris thread support */
#undef HAVE_SOLARIS_THREADS
/* Define if you have GNU Pth thread support */
#undef HAVE_PTH_THREADS
/* Define if you want thread support at all */
#undef HAVE_THREADS
/* whether to build a Minimum CORBA ORB */
#undef HAVE_MINIMUM_CORBA
/* whether we support dynamic_cast<> */
#undef HAVE_DYNAMIC_CAST
/* whether to build CCM-specific parts */
#undef USE_CCM
/* whether to build CORBA messaging specific parts */
#undef USE_MESSAGING
/* path information */
#undef ABSEXECDIR
#undef ABSSHRDDIR
/* whether ANSI C++ header files are present */
#undef HAVE_ANSI_CPLUSPLUS_HEADERS
/* whether to build Threading Policies API */
#undef THREADING_POLICIES
/* Define if you have libumem available on your system */
#undef HAVE_UMEM
/* Define if you have GNU C++ which supports atomic functions */
#undef HAVE_GCC_ATOMICS
/* Define if you have Solaris OS which supports atomic functions in libc (atomic.h)*/
#undef HAVE_SOLARIS_ATOMICS
/* Define if your C++ compiler and OS support forced unwind exception */
#undef HAVE_FORCED_UNWIND_EXCEPTION
/* Define if you have libtcmalloc_minimal available on your system */
#undef HAVE_TCMALLOC