OpenRTM  1.0.0
config_rtc.h
説明を見る。
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 in which libtool stores uninstalled libraries.
44  */
45 #define LT_OBJDIR ".libs/"
46 
47 /* ORB is MICO */
48 /* #undef ORB_IS_MICO */
49 
50 /* ORB is omniORB */
51 #define ORB_IS_OMNIORB TRUE
52 
53 /* ORB is ORBacus */
54 /* #undef ORB_IS_ORBACUS */
55 
56 /* ORB is ORBit2 */
57 /* #undef ORB_IS_ORBIT2 */
58 
59 /* ORB is Orbix */
60 /* #undef ORB_IS_ORBIX */
61 
62 /* ORB is RtORB */
63 /* #undef ORB_IS_RTORB */
64 
65 /* ORB is TAO */
66 /* #undef ORB_IS_TAO */
67 
68 /* Name of package */
69 /* #undef RTM_PACKAGE */
70 
71 /* Define to the address where bug reports for this package should be sent. */
72 /* #undef RTM_PACKAGE_BUGREPORT */
73 
74 /* Define to the full name of this package. */
75 /* #undef RTM_PACKAGE_NAME */
76 
77 /* Define to the full name and version of this package. */
78 /* #undef RTM_PACKAGE_STRING */
79 
80 /* Define to the one symbol short name of this package. */
81 /* #undef RTM_PACKAGE_TARNAME */
82 
83 /* Define to the home page for this package. */
84 /* #undef RTM_PACKAGE_URL */
85 
86 /* Define to the version of this package. */
87 /* #undef RTM_PACKAGE_VERSION */
88 
89 /* Python wrapper is enable */
90 /* #undef PYTHON_WRAPPER */
91 
92 /* CORBA C++ mapping is ver1.1 */
93 #define RTC_CORBA_CXXMAPPING11 TRUE
94 
95 /* Socket DataPort is enable */
96 /* #undef RTC_SOCK_DATAPORT */
97 
98 /* RTM is compiled with gcc2 */
99 /* #undef RTM_GCC2 */
100 
101 /* RTM major version */
102 #define RTM_MAJOR_VERSION 1
103 
104 /* RTM minor version */
105 #define RTM_MINOR_VERSION 1
106 
107 /* OS is Cygwin */
108 /* #undef RTM_OS_CYGWIN */
109 
110 /* OS is Max OS X */
111 /* #undef RTM_OS_DARWIN */
112 
113 /* OS is FreeBSD */
114 /* #undef RTM_OS_FREEBSD */
115 
116 /* OS is HP-UX */
117 /* #undef RTM_OS_HPUX */
118 
119 /* OS is IRIX */
120 /* #undef RTM_OS_IRIX */
121 
122 /* OS is Linux */
123 #define RTM_OS_LINUX TRUE
124 
125 /* OS is OSF1 */
126 /* #undef RTM_OS_OSF1 */
127 
128 /* OS is QNX */
129 /* #undef RTM_OS_QNX */
130 
131 /* OS is SunOS */
132 /* #undef RTM_OS_SUNOS */
133 
134 /* RTM revision numver */
135 #define RTM_REVISION_NUM 0
136 
137 /* RDTSC is enable */
138 /* #undef RTM_RTDSC */
139 
140 /* RTM short version */
141 #define RTM_SHORT_VERSION "110"
142 
143 /* RTM version */
144 #define RTM_VERSION "1.1.0"
145 
146 /* Define to 1 if you have the ANSI C header files. */
147 #define STDC_HEADERS 1
148 
149 /* Version number of package */
150 #define VERSION "1.1.0"
151 
152 /* Define if using the dmalloc debugging malloc package */
153 /* #undef WITH_DMALLOC */
154 
155 /* Multi Thread Support */
156 #define _REENTRANT TRUE