00001 /* include/qore/unix-config.h. Generated from unix-config.h.in by configure. */ 00002 /* include/qore/unix-config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* build number */ 00005 #define BUILD 105 00006 00007 /* if compiling on Darwin */ 00008 /* #undef DARWIN */ 00009 00010 /* Define if debugging support should be included */ 00011 #define DEBUG 1 00012 00013 /* define if freetds ct-lib cs_loc_alloc, cs_locale are (at least partially) 00014 implemented */ 00015 /* #undef FREETDS_LOCALE */ 00016 00017 /* the namespace of unordered_map */ 00018 #define HASH_NAMESPACE std::tr1 00019 00020 /* Define to 1 if you have the `alarm' function. */ 00021 #define HAVE_ALARM 1 00022 00023 /* Define to 1 if you have the `atoll' function. */ 00024 #define HAVE_ATOLL 1 00025 00026 /* Define to 1 if you have the `bzero' function. */ 00027 #define HAVE_BZERO 1 00028 00029 /* Define to 1 if you have the `clock_gettime' function. */ 00030 #define HAVE_CLOCK_GETTIME 1 00031 00032 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 00033 don't. */ 00034 #define HAVE_DECL_STRERROR_R 1 00035 00036 /* Define to 1 if you have the <dlfcn.h> header file. */ 00037 #define HAVE_DLFCN_H 1 00038 00039 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00040 /* #undef HAVE_DOPRNT */ 00041 00042 /* Define to 1 if you have the `exp2' function. */ 00043 #define HAVE_EXP2 1 00044 00045 /* define if the compiler has hash_map */ 00046 /* #undef HAVE_EXT_HASH_MAP */ 00047 00048 /* define if the compiler has hash_set */ 00049 /* #undef HAVE_EXT_HASH_SET */ 00050 00051 /* define if the compiler has slist */ 00052 #define HAVE_EXT_SLIST 1 00053 00054 /* Define to 1 if you have the <fcntl.h> header file. */ 00055 #define HAVE_FCNTL_H 1 00056 00057 /* Define to 1 if you have the `floor' function. */ 00058 #define HAVE_FLOOR 1 00059 00060 /* Define to 1 if you have the `fork' function. */ 00061 #define HAVE_FORK 1 00062 00063 /* if compiling with g++ and visibility support is available */ 00064 #define HAVE_GCC_VISIBILITY 1 00065 00066 /* Define to 1 if you have the `gethostbyaddr' function. */ 00067 #define HAVE_GETHOSTBYADDR 1 00068 00069 /* Define to 1 if you have the `gethostbyaddr_r' function. */ 00070 #define HAVE_GETHOSTBYADDR_R 1 00071 00072 /* Define to 1 if you have the `gethostbyname' function. */ 00073 #define HAVE_GETHOSTBYNAME 1 00074 00075 /* Define to 1 if you have the `gethostbyname_r' function. */ 00076 #define HAVE_GETHOSTBYNAME_R 1 00077 00078 /* Solaris define gethostbyname_r with 5 arguments. glibc2 defines this with 6 00079 arguments */ 00080 #define HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE 1 00081 00082 /* In OSF 4.0f the 3'd argument to gethostname_r is hostent_data * */ 00083 /* #undef HAVE_GETHOSTBYNAME_R_RETURN_INT */ 00084 00085 /* Define to 1 if you have the `gethostname' function. */ 00086 #define HAVE_GETHOSTNAME 1 00087 00088 /* Define to 1 if you have the `getsockopt' function. */ 00089 #define HAVE_GETSOCKOPT 1 00090 00091 /* Define to 1 if you have the `gettimeofday' function. */ 00092 #define HAVE_GETTIMEOFDAY 1 00093 00094 /* Define to 1 if you have the `gmtime_r' function. */ 00095 #define HAVE_GMTIME_R 1 00096 00097 /* define if the compiler has hash_map */ 00098 /* #undef HAVE_HASH_MAP */ 00099 00100 /* define if the compiler has hash_set */ 00101 /* #undef HAVE_HASH_SET */ 00102 00103 /* Define to 1 if you have the <inttypes.h> header file. */ 00104 #define HAVE_INTTYPES_H 1 00105 00106 /* Define to 1 if you have the `isblank' function. */ 00107 #define HAVE_ISBLANK 1 00108 00109 /* Define to 1 if you have the `iconv' library (-liconv). */ 00110 /* #undef HAVE_LIBICONV */ 00111 00112 /* Define to 1 if you have the `rt' library (-lrt). */ 00113 #define HAVE_LIBRT 1 00114 00115 /* Define to 1 if you have the `socket' library (-lsocket). */ 00116 /* #undef HAVE_LIBSOCKET */ 00117 00118 /* Define to 1 if you have the `localtime_r' function. */ 00119 #define HAVE_LOCALTIME_R 1 00120 00121 /* Define to 1 if `lstat' has the bug that it succeeds when given the 00122 zero-length file name argument. */ 00123 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */ 00124 00125 /* Define to 1 if you have the `memmove' function. */ 00126 #define HAVE_MEMMOVE 1 00127 00128 /* Define to 1 if you have the <memory.h> header file. */ 00129 #define HAVE_MEMORY_H 1 00130 00131 /* Define to 1 if you have the `memset' function. */ 00132 #define HAVE_MEMSET 1 00133 00134 /* Define to 1 if you have the `mkfifo' function. */ 00135 #define HAVE_MKFIFO 1 00136 00137 /* Define if mysql_commit() and mysql_rollback() functions are available */ 00138 #define HAVE_MYSQL_COMMIT 1 00139 00140 /* Define if mysql_set_character_set() is available */ 00141 #define HAVE_MYSQL_SET_CHARACTER_SET 1 00142 00143 /* Define if mysql_stmt_* functions are available */ 00144 #define HAVE_MYSQL_STMT 1 00145 00146 /* define if the compiler implements namespaces */ 00147 #define HAVE_NAMESPACES 1 00148 00149 /* Define to 1 if you have the <netdb.h> header file. */ 00150 #define HAVE_NETDB_H 1 00151 00152 /* Define to 1 if you have the <netinet/in.h> header file. */ 00153 #define HAVE_NETINET_IN_H 1 00154 00155 /* define if OCIClientVersion is available */ 00156 #define HAVE_OCICLIENTVERSION 1 00157 00158 /* Define if you have POSIX threads libraries and header files. */ 00159 #define HAVE_PTHREAD 1 00160 00161 /* Define to 1 if you have the `putenv' function. */ 00162 #define HAVE_PUTENV 1 00163 00164 /* define if hash_map or unordered_map is known */ 00165 #define HAVE_QORE_HASH_MAP 1 00166 00167 /* define if slist is known */ 00168 #define HAVE_QORE_SLIST 1 00169 00170 /* Define to 1 if you have the `realloc' function. */ 00171 #define HAVE_REALLOC 1 00172 00173 /* Define to 1 if you have the `regcomp' function. */ 00174 #define HAVE_REGCOMP 1 00175 00176 /* Define to 1 if you have the `select' function. */ 00177 #define HAVE_SELECT 1 00178 00179 /* Define to 1 if you have the `setegid' function. */ 00180 #define HAVE_SETEGID 1 00181 00182 /* Define to 1 if you have the `setenv' function. */ 00183 #define HAVE_SETENV 1 00184 00185 /* Define to 1 if you have the `seteuid' function. */ 00186 #define HAVE_SETEUID 1 00187 00188 /* Define to 1 if you have the `setsockopt' function. */ 00189 #define HAVE_SETSOCKOPT 1 00190 00191 /* define if the compiler has slist */ 00192 /* #undef HAVE_SLIST */ 00193 00194 /* Define to 1 if you have the `socket' function. */ 00195 #define HAVE_SOCKET 1 00196 00197 /* Solaris defines gethostbyaddr_r with 7 arguments. glibc2 defines this with 00198 8 arguments */ 00199 /* #undef HAVE_SOLARIS_STYLE_GETHOST */ 00200 00201 /* Define to 1 if `stat' has the bug that it succeeds when given the 00202 zero-length file name argument. */ 00203 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00204 00205 /* Define to 1 if stdbool.h conforms to C99. */ 00206 #define HAVE_STDBOOL_H 1 00207 00208 /* Define to 1 if you have the <stddef.h> header file. */ 00209 #define HAVE_STDDEF_H 1 00210 00211 /* Define to 1 if you have the <stdint.h> header file. */ 00212 #define HAVE_STDINT_H 1 00213 00214 /* Define to 1 if you have the <stdlib.h> header file. */ 00215 #define HAVE_STDLIB_H 1 00216 00217 /* Define to 1 if you have the `strcasecmp' function. */ 00218 #define HAVE_STRCASECMP 1 00219 00220 /* Define to 1 if you have the `strchr' function. */ 00221 #define HAVE_STRCHR 1 00222 00223 /* Define to 1 if you have the `strdup' function. */ 00224 #define HAVE_STRDUP 1 00225 00226 /* Define to 1 if you have the `strerror' function. */ 00227 #define HAVE_STRERROR 1 00228 00229 /* Define to 1 if you have the `strerror_r' function. */ 00230 #define HAVE_STRERROR_R 1 00231 00232 /* Define to 1 if you have the <strings.h> header file. */ 00233 #define HAVE_STRINGS_H 1 00234 00235 /* Define to 1 if you have the <string.h> header file. */ 00236 #define HAVE_STRING_H 1 00237 00238 /* Define to 1 if you have the `strspn' function. */ 00239 #define HAVE_STRSPN 1 00240 00241 /* Define to 1 if you have the `strstr' function. */ 00242 #define HAVE_STRSTR 1 00243 00244 /* Define to 1 if you have strtoimax */ 00245 /* #undef HAVE_STRTOIMAX */ 00246 00247 /* Define to 1 if you have the `strtol' function. */ 00248 #define HAVE_STRTOL 1 00249 00250 /* Define to 1 if you have the `strtoll' function. */ 00251 #define HAVE_STRTOLL 1 00252 00253 /* Define to 1 if `st_blksize' is member of `struct stat'. */ 00254 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 00255 00256 /* Define to 1 if `st_blocks' is member of `struct stat'. */ 00257 #define HAVE_STRUCT_STAT_ST_BLOCKS 1 00258 00259 /* Define to 1 if `st_rdev' is member of `struct stat'. */ 00260 #define HAVE_STRUCT_STAT_ST_RDEV 1 00261 00262 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use 00263 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */ 00264 #define HAVE_ST_BLOCKS 1 00265 00266 /* Define to 1 if you have the <sys/select.h> header file. */ 00267 #define HAVE_SYS_SELECT_H 1 00268 00269 /* Define to 1 if you have the <sys/socket.h> header file. */ 00270 #define HAVE_SYS_SOCKET_H 1 00271 00272 /* Define to 1 if you have the <sys/stat.h> header file. */ 00273 #define HAVE_SYS_STAT_H 1 00274 00275 /* Define to 1 if you have the <sys/time.h> header file. */ 00276 #define HAVE_SYS_TIME_H 1 00277 00278 /* Define to 1 if you have the <sys/types.h> header file. */ 00279 #define HAVE_SYS_TYPES_H 1 00280 00281 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00282 #define HAVE_SYS_WAIT_H 1 00283 00284 /* Define to 1 if you have the `timegm' function. */ 00285 #define HAVE_TIMEGM 1 00286 00287 /* define if umem.h is available */ 00288 /* #undef HAVE_UMEM_H */ 00289 00290 /* Define to 1 if you have the <unistd.h> header file. */ 00291 #define HAVE_UNISTD_H 1 00292 00293 /* define if the compiler has unordered_map */ 00294 #define HAVE_UNORDERED_MAP 1 00295 00296 /* Define to 1 if you have the `unsetenv' function. */ 00297 #define HAVE_UNSETENV 1 00298 00299 /* Define to 1 if you have the `vfork' function. */ 00300 #define HAVE_VFORK 1 00301 00302 /* Define to 1 if you have the <vfork.h> header file. */ 00303 /* #undef HAVE_VFORK_H */ 00304 00305 /* Define to 1 if you have the `vprintf' function. */ 00306 #define HAVE_VPRINTF 1 00307 00308 /* Define to 1 if `fork' works. */ 00309 #define HAVE_WORKING_FORK 1 00310 00311 /* Define to 1 if `vfork' works. */ 00312 #define HAVE_WORKING_VFORK 1 00313 00314 /* define if the wresize function is available */ 00315 #define HAVE_WRESIZE 1 00316 00317 /* Define to 1 if the system has the type `_Bool'. */ 00318 /* #undef HAVE__BOOL */ 00319 00320 /* if compiling on HP-UX */ 00321 /* #undef HPUX */ 00322 00323 /* if compiling on HP-UX with aCC and need to use int instead of socklen_t */ 00324 /* #undef HPUX_ACC_SOCKLEN_HACK */ 00325 00326 /* if compiling on Linux */ 00327 #define LINUX 1 00328 00329 /* the namespace of slist */ 00330 #define LIST_NAMESPACE __gnu_cxx 00331 00332 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00333 slash. */ 00334 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00335 00336 /* Define if ncurses support should be included */ 00337 #define NCURSES 1 00338 00339 /* Define if assert() declarations should be suppressed */ 00340 /* #undef NDEBUG */ 00341 00342 /* if the environment operations need explicit locking */ 00343 /* #undef NEED_ENVIRON_LOCK */ 00344 00345 /* Define to 1 if //TRANSLIT should be added to the destination character set 00346 code */ 00347 #define NEED_ICONV_TRANSLIT 1 00348 00349 /* define if we need a workaround for the Oracle streaming LOB callback bug */ 00350 /* #undef NEED_ORACLE_LOB_WORKAROUND */ 00351 00352 /* Define to 1 if Oracle support should be included */ 00353 #define ORACLE 1 00354 00355 /* Name of package */ 00356 #define PACKAGE "qore" 00357 00358 /* Define to the address where bug reports for this package should be sent. */ 00359 #define PACKAGE_BUGREPORT "David Nichols <nicholsman@gmail.com>" 00360 00361 /* Define to the full name of this package. */ 00362 #define PACKAGE_NAME "qore" 00363 00364 /* Define to the full name and version of this package. */ 00365 #define PACKAGE_STRING "qore 0.7.0" 00366 00367 /* Define to the one symbol short name of this package. */ 00368 #define PACKAGE_TARNAME "qore" 00369 00370 /* Define to the version of this package. */ 00371 #define PACKAGE_VERSION "0.7.0" 00372 00373 /* postgresql major version number */ 00374 #define POSTGRES_VERSION_MAJOR 8 00375 00376 /* Define if profiling support should be included */ 00377 /* #undef PROFILE */ 00378 00379 /* Define to the necessary symbol if this constant uses a non-standard name on 00380 your system. */ 00381 /* #undef PTHREAD_CREATE_JOINABLE */ 00382 00383 /* Define to 1 if all modules should be statically linked into the libqore.a 00384 library */ 00385 /* #undef QORE_MONOLITHIC */ 00386 00387 /* Define to 1 if MySQL support should be included */ 00388 #define QORE_MYSQL 1 00389 00390 /* Define as the return type of signal handlers (`int' or `void'). */ 00391 #define RETSIGTYPE void 00392 00393 /* Define to the type of arg 1 for `select'. */ 00394 #define SELECT_TYPE_ARG1 int 00395 00396 /* Define to the type of args 2, 3 and 4 for `select'. */ 00397 #define SELECT_TYPE_ARG234 (fd_set *) 00398 00399 /* Define to the type of arg 5 for `select'. */ 00400 #define SELECT_TYPE_ARG5 (struct timeval *) 00401 00402 /* shared library suffix */ 00403 /* #undef SHLIB_SUFFIX */ 00404 00405 /* if compiling on Solaris */ 00406 /* #undef SOLARIS */ 00407 00408 /* Define to 1 if you have the ANSI C header files. */ 00409 #define STDC_HEADERS 1 00410 00411 /* Define to 1 if strerror_r returns char *. */ 00412 #define STRERROR_R_CHAR_P 1 00413 00414 /* host type */ 00415 #define TARGET_ARCH "x86_64" 00416 00417 /* 32 or 64 bit build */ 00418 #define TARGET_BITS 64 00419 00420 /* host type */ 00421 #define TARGET_OS "Linux" 00422 00423 /* Define if TIBCO Adapters support should be included */ 00424 /* #undef TIBAE */ 00425 00426 /* define for TIBCO SDK 5.* */ 00427 #define TIBCO_SDK 5 00428 00429 /* Define if TIBCO Rendezvous support should be included */ 00430 /* #undef TIBRV */ 00431 00432 /* Define if TIBCO Rendezvous secure daemon support should be included */ 00433 /* #undef TIBRV_SD */ 00434 00435 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00436 #define TIME_WITH_SYS_TIME 1 00437 00438 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00439 /* #undef TM_IN_SYS_TIME */ 00440 00441 /* Define if Tuxedo support should be included */ 00442 /* #undef TUXEDO */ 00443 00444 /* Tuxedo major version */ 00445 #define TUXEDO_VERSION_MAJOR 9 00446 00447 /* Tuxedo major version */ 00448 #define TUXEDO_VERSION_MINOR 9 00449 00450 /* Version number of package */ 00451 #define VERSION "0.7.0" 00452 00453 /* major version number */ 00454 #define VERSION_MAJOR 0 00455 00456 /* minor version number */ 00457 #define VERSION_MINOR 7 00458 00459 /* qore version string */ 00460 #define VERSION_STRING "0.7.0-105" 00461 00462 /* sub version number */ 00463 #define VERSION_SUB 0 00464 00465 /* Define to 1 if your processor stores words with the most significant byte 00466 first (like Motorola and SPARC, unlike Intel and VAX). */ 00467 /* #undef WORDS_BIGENDIAN */ 00468 00469 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 00470 `char[]'. */ 00471 #define YYTEXT_POINTER 1 00472 00473 /* Define to empty if `const' does not conform to ANSI C. */ 00474 /* #undef const */ 00475 00476 /* Define to `__inline__' or `__inline' if that's what the C compiler 00477 calls it, or to nothing if 'inline' is not supported under any name. */ 00478 #ifndef __cplusplus 00479 /* #undef inline */ 00480 #endif 00481 00482 /* Define to `int' if <sys/types.h> does not define. */ 00483 /* #undef pid_t */ 00484 00485 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00486 /* #undef size_t */ 00487 00488 /* Substitute for socklen_t */ 00489 /* #undef socklen_t */ 00490 00491 /* Define as `fork' if `vfork' does not work. */ 00492 /* #undef vfork */ 00493 00494 /* Define to empty if the keyword `volatile' does not work. Warning: valid 00495 code using `volatile' can become incorrect without. Disable with care. */ 00496 /* #undef volatile */