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 `select' function. */
00059 #define HAVE_SELECT 1
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 `strpbrk' function. */
00074 #define HAVE_STRPBRK 1
00075 
00076 /* Define to 1 if you have the <synch.h> header file. */
00077 /* #undef HAVE_SYNCH_H */
00078 
00079 /* Define to 1 if you have the <sys/cdefs.h> header file. */
00080 #define HAVE_SYS_CDEFS_H 1
00081 
00082 /* Define to 1 if you have the <sys/file.h> header file. */
00083 #define HAVE_SYS_FILE_H 1
00084 
00085 /* Define to 1 if you have the <sys/select.h> header file. */
00086 #define HAVE_SYS_SELECT_H 1
00087 
00088 /* Define to 1 if you have the <sys/socket.h> header file. */
00089 #define HAVE_SYS_SOCKET_H 1
00090 
00091 /* Define to 1 if you have the <sys/stat.h> header file. */
00092 #define HAVE_SYS_STAT_H 1
00093 
00094 /* Define to 1 if you have the <sys/types.h> header file. */
00095 #define HAVE_SYS_TYPES_H 1
00096 
00097 /* Define to 1 if you have the <termios.h> header file. */
00098 #define HAVE_TERMIOS_H 1
00099 
00100 /* Define to 1 if the system has the type `uint32_t'. */
00101 #define HAVE_UINT32_T 1
00102 
00103 /* Define to 1 if you have the <unistd.h> header file. */
00104 #define HAVE_UNISTD_H 1
00105 
00106 /* Define to 1 if the system has the type `u_int32_t'. */
00107 #define HAVE_U_INT32_T 1
00108 
00109 /* whether berkeley db storage support is enabled */
00110 #define LIBDB_ENABLED 1
00111 
00112 /* whether expat is enabled */
00113 #define LIBEXPAT_ENABLED 1
00114 
00115 /* whether the mysql embedded server is enabled */
00116 /* #undef LIBMYSQLD_ENABLED */
00117 
00118 /* whether mysql support is enabled */
00119 /* #undef MYSQL_ENABLED */
00120 
00121 /* whether atomic routines are implemented with a mutex */
00122 #define OASYS_ATOMIC_MUTEX 1
00123 
00124 /* whether non-atomic "atomic" routines are enabled */
00125 /* #undef OASYS_ATOMIC_NONATOMIC */
00126 
00127 /* whether bluetooth support is enabled */
00128 #define OASYS_BLUETOOTH_ENABLED 1
00129 
00130 /* whether oasys memory debugging is enabled */
00131 /* #undef OASYS_DEBUG_MEMORY_ENABLED */
00132 
00133 /* Define to the address where bug reports for this package should be sent. */
00134 #define PACKAGE_BUGREPORT ""
00135 
00136 /* Define to the full name of this package. */
00137 #define PACKAGE_NAME ""
00138 
00139 /* Define to the full name and version of this package. */
00140 #define PACKAGE_STRING ""
00141 
00142 /* Define to the one symbol short name of this package. */
00143 #define PACKAGE_TARNAME ""
00144 
00145 /* Define to the version of this package. */
00146 #define PACKAGE_VERSION ""
00147 
00148 /* whether postgres support is enabled */
00149 /* #undef POSTGRES_ENABLED */
00150 
00151 /* Define as the return type of signal handlers (`int' or `void'). */
00152 #define RETSIGTYPE void
00153 
00154 /* Define to the type of arg 1 for `select'. */
00155 #define SELECT_TYPE_ARG1 int
00156 
00157 /* Define to the type of args 2, 3 and 4 for `select'. */
00158 #define SELECT_TYPE_ARG234 (fd_set *)
00159 
00160 /* Define to the type of arg 5 for `select'. */
00161 #define SELECT_TYPE_ARG5 (struct timeval *)
00162 
00163 /* whether some sql storage system is enabled */
00164 /* #undef SQL_ENABLED */
00165 
00166 /* Define to 1 if you have the ANSI C header files. */
00167 #define STDC_HEADERS 1
00168 
00169 /* Define to empty if `const' does not conform to ANSI C. */
00170 /* #undef const */
00171 
00172 /* Define to `__inline__' or `__inline' if that's what the C compiler
00173    calls it, or to nothing if 'inline' is not supported under any name.  */
00174 #ifndef __cplusplus
00175 /* #undef inline */
00176 #endif
00177 
00178 /* Define to `int' if <sys/types.h> does not define. */
00179 /* #undef mode_t */
00180 
00181 /* Define to `long int' if <sys/types.h> does not define. */
00182 /* #undef off_t */
00183 
00184 /* Define to `unsigned int' if <sys/types.h> does not define. */
00185 /* #undef size_t */
00186 
00187 /* Define to empty if the keyword `volatile' does not work. Warning: valid
00188    code using `volatile' can become incorrect without. Disable with care. */
00189 /* #undef volatile */

Generated on Fri Dec 22 14:47:58 2006 for DTN Reference Implementation by  doxygen 1.5.1