00001 /* repository/config.h. Generated by configure. */ 00002 /* repository/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 00005 systems. This function is required for `alloca.c' support on those systems. 00006 */ 00007 /* #undef CRAY_STACKSEG_END */ 00008 00009 /* Define to 1 if using `alloca.c'. */ 00010 /* #undef C_ALLOCA */ 00011 00012 /* define if fstream::open() accepts third parameter. */ 00013 /* #undef FSTREAM_OPEN_PROT */ 00014 00015 /* Define to 1 if you have `alloca', as a function or macro. */ 00016 #define HAVE_ALLOCA 1 00017 00018 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 00019 */ 00020 #define HAVE_ALLOCA_H 1 00021 00022 /* Define to 1 if you have the <assert.h> header file. */ 00023 #define HAVE_ASSERT_H 1 00024 00025 /* define if bool is a built-in type */ 00026 #define HAVE_BOOL 00027 00028 /* Define to 1 if you have the <cmath> header file. */ 00029 #define HAVE_CMATH 1 00030 00031 /* Define to 1 if you have the <fcntl.h> header file. */ 00032 #define HAVE_FCNTL_H 1 00033 00034 /* define if we have fstream::attach(). */ 00035 /* #undef HAVE_FSTREAM_ATTACH */ 00036 00037 /* define if we have fstream::open(). */ 00038 #define HAVE_FSTREAM_OPEN 1 00039 00040 /* Define to 1 if you have the `gethostname' function. */ 00041 #define HAVE_GETHOSTNAME 1 00042 00043 /* Define to 1 if you have the `getopt' function. */ 00044 #define HAVE_GETOPT 1 00045 00046 /* Define to 1 if you have the `getpid' function. */ 00047 #define HAVE_GETPID 1 00048 00049 /* Define to 1 if you have the <inttypes.h> header file. */ 00050 #define HAVE_INTTYPES_H 1 00051 00052 /* Define to 1 if you have the <iomanip> header file. */ 00053 #define HAVE_IOMANIP 1 00054 00055 /* Define to 1 if you have the <iomanip.h> header file. */ 00056 /* #undef HAVE_IOMANIP_H */ 00057 00058 /* Define to 1 if you have the <iostream> header file. */ 00059 #define HAVE_IOSTREAM 1 00060 00061 /* Define to 1 if you have the <iostream.h> header file. */ 00062 /* #undef HAVE_IOSTREAM_H */ 00063 00064 /* Define to 1 if you have the <memory.h> header file. */ 00065 #define HAVE_MEMORY_H 1 00066 00067 /* define if the compiler implements namespaces */ 00068 #define HAVE_NAMESPACES 00069 00070 /* "define if omniORB3 is available." */ 00071 /* #undef HAVE_OMNIORB3 */ 00072 00073 /* "define if omniORB4 is available." */ 00074 #define HAVE_OMNIORB4 1 00075 00076 /* Define to 1 if you have the `on_exit' function. */ 00077 #define HAVE_ON_EXIT 1 00078 00079 /* Define to 1 if you have the <process.h> header file. */ 00080 /* #undef HAVE_PROCESS_H */ 00081 00082 /* Define if you have POSIX threads libraries and header files. */ 00083 #define HAVE_PTHREAD 1 00084 00085 /* Define to 1 if you have the <signal.h> header file. */ 00086 #define HAVE_SIGNAL_H 1 00087 00088 /* Define to 1 if you have the <stdint.h> header file. */ 00089 #define HAVE_STDINT_H 1 00090 00091 /* Define to 1 if you have the <stdlib.h> header file. */ 00092 #define HAVE_STDLIB_H 1 00093 00094 /* define if C++ iostream is in namespace std. */ 00095 #define HAVE_STD_IOSTREAM 1 00096 00097 /* define if C++ Standard Template Library is in namespace std */ 00098 #define HAVE_STD_STL 1 00099 00100 /* define if the compiler supports Standard Template Library */ 00101 #define HAVE_STL 00102 00103 /* Define to 1 if you have the `strcasecmp' function. */ 00104 #define HAVE_STRCASECMP 1 00105 00106 /* Define to 1 if you have the `strcmp' function. */ 00107 #define HAVE_STRCMP 1 00108 00109 /* Define to 1 if you have the <strings.h> header file. */ 00110 #define HAVE_STRINGS_H 1 00111 00112 /* Define to 1 if you have the <string.h> header file. */ 00113 #define HAVE_STRING_H 1 00114 00115 /* Define to 1 if you have the <syslog.h> header file. */ 00116 #define HAVE_SYSLOG_H 1 00117 00118 /* Define to 1 if you have the <sys/stat.h> header file. */ 00119 #define HAVE_SYS_STAT_H 1 00120 00121 /* Define to 1 if you have the <sys/types.h> header file. */ 00122 #define HAVE_SYS_TYPES_H 1 00123 00124 /* Define to 1 if you have the <unistd.h> header file. */ 00125 #define HAVE_UNISTD_H 1 00126 00127 /* Define to the address where bug reports for this package should be sent. */ 00128 #define PACKAGE_BUGREPORT "alex.omniifr@firetree.net" 00129 00130 /* Define to the full name of this package. */ 00131 #define PACKAGE_NAME "omniifr" 00132 00133 /* Define to the full name and version of this package. */ 00134 #define PACKAGE_STRING "omniifr 2.pre.1" 00135 00136 /* Define to the one symbol short name of this package. */ 00137 #define PACKAGE_TARNAME "omniifr" 00138 00139 /* Define to the version of this package. */ 00140 #define PACKAGE_VERSION "2.pre.1" 00141 00142 /* Define to the necessary symbol if this constant 00143 uses a non-standard name 00144 on your system. */ 00145 /* #undef PTHREAD_CREATE_JOINABLE */ 00146 00147 /* If using the C implementation of alloca, define if you know the 00148 direction of stack growth for your system; otherwise it will be 00149 automatically deduced at run-time. 00150 STACK_DIRECTION > 0 => grows toward higher addresses 00151 STACK_DIRECTION < 0 => grows toward lower addresses 00152 STACK_DIRECTION = 0 => direction of growth unknown */ 00153 /* #undef STACK_DIRECTION */ 00154 00155 /* Define to 1 if you have the ANSI C header files. */ 00156 #define STDC_HEADERS 1 00157 00158 /* for omniORB */ 00159 #define __OSVERSION__ 2 00160 00161 /* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */ 00162 #define __USE_STD_IOSTREAM 1 00163 00164 /* for OmniORB on AIX */ 00165 /* #undef __aix__ */ 00166 00167 /* for OmniORB on AlphaProcessor */ 00168 /* #undef __alpha__ */ 00169 00170 /* for OmniORB on ArmProcessor */ 00171 /* #undef __arm__ */ 00172 00173 /* for OmniORB on Darwin */ 00174 /* #undef __darwin__ */ 00175 00176 /* for OmniORB on FreeBSD */ 00177 /* #undef __freebsd__ */ 00178 00179 /* for OmniORB on HppaProcessor */ 00180 /* #undef __hppa__ */ 00181 00182 /* for OmniORB on HPUX */ 00183 /* #undef __hpux__ */ 00184 00185 /* for OmniORB on ia64Processor */ 00186 /* #undef __ia64__ */ 00187 00188 /* for OmniORB on IRIX */ 00189 /* #undef __irix__ */ 00190 00191 /* for OmniORB on Linux, Cygwin */ 00192 #define __linux__ 1 00193 00194 /* for OmniORB on m68kProcessor */ 00195 /* #undef __m68k__ */ 00196 00197 /* for OmniORB on IndigoProcessor */ 00198 /* #undef __mips__ */ 00199 00200 /* for OmniORB on NextStep */ 00201 /* #undef __nextstep__ */ 00202 00203 /* for OmniORB on OSF1 (Tru64) */ 00204 /* #undef __osf1__ */ 00205 00206 /* for OmniORB on OSR5 */ 00207 /* #undef __osr5__ */ 00208 00209 /* for OmniORB on PowerPCProcessor */ 00210 /* #undef __powerpc__ */ 00211 00212 /* for OmniORB on s390Processor */ 00213 /* #undef __s390__ */ 00214 00215 /* for OmniORB on SparcProcessor */ 00216 /* #undef __sparc__ */ 00217 00218 /* for OmniORB on SunOS (Solaris) */ 00219 /* #undef __sunos__ */ 00220 00221 /* for OmniORB on x86Processor */ 00222 #define __x86__ 1 00223 00224 /* Define to empty if `const' does not conform to ANSI C. */ 00225 /* #undef const */ 00226 00227 /* Define to `__inline__' or `__inline' if that's what the C compiler 00228 calls it, or to nothing if 'inline' is not supported under any name. */ 00229 #ifndef __cplusplus 00230 /* #undef inline */ 00231 #endif 00232 00233 /* Define to `unsigned' if <sys/types.h> does not define. */ 00234 /* #undef size_t */ 00235 00236 00237 /* Clean away the PACKAGE_* macros unless they are needed. */ 00238 #include "scour.h" 00239