OpenRTM  1.0.0
config_rtc.h
説明を見る。
00001 /* src/lib/rtm/config_rtc.h.  Generated from config_rtc.h.in by configure.  */
00002 /* src/lib/rtm/config_rtc.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* ARTLinux is avaiable */
00005 /* #undef ARTLINUX */
00006 
00007 /* Define to 1 if you have the <dlfcn.h> header file. */
00008 #define HAVE_DLFCN_H 1
00009 
00010 /* Define to 1 if you have the <inttypes.h> header file. */
00011 #define HAVE_INTTYPES_H 1
00012 
00013 /* Define to 1 if you have the <memory.h> header file. */
00014 #define HAVE_MEMORY_H 1
00015 
00016 /* Define to 1 if you have the <nlist.h> header file. */
00017 /* #undef HAVE_NLIST_H */
00018 
00019 /* Define to 1 if you have the <stdint.h> header file. */
00020 #define HAVE_STDINT_H 1
00021 
00022 /* Define to 1 if you have the <stdlib.h> header file. */
00023 #define HAVE_STDLIB_H 1
00024 
00025 /* Define to 1 if you have the <strings.h> header file. */
00026 #define HAVE_STRINGS_H 1
00027 
00028 /* Define to 1 if you have the <string.h> header file. */
00029 #define HAVE_STRING_H 1
00030 
00031 /* Define to 1 if you have the <sys/stat.h> header file. */
00032 #define HAVE_SYS_STAT_H 1
00033 
00034 /* Define to 1 if you have the <sys/types.h> header file. */
00035 #define HAVE_SYS_TYPES_H 1
00036 
00037 /* Define to 1 if you have the `uname' function. */
00038 #define HAVE_UNAME 1
00039 
00040 /* Define to 1 if you have the <unistd.h> header file. */
00041 #define HAVE_UNISTD_H 1
00042 
00043 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00044    */
00045 #define LT_OBJDIR ".libs/"
00046 
00047 /* ORB is MICO */
00048 /* #undef ORB_IS_MICO */
00049 
00050 /* ORB is omniORB */
00051 #define ORB_IS_OMNIORB TRUE
00052 
00053 /* ORB is ORBacus */
00054 /* #undef ORB_IS_ORBACUS */
00055 
00056 /* ORB is ORBit2 */
00057 /* #undef ORB_IS_ORBIT2 */
00058 
00059 /* ORB is Orbix */
00060 /* #undef ORB_IS_ORBIX */
00061 
00062 /* ORB is RtORB */
00063 /* #undef ORB_IS_RTORB */
00064 
00065 /* ORB is TAO */
00066 /* #undef ORB_IS_TAO */
00067 
00068 /* Name of package */
00069 /* #undef RTM_PACKAGE */
00070 
00071 /* Define to the address where bug reports for this package should be sent. */
00072 /* #undef RTM_PACKAGE_BUGREPORT */
00073 
00074 /* Define to the full name of this package. */
00075 /* #undef RTM_PACKAGE_NAME */
00076 
00077 /* Define to the full name and version of this package. */
00078 /* #undef RTM_PACKAGE_STRING */
00079 
00080 /* Define to the one symbol short name of this package. */
00081 /* #undef RTM_PACKAGE_TARNAME */
00082 
00083 /* Define to the home page for this package. */
00084 /* #undef RTM_PACKAGE_URL */
00085 
00086 /* Define to the version of this package. */
00087 /* #undef RTM_PACKAGE_VERSION */
00088 
00089 /* Python wrapper is enable */
00090 /* #undef PYTHON_WRAPPER */
00091 
00092 /* CORBA C++ mapping is ver1.1 */
00093 #define RTC_CORBA_CXXMAPPING11 TRUE
00094 
00095 /* Socket DataPort is enable */
00096 /* #undef RTC_SOCK_DATAPORT */
00097 
00098 /* RTM is compiled with gcc2 */
00099 /* #undef RTM_GCC2 */
00100 
00101 /* RTM major version */
00102 #define RTM_MAJOR_VERSION 1
00103 
00104 /* RTM minor version */
00105 #define RTM_MINOR_VERSION 1
00106 
00107 /* OS is Cygwin */
00108 /* #undef RTM_OS_CYGWIN */
00109 
00110 /* OS is Max OS X */
00111 /* #undef RTM_OS_DARWIN */
00112 
00113 /* OS is FreeBSD */
00114 /* #undef RTM_OS_FREEBSD */
00115 
00116 /* OS is HP-UX */
00117 /* #undef RTM_OS_HPUX */
00118 
00119 /* OS is IRIX */
00120 /* #undef RTM_OS_IRIX */
00121 
00122 /* OS is Linux */
00123 #define RTM_OS_LINUX TRUE
00124 
00125 /* OS is OSF1 */
00126 /* #undef RTM_OS_OSF1 */
00127 
00128 /* OS is QNX */
00129 /* #undef RTM_OS_QNX */
00130 
00131 /* OS is SunOS */
00132 /* #undef RTM_OS_SUNOS */
00133 
00134 /* RTM revision numver */
00135 #define RTM_REVISION_NUM 0
00136 
00137 /* RDTSC is enable */
00138 /* #undef RTM_RTDSC */
00139 
00140 /* RTM short version */
00141 #define RTM_SHORT_VERSION "110"
00142 
00143 /* RTM version */
00144 #define RTM_VERSION "1.1.0"
00145 
00146 /* Define to 1 if you have the ANSI C header files. */
00147 #define STDC_HEADERS 1
00148 
00149 /* Version number of package */
00150 #define VERSION "1.1.0"
00151 
00152 /* Define if using the dmalloc debugging malloc package */
00153 /* #undef WITH_DMALLOC */
00154 
00155 /* Multi Thread Support */
00156 #define _REENTRANT TRUE