00001 /* config_coil.h. Generated from config_coil.h.in by configure. */ 00002 /* config_coil.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* ACE version 5.6.1 or earlier */ 00005 /* #undef ACE_5_6_1_OR_EARLIER */ 00006 00007 /* COIL major version */ 00008 #define COIL_MAJOR_VERSION "1.0" 00009 00010 /* COIL minor version */ 00011 #define COIL_MINOR_VERSION "1.0" 00012 00013 /* OS is Max OS X */ 00014 /* #undef COIL_OS_DARWIN */ 00015 00016 /* OS is FreeBSD */ 00017 /* #undef COIL_OS_FREEBSD */ 00018 00019 /* OS is HP-UX */ 00020 /* #undef COIL_OS_HPUX */ 00021 00022 /* OS is IRIX */ 00023 /* #undef COIL_OS_IRIX */ 00024 00025 /* OS is Linux */ 00026 #define COIL_OS_LINUX TRUE 00027 00028 /* OS is OSF1 */ 00029 /* #undef COIL_OS_OSF1 */ 00030 00031 /* OS is QNX */ 00032 /* #undef COIL_OS_QNX */ 00033 00034 /* OS is SunOS */ 00035 /* #undef COIL_OS_SUNOS */ 00036 00037 /* coil platform is ACE */ 00038 #define COIL_PLATFORM POSIX 00039 00040 /* COIL revision numver */ 00041 #define COIL_REVISION_NUM "1.0" 00042 00043 /* COIL short version */ 00044 #define COIL_SHORT_VERSION "1.01.01.0" 00045 00046 /* COIL version */ 00047 #define COIL_VERSION "1.0" 00048 00049 /* Define to 1 if you have the <dlfcn.h> header file. */ 00050 #define HAVE_DLFCN_H 1 00051 00052 /* Define to 1 if you have the <inttypes.h> header file. */ 00053 #define HAVE_INTTYPES_H 1 00054 00055 /* Define to 1 if you have the <memory.h> header file. */ 00056 #define HAVE_MEMORY_H 1 00057 00058 /* Define to 1 if you have the <nlist.h> header file. */ 00059 /* #undef HAVE_NLIST_H */ 00060 00061 /* Define to 1 if you have the <stdint.h> header file. */ 00062 #define HAVE_STDINT_H 1 00063 00064 /* Define to 1 if you have the <stdlib.h> header file. */ 00065 #define HAVE_STDLIB_H 1 00066 00067 /* Define to 1 if you have the <strings.h> header file. */ 00068 #define HAVE_STRINGS_H 1 00069 00070 /* Define to 1 if you have the <string.h> header file. */ 00071 #define HAVE_STRING_H 1 00072 00073 /* Define to 1 if you have the <sys/stat.h> header file. */ 00074 #define HAVE_SYS_STAT_H 1 00075 00076 /* Define to 1 if you have the <sys/types.h> header file. */ 00077 #define HAVE_SYS_TYPES_H 1 00078 00079 /* Define to 1 if you have the `uname' function. */ 00080 #define HAVE_UNAME 1 00081 00082 /* Define to 1 if you have the <unistd.h> header file. */ 00083 #define HAVE_UNISTD_H 1 00084 00085 /* Name of package */ 00086 #define PACKAGE "coil" 00087 00088 /* Define to the address where bug reports for this package should be sent. */ 00089 #define PACKAGE_BUGREPORT "n-ando@aist.go.jp" 00090 00091 /* Define to the full name of this package. */ 00092 #define PACKAGE_NAME "coil" 00093 00094 /* Define to the full name and version of this package. */ 00095 #define PACKAGE_STRING "coil 1.0" 00096 00097 /* Define to the one symbol short name of this package. */ 00098 #define PACKAGE_TARNAME "coil" 00099 00100 /* Define to the version of this package. */ 00101 #define PACKAGE_VERSION "1.0" 00102 00103 /* RTM is compiled with gcc2 */ 00104 /* #undef RTM_GCC2 */ 00105 00106 /* ARTLinux is enable */ 00107 /* #undef RTM_OS_ARTLINUX */ 00108 00109 /* RDTSC is enable */ 00110 /* #undef RTM_RTDSC */ 00111 00112 /* Define to 1 if you have the ANSI C header files. */ 00113 #define STDC_HEADERS 1 00114 00115 /* Version number of package */ 00116 #if 0 00117 #define VERSION "1.0" 00118 #endif 00119 00120 /* compiled with ACE */ 00121 /* #undef WITH_ACE */ 00122 00123 /* Define if using the dmalloc debugging malloc package */ 00124 /* #undef WITH_DMALLOC */ 00125 00126 /* Multi Thread Support */ 00127 #define _REENTRANT TRUE