OpenRTM-aist  1.2.1
config_rtc.h
Go to the documentation of this file.
1 /* src/lib/rtm/config_rtc.h. Generated from config_rtc.h.in by configure. */
2 /* src/lib/rtm/config_rtc.h.in. Generated from configure.ac by autoheader. */
3 
4 /* ARTLinux is avaiable */
5 /* #undef ARTLINUX */
6 
7 /* Build ext/logger/fluentbit_stream */
8 #ifndef BUILD_EXTFLUENTD
9 #define BUILD_EXTFLUENTD TRUE
10 #endif // BUILD_EXTFLUENTD
11 
12 /* Build ext/sdo */
13 #ifndef BUILD_EXTOBSERVER
14 #define BUILD_EXTOBSERVER TRUE
15 #endif // BUILD_EXTOBSERVER
16 
17 /* Build ext/ssl */
18 /* #undef BUILD_EXTSSL */
19 
20 /* Fluentd logger embedded. */
21 #ifndef ENABLE_FLUENTD
22 #define ENABLE_FLUENTD TRUE
23 #endif // ENABLE_FLUENTD
24 
25 /* Component Observer embedded. */
26 #ifndef ENABLE_OBSERVER
27 #define ENABLE_OBSERVER TRUE
28 #endif // ENABLE_OBSERVER
29 
30 /* omniSSL is NOT used */
31 #ifndef ENABLE_OMNISSL
32 #define ENABLE_OMNISSL FALSE
33 #endif // ENABLE_OMNISSL
34 
35 /* SSL transport embedded. */
36 #ifndef ENABLE_SSL
37 #define ENABLE_SSL TRUE
38 #endif // ENABLE_SSL
39 
40 /* Define to 1 if you have the <dlfcn.h> header file. */
41 #ifndef HAVE_DLFCN_H
42 #define HAVE_DLFCN_H 1
43 #endif // HAVE_DLFCN_H
44 
45 /* Define to 1 if you have the <inttypes.h> header file. */
46 #ifndef HAVE_INTTYPES_H
47 #define HAVE_INTTYPES_H 1
48 #endif // HAVE_INTTYPES_H
49 
50 /* Define to 1 if you have the <memory.h> header file. */
51 #ifndef HAVE_MEMORY_H
52 #define HAVE_MEMORY_H 1
53 #endif // HAVE_MEMORY_H
54 
55 /* Define to 1 if you have the <nlist.h> header file. */
56 /* #undef HAVE_NLIST_H */
57 
58 /* Define to 1 if you have the <stdint.h> header file. */
59 #ifndef HAVE_STDINT_H
60 #define HAVE_STDINT_H 1
61 #endif // HAVE_STDINT_H
62 
63 /* Define to 1 if you have the <stdlib.h> header file. */
64 #ifndef HAVE_STDLIB_H
65 #define HAVE_STDLIB_H 1
66 #endif // HAVE_STDLIB_H
67 
68 /* Define to 1 if you have the <strings.h> header file. */
69 #ifndef HAVE_STRINGS_H
70 #define HAVE_STRINGS_H 1
71 #endif // HAVE_STRINGS_H
72 
73 /* Define to 1 if you have the <string.h> header file. */
74 #ifndef HAVE_STRING_H
75 #define HAVE_STRING_H 1
76 #endif // HAVE_STRING_H
77 
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #ifndef HAVE_SYS_STAT_H
80 #define HAVE_SYS_STAT_H 1
81 #endif // HAVE_SYS_STAT_H
82 
83 /* Define to 1 if you have the <sys/types.h> header file. */
84 #ifndef HAVE_SYS_TYPES_H
85 #define HAVE_SYS_TYPES_H 1
86 #endif // HAVE_SYS_TYPES_H
87 
88 /* Define to 1 if you have the `uname' function. */
89 #ifndef HAVE_UNAME
90 #define HAVE_UNAME 1
91 #endif // HAVE_UNAME
92 
93 /* Define to 1 if you have the <unistd.h> header file. */
94 #ifndef HAVE_UNISTD_H
95 #define HAVE_UNISTD_H 1
96 #endif // HAVE_UNISTD_H
97 
98 /* Define to the sub-directory where libtool stores uninstalled libraries. */
99 #ifndef LT_OBJDIR
100 #define LT_OBJDIR ".libs/"
101 #endif // LT_OBJDIR
102 
103 /* ORB is MICO */
104 /* #undef ORB_IS_MICO */
105 
106 /* ORB is omniORB */
107 #ifndef ORB_IS_OMNIORB
108 #define ORB_IS_OMNIORB TRUE
109 #endif // ORB_IS_OMNIORB
110 
111 /* ORB is ORBacus */
112 /* #undef ORB_IS_ORBACUS */
113 
114 /* ORB is ORBit2 */
115 /* #undef ORB_IS_ORBIT2 */
116 
117 /* ORB is Orbix */
118 /* #undef ORB_IS_ORBIX */
119 
120 /* ORB is RtORB */
121 /* #undef ORB_IS_RTORB */
122 
123 /* ORB is TAO */
124 /* #undef ORB_IS_TAO */
125 
126 /* Name of package */
127 /* #undef RTM_PACKAGE */
128 
129 /* Define to the address where bug reports for this package should be sent. */
130 /* #undef RTM_PACKAGE_BUGREPORT */
131 
132 /* Define to the full name of this package. */
133 /* #undef RTM_PACKAGE_NAME */
134 
135 /* Define to the full name and version of this package. */
136 /* #undef RTM_PACKAGE_STRING */
137 
138 /* Define to the one symbol short name of this package. */
139 /* #undef RTM_PACKAGE_TARNAME */
140 
141 /* Define to the home page for this package. */
142 /* #undef RTM_PACKAGE_URL */
143 
144 /* Define to the version of this package. */
145 /* #undef RTM_PACKAGE_VERSION */
146 
147 /* Python wrapper is enable */
148 /* #undef PYTHON_WRAPPER */
149 
150 /* CORBA C++ mapping is ver1.1 */
151 #ifndef RTC_CORBA_CXXMAPPING11
152 #define RTC_CORBA_CXXMAPPING11 TRUE
153 #endif // RTC_CORBA_CXXMAPPING11
154 
155 /* Socket DataPort is enable */
156 /* #undef RTC_SOCK_DATAPORT */
157 
158 /* RTM is compiled with gcc2 */
159 /* #undef RTM_GCC2 */
160 
161 /* RTM major version */
162 #ifndef RTM_MAJOR_VERSION
163 #define RTM_MAJOR_VERSION 1
164 #endif // RTM_MAJOR_VERSION
165 
166 /* RTM minor version */
167 #ifndef RTM_MINOR_VERSION
168 #define RTM_MINOR_VERSION 2
169 #endif // RTM_MINOR_VERSION
170 
171 /* omniORB version is 4.0 */
172 /* #undef RTM_OMNIORB_40 */
173 
174 /* omniORB version is 4.1 */
175 #ifndef RTM_OMNIORB_41
176 #define RTM_OMNIORB_41 TRUE
177 #endif // RTM_OMNIORB_41
178 
179 /* omniORB version is 4.2 */
180 /* #undef RTM_OMNIORB_42 */
181 
182 /* OS is Cygwin */
183 /* #undef RTM_OS_CYGWIN */
184 
185 /* OS is Max OS X */
186 /* #undef RTM_OS_DARWIN */
187 
188 /* OS is FreeBSD */
189 /* #undef RTM_OS_FREEBSD */
190 
191 /* OS is HP-UX */
192 /* #undef RTM_OS_HPUX */
193 
194 /* OS is IRIX */
195 /* #undef RTM_OS_IRIX */
196 
197 /* OS is Linux */
198 #ifndef RTM_OS_LINUX
199 #define RTM_OS_LINUX TRUE
200 #endif // RTM_OS_LINUX
201 
202 /* OS is OSF1 */
203 /* #undef RTM_OS_OSF1 */
204 
205 /* OS is QNX */
206 /* #undef RTM_OS_QNX */
207 
208 /* OS is SunOS */
209 /* #undef RTM_OS_SUNOS */
210 
211 /* RTM revision numver */
212 #ifndef RTM_REVISION_NUM
213 #define RTM_REVISION_NUM 1
214 #endif // RTM_REVISION_NUM
215 
216 /* RDTSC is enable */
217 /* #undef RTM_RTDSC */
218 
219 /* RTM short version */
220 #ifndef RTM_SHORT_VERSION
221 #define RTM_SHORT_VERSION "121"
222 #endif // RTM_SHORT_VERSION
223 
224 /* RTM version */
225 #ifndef RTM_VERSION
226 #define RTM_VERSION "1.2.1"
227 #endif // RTM_VERSION
228 
229 /* Define to 1 if you have the ANSI C header files. */
230 #ifndef STDC_HEADERS
231 #define STDC_HEADERS 1
232 #endif // STDC_HEADERS
233 
234 /* Version number of package */
235 
236 
237 /* Define if using the dmalloc debugging malloc package */
238 /* #undef WITH_DMALLOC */
239 
240 /* Multi Thread Support */
241 #ifndef _REENTRANT
242 #define _REENTRANT TRUE
243 #endif // _REENTRANT