OpenRTM  1.0.0
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 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #define HAVE_DLFCN_H 1
9 
10 /* Define to 1 if you have the <inttypes.h> header file. */
11 #define HAVE_INTTYPES_H 1
12 
13 /* Define to 1 if you have the <memory.h> header file. */
14 #define HAVE_MEMORY_H 1
15 
16 /* Define to 1 if you have the <nlist.h> header file. */
17 /* #undef HAVE_NLIST_H */
18 
19 /* Define to 1 if you have the <stdint.h> header file. */
20 #define HAVE_STDINT_H 1
21 
22 /* Define to 1 if you have the <stdlib.h> header file. */
23 #define HAVE_STDLIB_H 1
24 
25 /* Define to 1 if you have the <strings.h> header file. */
26 #define HAVE_STRINGS_H 1
27 
28 /* Define to 1 if you have the <string.h> header file. */
29 #define HAVE_STRING_H 1
30 
31 /* Define to 1 if you have the <sys/stat.h> header file. */
32 #define HAVE_SYS_STAT_H 1
33 
34 /* Define to 1 if you have the <sys/types.h> header file. */
35 #define HAVE_SYS_TYPES_H 1
36 
37 /* Define to 1 if you have the `uname' function. */
38 #define HAVE_UNAME 1
39 
40 /* Define to 1 if you have the <unistd.h> header file. */
41 #define HAVE_UNISTD_H 1
42 
43 /* Define to the sub-directory where libtool stores uninstalled libraries. */
44 #define LT_OBJDIR ".libs/"
45 
46 /* ORB is MICO */
47 /* #undef ORB_IS_MICO */
48 
49 /* ORB is omniORB */
50 #define ORB_IS_OMNIORB TRUE
51 
52 /* ORB is ORBacus */
53 /* #undef ORB_IS_ORBACUS */
54 
55 /* ORB is ORBit2 */
56 /* #undef ORB_IS_ORBIT2 */
57 
58 /* ORB is Orbix */
59 /* #undef ORB_IS_ORBIX */
60 
61 /* ORB is RtORB */
62 /* #undef ORB_IS_RTORB */
63 
64 /* ORB is TAO */
65 /* #undef ORB_IS_TAO */
66 
67 /* Name of package */
68 /* #undef RTM_PACKAGE */
69 
70 /* Define to the address where bug reports for this package should be sent. */
71 /* #undef RTM_PACKAGE_BUGREPORT */
72 
73 /* Define to the full name of this package. */
74 /* #undef RTM_PACKAGE_NAME */
75 
76 /* Define to the full name and version of this package. */
77 /* #undef RTM_PACKAGE_STRING */
78 
79 /* Define to the one symbol short name of this package. */
80 /* #undef RTM_PACKAGE_TARNAME */
81 
82 /* Define to the home page for this package. */
83 /* #undef RTM_PACKAGE_URL */
84 
85 /* Define to the version of this package. */
86 /* #undef RTM_PACKAGE_VERSION */
87 
88 /* Python wrapper is enable */
89 /* #undef PYTHON_WRAPPER */
90 
91 /* CORBA C++ mapping is ver1.1 */
92 #define RTC_CORBA_CXXMAPPING11 TRUE
93 
94 /* Socket DataPort is enable */
95 /* #undef RTC_SOCK_DATAPORT */
96 
97 /* RTM is compiled with gcc2 */
98 /* #undef RTM_GCC2 */
99 
100 /* RTM major version */
101 #define RTM_MAJOR_VERSION 1
102 
103 /* RTM minor version */
104 #define RTM_MINOR_VERSION 1
105 
106 /* omniORB version is 4.0 */
107 /* #undef RTM_OMNIORB_40 */
108 
109 /* omniORB version is 4.1 */
110 #define RTM_OMNIORB_41 TRUE
111 
112 /* omniORB version is 4.2 */
113 /* #undef RTM_OMNIORB_42 */
114 
115 /* OS is Cygwin */
116 /* #undef RTM_OS_CYGWIN */
117 
118 /* OS is Max OS X */
119 /* #undef RTM_OS_DARWIN */
120 
121 /* OS is FreeBSD */
122 /* #undef RTM_OS_FREEBSD */
123 
124 /* OS is HP-UX */
125 /* #undef RTM_OS_HPUX */
126 
127 /* OS is IRIX */
128 /* #undef RTM_OS_IRIX */
129 
130 /* OS is Linux */
131 #define RTM_OS_LINUX TRUE
132 
133 /* OS is OSF1 */
134 /* #undef RTM_OS_OSF1 */
135 
136 /* OS is QNX */
137 /* #undef RTM_OS_QNX */
138 
139 /* OS is SunOS */
140 /* #undef RTM_OS_SUNOS */
141 
142 /* RTM revision numver */
143 #define RTM_REVISION_NUM 0
144 
145 /* RDTSC is enable */
146 /* #undef RTM_RTDSC */
147 
148 /* RTM short version */
149 #define RTM_SHORT_VERSION "110"
150 
151 /* RTM version */
152 #define RTM_VERSION "1.1.0"
153 
154 /* Define to 1 if you have the ANSI C header files. */
155 #define STDC_HEADERS 1
156 
157 /* Version number of package */
158 #define VERSION "1.1.0"
159 
160 /* Define if using the dmalloc debugging malloc package */
161 /* #undef WITH_DMALLOC */
162 
163 /* Multi Thread Support */
164 #define _REENTRANT TRUE