Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

config.h

Go to the documentation of this file.
00001 /* src/config.h.  Generated by configure.  */
00002 /* src/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 if bool is a built-in type */
00023 #define HAVE_BOOL 
00024 
00025 /* Define to 1 if you have the <cmath> header file. */
00026 #define HAVE_CMATH 1
00027 
00028 /* Define to 1 if you have the <fcntl.h> header file. */
00029 #define HAVE_FCNTL_H 1
00030 
00031 /* define if we have fstream::attach(). */
00032 /* #undef HAVE_FSTREAM_ATTACH */
00033 
00034 /* define if we have fstream::open(). */
00035 #define HAVE_FSTREAM_OPEN 1
00036 
00037 /* Define to 1 if you have the `gethostname' function. */
00038 #define HAVE_GETHOSTNAME 1
00039 
00040 /* Define to 1 if you have the `getopt' function. */
00041 #define HAVE_GETOPT 1
00042 
00043 /* Define to 1 if you have the <inttypes.h> header file. */
00044 #define HAVE_INTTYPES_H 1
00045 
00046 /* Define to 1 if you have the <iomanip> header file. */
00047 #define HAVE_IOMANIP 1
00048 
00049 /* Define to 1 if you have the <iomanip.h> header file. */
00050 /* #undef HAVE_IOMANIP_H */
00051 
00052 /* Define to 1 if you have the <iostream> header file. */
00053 #define HAVE_IOSTREAM 1
00054 
00055 /* Define to 1 if you have the <iostream.h> header file. */
00056 /* #undef HAVE_IOSTREAM_H */
00057 
00058 /* Define to 1 if you have the <libc.h> header file. */
00059 /* #undef HAVE_LIBC_H */
00060 
00061 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00062    to 0 otherwise. */
00063 #define HAVE_MALLOC 1
00064 
00065 /* Define to 1 if you have the <malloc.h> header file. */
00066 #define HAVE_MALLOC_H 1
00067 
00068 /* Define to 1 if you have the <memory.h> header file. */
00069 #define HAVE_MEMORY_H 1
00070 
00071 /* define if the compiler implements namespaces */
00072 #define HAVE_NAMESPACES 
00073 
00074 /* "define if omniORB3 is available." */
00075 /* #undef HAVE_OMNIORB3 */
00076 
00077 /* "define if omniORB4 is available." */
00078 #define HAVE_OMNIORB4 1
00079 
00080 /* Define to 1 if you have the `on_exit' function. */
00081 #define HAVE_ON_EXIT 1
00082 
00083 /* Define to 1 if you have the <process.h> header file. */
00084 /* #undef HAVE_PROCESS_H */
00085 
00086 /* Define if you have POSIX threads libraries and header files. */
00087 #define HAVE_PTHREAD 1
00088 
00089 /* Define to 1 if you have the <signal.h> header file. */
00090 #define HAVE_SIGNAL_H 1
00091 
00092 /* Define to 1 if you have the `sigset' function. */
00093 /* #undef HAVE_SIGSET */
00094 
00095 /* Define to 1 if `stat' has the bug that it succeeds when given the
00096    zero-length file name argument. */
00097 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
00098 
00099 /* Define to 1 if you have the <stdint.h> header file. */
00100 #define HAVE_STDINT_H 1
00101 
00102 /* Define to 1 if you have the <stdlib.h> header file. */
00103 #define HAVE_STDLIB_H 1
00104 
00105 /* define if C++ iostream is in namespace std. */
00106 #define HAVE_STD_IOSTREAM 1
00107 
00108 /* define if C++ Standard Template Library is in namespace std */
00109 #define HAVE_STD_STL 1
00110 
00111 /* define if the compiler supports Standard Template Library */
00112 #define HAVE_STL 
00113 
00114 /* Define to 1 if you have the `strchr' function. */
00115 #define HAVE_STRCHR 1
00116 
00117 /* Define to 1 if you have the `strdup' function. */
00118 #define HAVE_STRDUP 1
00119 
00120 /* Define to 1 if you have the <strings.h> header file. */
00121 #define HAVE_STRINGS_H 1
00122 
00123 /* Define to 1 if you have the <string.h> header file. */
00124 #define HAVE_STRING_H 1
00125 
00126 /* Define to 1 if you have the <syslog.h> header file. */
00127 #define HAVE_SYSLOG_H 1
00128 
00129 /* Define to 1 if you have the <sys/param.h> header file. */
00130 #define HAVE_SYS_PARAM_H 1
00131 
00132 /* Define to 1 if you have the <sys/stat.h> header file. */
00133 #define HAVE_SYS_STAT_H 1
00134 
00135 /* Define to 1 if you have the <sys/types.h> header file. */
00136 #define HAVE_SYS_TYPES_H 1
00137 
00138 /* Define to 1 if you have the <sys/utsname.h> header file. */
00139 #define HAVE_SYS_UTSNAME_H 1
00140 
00141 /* Define to 1 if you have the `tzset' function. */
00142 #define HAVE_TZSET 1
00143 
00144 /* Define to 1 if you have the `uname' function. */
00145 #define HAVE_UNAME 1
00146 
00147 /* Define to 1 if you have the <unistd.h> header file. */
00148 #define HAVE_UNISTD_H 1
00149 
00150 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
00151    slash. */
00152 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
00153 
00154 /* Define to the address where bug reports for this package should be sent. */
00155 #define PACKAGE_BUGREPORT "alex.omnievents@firetree.net"
00156 
00157 /* Define to the full name of this package. */
00158 #define PACKAGE_NAME "omniEvents"
00159 
00160 /* Define to the full name and version of this package. */
00161 #define PACKAGE_STRING "omniEvents 2.6.2"
00162 
00163 /* Define to the one symbol short name of this package. */
00164 #define PACKAGE_TARNAME "omnievents"
00165 
00166 /* Define to the version of this package. */
00167 #define PACKAGE_VERSION "2.6.2"
00168 
00169 /* Define to the necessary symbol if this constant
00170  uses a non-standard name
00171    on your system. */
00172 /* #undef PTHREAD_CREATE_JOINABLE */
00173 
00174 /* Define as the return type of signal handlers (`int' or `void'). */
00175 #define RETSIGTYPE void
00176 
00177 /* If using the C implementation of alloca, define if you know the
00178    direction of stack growth for your system; otherwise it will be
00179    automatically deduced at run-time.
00180         STACK_DIRECTION > 0 => grows toward higher addresses
00181         STACK_DIRECTION < 0 => grows toward lower addresses
00182         STACK_DIRECTION = 0 => direction of growth unknown */
00183 /* #undef STACK_DIRECTION */
00184 
00185 /* Define to 1 if you have the ANSI C header files. */
00186 #define STDC_HEADERS 1
00187 
00188 /* for omniORB */
00189 #define __OSVERSION__ 2
00190 
00191 /* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */
00192 #define __USE_STD_IOSTREAM 1
00193 
00194 /* for OmniORB on AIX */
00195 /* #undef __aix__ */
00196 
00197 /* for OmniORB on AlphaProcessor */
00198 /* #undef __alpha__ */
00199 
00200 /* for OmniORB on ArmProcessor */
00201 /* #undef __arm__ */
00202 
00203 /* for OmniORB on Darwin */
00204 /* #undef __darwin__ */
00205 
00206 /* for OmniORB on FreeBSD */
00207 /* #undef __freebsd__ */
00208 
00209 /* for OmniORB on HppaProcessor */
00210 /* #undef __hppa__ */
00211 
00212 /* for OmniORB on HPUX */
00213 /* #undef __hpux__ */
00214 
00215 /* for OmniORB on ia64Processor */
00216 /* #undef __ia64__ */
00217 
00218 /* for OmniORB on IRIX */
00219 /* #undef __irix__ */
00220 
00221 /* for OmniORB on Linux, Cygwin */
00222 #define __linux__ 1
00223 
00224 /* for OmniORB on m68kProcessor */
00225 /* #undef __m68k__ */
00226 
00227 /* for OmniORB on IndigoProcessor */
00228 /* #undef __mips__ */
00229 
00230 /* for OmniORB on NextStep */
00231 /* #undef __nextstep__ */
00232 
00233 /* for OmniORB on OSF1 (Tru64) */
00234 /* #undef __osf1__ */
00235 
00236 /* for OmniORB on OSR5 */
00237 /* #undef __osr5__ */
00238 
00239 /* for OmniORB on PowerPCProcessor */
00240 /* #undef __powerpc__ */
00241 
00242 /* for OmniORB on s390Processor */
00243 /* #undef __s390__ */
00244 
00245 /* for OmniORB on SparcProcessor */
00246 /* #undef __sparc__ */
00247 
00248 /* for OmniORB on SunOS (Solaris) */
00249 /* #undef __sunos__ */
00250 
00251 /* for OmniORB on x86Processor */
00252 #define __x86__ 1
00253 
00254 /* Define to empty if `const' does not conform to ANSI C. */
00255 /* #undef const */
00256 
00257 /* Define to `__inline__' or `__inline' if that's what the C compiler
00258    calls it, or to nothing if 'inline' is not supported under any name.  */
00259 #ifndef __cplusplus
00260 /* #undef inline */
00261 #endif
00262 
00263 /* Define to rpl_malloc if the replacement function should be used. */
00264 /* #undef malloc */
00265 
00266 /* Define to `unsigned' if <sys/types.h> does not define. */
00267 /* #undef size_t */
00268 
00269 
00270 /* Clean away the PACKAGE_* macros unless they are needed. */
00271 #include "scour.h"
00272 

Generated on Fri Aug 26 20:56:13 2005 for OmniEvents by  doxygen 1.4.3-20050530