00001 /* include/coil/config_coil.h. Generated from config_coil.h.in by configure. */ 00002 /* include/coil/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 Cygwin */ 00014 /* #undef COIL_OS_CYGWIN */ 00015 00016 /* OS is Max OS X */ 00017 /* #undef COIL_OS_DARWIN */ 00018 00019 /* OS is FreeBSD */ 00020 /* #undef COIL_OS_FREEBSD */ 00021 00022 /* OS is HP-UX */ 00023 /* #undef COIL_OS_HPUX */ 00024 00025 /* OS is IRIX */ 00026 /* #undef COIL_OS_IRIX */ 00027 00028 /* OS is Linux */ 00029 #define COIL_OS_LINUX TRUE 00030 00031 /* OS is OSF1 */ 00032 /* #undef COIL_OS_OSF1 */ 00033 00034 /* OS is QNX */ 00035 /* #undef COIL_OS_QNX */ 00036 00037 /* OS is SunOS */ 00038 /* #undef COIL_OS_SUNOS */ 00039 00040 /* coil platform is ACE */ 00041 #define COIL_PLATFORM POSIX 00042 00043 /* COIL revision numver */ 00044 #define COIL_REVISION_NUM "1.0" 00045 00046 /* COIL short version */ 00047 #define COIL_SHORT_VERSION "1.01.01.0" 00048 00049 /* COIL version */ 00050 #define COIL_VERSION "1.0" 00051 00052 /* Define to 1 if you have the <dlfcn.h> header file. */ 00053 #define HAVE_DLFCN_H 1 00054 00055 /* Define to 1 if you have the <inttypes.h> header file. */ 00056 #define HAVE_INTTYPES_H 1 00057 00058 /* Define to 1 if you have the <memory.h> header file. */ 00059 #define HAVE_MEMORY_H 1 00060 00061 /* Define to 1 if you have the <nlist.h> header file. */ 00062 /* #undef HAVE_NLIST_H */ 00063 00064 /* Define to 1 if you have the <stdint.h> header file. */ 00065 #define HAVE_STDINT_H 1 00066 00067 /* Define to 1 if you have the <stdlib.h> header file. */ 00068 #define HAVE_STDLIB_H 1 00069 00070 /* Define to 1 if you have the <strings.h> header file. */ 00071 #define HAVE_STRINGS_H 1 00072 00073 /* Define to 1 if you have the <string.h> header file. */ 00074 #define HAVE_STRING_H 1 00075 00076 /* Define to 1 if you have the <sys/stat.h> header file. */ 00077 #define HAVE_SYS_STAT_H 1 00078 00079 /* Define to 1 if you have the <sys/types.h> header file. */ 00080 #define HAVE_SYS_TYPES_H 1 00081 00082 /* Define to 1 if you have the `uname' function. */ 00083 #define HAVE_UNAME 1 00084 00085 /* Define to 1 if you have the <unistd.h> header file. */ 00086 #define HAVE_UNISTD_H 1 00087 00088 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00089 */ 00090 #define LT_OBJDIR ".libs/" 00091 00092 /* Name of package */ 00093 /* #undef COIL_PACKAGE */ 00094 00095 /* Define to the address where bug reports for this package should be sent. */ 00096 /* #undef COIL_PACKAGE_BUGREPORT */ 00097 00098 /* Define to the full name of this package. */ 00099 /* #undef COIL_PACKAGE_NAME */ 00100 00101 /* Define to the full name and version of this package. */ 00102 /* #undef COIL_PACKAGE_STRING */ 00103 00104 /* Define to the one symbol short name of this package. */ 00105 /* #undef COIL_PACKAGE_TARNAME */ 00106 00107 /* Define to the home page for this package. */ 00108 /* #undef COIL_PACKAGE_URL */ 00109 00110 /* Define to the version of this package. */ 00111 /* #undef COIL_PACKAGE_VERSION */ 00112 00113 /* RTM is compiled with gcc2 */ 00114 /* #undef RTM_GCC2 */ 00115 00116 /* ARTLinux is enable */ 00117 /* #undef RTM_OS_ARTLINUX */ 00118 00119 /* RDTSC is enable */ 00120 /* #undef RTM_RTDSC */ 00121 00122 /* Define to 1 if you have the ANSI C header files. */ 00123 #define STDC_HEADERS 1 00124 00125 /* Version number of package */ 00126 00127 00128 /* compiled with ACE */ 00129 /* #undef WITH_ACE */ 00130 00131 /* Define if using the dmalloc debugging malloc package */ 00132 /* #undef WITH_DMALLOC */ 00133 00134 /* Multi Thread Support */ 00135 #define _REENTRANT TRUE