config.h

Go to the documentation of this file.
00001 /* config.h.  Generated from config.h.in by configure.  */
00002 /* config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* configured version of berkeley db */
00005 #define BERKELEY_DB_VERSION 4.2
00006 
00007 /* whether google perftools support is enabled */
00008 /* #undef GOOGLE_PERFTOOLS_ENABLED */
00009 
00010 /* whether google profiling support is enabled */
00011 #define GOOGLE_PROFILE_ENABLED 0
00012 
00013 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
00014 #define HAVE_BLUETOOTH_BLUETOOTH_H 1
00015 
00016 /* Define to 1 if you have the <err.h> header file. */
00017 #define HAVE_ERR_H 1
00018 
00019 /* Define to 1 if you have the <execinfo.h> header file. */
00020 #define HAVE_EXECINFO_H 1
00021 
00022 /* Whether math.h defines fpclassify */
00023 #define HAVE_FPCLASSIFY 
00024 
00025 /* Define to 1 if you have the `getaddrinfo' function. */
00026 #define HAVE_GETADDRINFO 1
00027 
00028 /* Define to 1 if you have the `gethostbyname' function. */
00029 #define HAVE_GETHOSTBYNAME 1
00030 
00031 /* Define to 1 if you have the `gethostbyname_r' function. */
00032 #define HAVE_GETHOSTBYNAME_R 1
00033 
00034 /* Define to 1 if you have the `getopt_long' function. */
00035 #define HAVE_GETOPT_LONG 1
00036 
00037 /* Define to 1 if you have the `inet_aton' function. */
00038 #define HAVE_INET_ATON 1
00039 
00040 /* Define to 1 if you have the `inet_pton' function. */
00041 #define HAVE_INET_PTON 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 <memory.h> header file. */
00047 #define HAVE_MEMORY_H 1
00048 
00049 /* Define to 1 if you have the `pthread_yield' function. */
00050 #define HAVE_PTHREAD_YIELD 1
00051 
00052 /* Define to 1 if the system has the type `ptrdiff_t'. */
00053 #define HAVE_PTRDIFF_T 1
00054 
00055 /* Define to 1 if you have the `sched_yield' function. */
00056 #define HAVE_SCHED_YIELD 1
00057 
00058 /* Define to 1 if you have the <stdint.h> header file. */
00059 #define HAVE_STDINT_H 1
00060 
00061 /* Define to 1 if you have the <stdlib.h> header file. */
00062 #define HAVE_STDLIB_H 1
00063 
00064 /* Define to 1 if you have the <strings.h> header file. */
00065 #define HAVE_STRINGS_H 1
00066 
00067 /* Define to 1 if you have the <string.h> header file. */
00068 #define HAVE_STRING_H 1
00069 
00070 /* Define to 1 if you have the <synch.h> header file. */
00071 /* #undef HAVE_SYNCH_H */
00072 
00073 /* Define to 1 if you have the <sys/cdefs.h> header file. */
00074 #define HAVE_SYS_CDEFS_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 the system has the type `uint32_t'. */
00083 #define HAVE_UINT32_T 1
00084 
00085 /* Define to 1 if you have the <unistd.h> header file. */
00086 #define HAVE_UNISTD_H 1
00087 
00088 /* Define to 1 if the system has the type `u_int32_t'. */
00089 #define HAVE_U_INT32_T 1
00090 
00091 /* whether berkeley db storage support is enabled */
00092 #define LIBDB_ENABLED 1
00093 
00094 /* whether expat is enabled */
00095 #define LIBEXPAT_ENABLED 1
00096 
00097 /* whether the mysql embedded server is enabled */
00098 /* #undef LIBMYSQLD_ENABLED */
00099 
00100 /* whether mysql support is enabled */
00101 /* #undef MYSQL_ENABLED */
00102 
00103 /* whether atomic routines are implemented with a mutex */
00104 #define OASYS_ATOMIC_MUTEX 1
00105 
00106 /* whether non-atomic "atomic" routines are enabled */
00107 /* #undef OASYS_ATOMIC_NONATOMIC */
00108 
00109 /* whether bluetooth support is enabled */
00110 #define OASYS_BLUETOOTH_ENABLED 1
00111 
00112 /* whether oasys memory debugging is enabled */
00113 /* #undef OASYS_DEBUG_MEMORY_ENABLED */
00114 
00115 /* whether zlib support is enabled */
00116 /* #undef OASYS_ZLIB_ENABLED */
00117 
00118 /* Define to the address where bug reports for this package should be sent. */
00119 #define PACKAGE_BUGREPORT ""
00120 
00121 /* Define to the full name of this package. */
00122 #define PACKAGE_NAME ""
00123 
00124 /* Define to the full name and version of this package. */
00125 #define PACKAGE_STRING ""
00126 
00127 /* Define to the one symbol short name of this package. */
00128 #define PACKAGE_TARNAME ""
00129 
00130 /* Define to the version of this package. */
00131 #define PACKAGE_VERSION ""
00132 
00133 /* whether postgres support is enabled */
00134 /* #undef POSTGRES_ENABLED */
00135 
00136 /* whether readline is actually BSD's libedit */
00137 /* #undef READLINE_IS_EDITLINE */
00138 
00139 /* Define as the return type of signal handlers (`int' or `void'). */
00140 #define RETSIGTYPE void
00141 
00142 /* whether some sql storage system is enabled */
00143 /* #undef SQL_ENABLED */
00144 
00145 /* Define to 1 if you have the ANSI C header files. */
00146 #define STDC_HEADERS 1
00147 
00148 /* whether tclreadline is enabled */
00149 #define TCLREADLINE_ENABLED 0
00150 
00151 /* whether xerces support is enabled */
00152 /* #undef XERCES_C_ENABLED */
00153 
00154 /* Define to empty if `const' does not conform to ANSI C. */
00155 /* #undef const */
00156 
00157 /* Define to `__inline__' or `__inline' if that's what the C compiler
00158    calls it, or to nothing if 'inline' is not supported under any name.  */
00159 #ifndef __cplusplus
00160 /* #undef inline */
00161 #endif
00162 
00163 /* Define to `int' if <sys/types.h> does not define. */
00164 /* #undef mode_t */
00165 
00166 /* Define to `long int' if <sys/types.h> does not define. */
00167 /* #undef off_t */
00168 
00169 /* Define to `unsigned int' if <sys/types.h> does not define. */
00170 /* #undef size_t */
00171 
00172 /* Define to empty if the keyword `volatile' does not work. Warning: valid
00173    code using `volatile' can become incorrect without. Disable with care. */
00174 /* #undef volatile */

Generated on Thu Jun 7 16:56:49 2007 for DTN Reference Implementation by  doxygen 1.5.1