Eneboo - Documentación para desarrolladores
|
00001 /* src/include/pg_config.h. Generated by configure. */ 00002 /* src/include/pg_config.h.in. Generated from configure.in by autoheader. */ 00003 00004 #ifdef __MINGW32__ 00005 00006 #include "pg_config_win32.h" 00007 00008 #else 00009 00010 /* Define to the type of arg 1 of 'accept' */ 00011 #define ACCEPT_TYPE_ARG1 int 00012 00013 /* Define to the type of arg 2 of 'accept' */ 00014 #define ACCEPT_TYPE_ARG2 struct sockaddr * 00015 00016 /* Define to the type of arg 3 of 'accept' */ 00017 #define ACCEPT_TYPE_ARG3 size_t 00018 00019 /* Define to the return type of 'accept' */ 00020 #define ACCEPT_TYPE_RETURN int 00021 00022 /* The alignment requirement of a `double'. */ 00023 #define ALIGNOF_DOUBLE 4 00024 00025 /* The alignment requirement of a `int'. */ 00026 #define ALIGNOF_INT 4 00027 00028 /* The alignment requirement of a `long'. */ 00029 #define ALIGNOF_LONG 4 00030 00031 /* The alignment requirement of a `long long int'. */ 00032 #define ALIGNOF_LONG_LONG_INT 4 00033 00034 /* The alignment requirement of a `short'. */ 00035 #define ALIGNOF_SHORT 2 00036 00037 /* Define to the default TCP port number on which the server listens and to 00038 which clients will try to connect. This can be overridden at run-time, but 00039 it's convenient if your clients have the right default compiled in. 00040 (--with-pgport=PORTNUM) */ 00041 #define DEF_PGPORT 5432 00042 00043 /* Define to the default TCP port number as a string constant. */ 00044 #define DEF_PGPORT_STR "5432" 00045 00046 /* Define to 1 if you want National Language Support. (--enable-nls) */ 00047 /* #undef ENABLE_NLS */ 00048 00049 /* Define to 1 to build client libraries as thread-safe code. 00050 (--enable-thread-safety) */ 00051 #define ENABLE_THREAD_SAFETY 1 00052 00053 /* Define to 1 if getpwuid_r() takes a 5th argument. */ 00054 #define GETPWUID_R_5ARG 00055 00056 /* Define to 1 if gettimeofday() takes only 1 argument. */ 00057 /* #undef GETTIMEOFDAY_1ARG */ 00058 00059 #ifdef GETTIMEOFDAY_1ARG 00060 # define gettimeofday(a,b) gettimeofday(a) 00061 #endif 00062 00063 /* Define to 1 if you have the `atexit' function. */ 00064 #define HAVE_ATEXIT 1 00065 00066 /* Define to 1 if you have the `cbrt' function. */ 00067 #define HAVE_CBRT 1 00068 00069 /* Define to 1 if you have the `class' function. */ 00070 /* #undef HAVE_CLASS */ 00071 00072 /* Define to 1 if you have the `crypt' function. */ 00073 #define HAVE_CRYPT 1 00074 00075 /* Define to 1 if you have the <crypt.h> header file. */ 00076 #define HAVE_CRYPT_H 1 00077 00078 /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you 00079 don't. */ 00080 #define HAVE_DECL_FDATASYNC 1 00081 00082 /* Define to 1 if you have the declaration of `F_FULLFSYNC', and to 0 if you 00083 don't. */ 00084 #define HAVE_DECL_F_FULLFSYNC 0 00085 00086 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 00087 don't. */ 00088 #define HAVE_DECL_SNPRINTF 1 00089 00090 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 00091 don't. */ 00092 #define HAVE_DECL_VSNPRINTF 1 00093 00094 /* Define to 1 if you have the <dld.h> header file. */ 00095 /* #undef HAVE_DLD_H */ 00096 00097 /* Define to 1 if you have the `dlopen' function. */ 00098 #define HAVE_DLOPEN 1 00099 00100 /* Define to 1 if you have the <editline/history.h> header file. */ 00101 /* #undef HAVE_EDITLINE_HISTORY_H */ 00102 00103 /* Define to 1 if you have the <editline/readline.h> header file. */ 00104 /* #undef HAVE_EDITLINE_READLINE_H */ 00105 00106 /* Define to 1 if you have the <endian.h> header file. */ 00107 #define HAVE_ENDIAN_H 1 00108 00109 /* Define to 1 if you have the `fcvt' function. */ 00110 #define HAVE_FCVT 1 00111 00112 /* Define to 1 if you have the `fdatasync' function. */ 00113 #define HAVE_FDATASYNC 1 00114 00115 /* Define to 1 if you have finite(). */ 00116 #define HAVE_FINITE 1 00117 00118 /* Define to 1 if you have the `fpclass' function. */ 00119 /* #undef HAVE_FPCLASS */ 00120 00121 /* Define to 1 if you have the `fp_class' function. */ 00122 /* #undef HAVE_FP_CLASS */ 00123 00124 /* Define to 1 if you have the `fp_class_d' function. */ 00125 /* #undef HAVE_FP_CLASS_D */ 00126 00127 /* Define to 1 if you have the <fp_class.h> header file. */ 00128 /* #undef HAVE_FP_CLASS_H */ 00129 00130 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 00131 #define HAVE_FSEEKO 1 00132 00133 /* Define to 1 if your compiler understands __func__. */ 00134 #define HAVE_FUNCNAME__FUNC 1 00135 00136 /* Define to 1 if your compiler understands __FUNCTION__. */ 00137 /* #undef HAVE_FUNCNAME__FUNCTION */ 00138 00139 /* Define to 1 if you have getaddrinfo(). */ 00140 #define HAVE_GETADDRINFO 1 00141 00142 /* Define to 1 if you have the `gethostbyname_r' function. */ 00143 #define HAVE_GETHOSTBYNAME_R 1 00144 00145 /* Define to 1 if you have the `getopt' function. */ 00146 #define HAVE_GETOPT 1 00147 00148 /* Define to 1 if you have the <getopt.h> header file. */ 00149 #define HAVE_GETOPT_H 1 00150 00151 /* Define to 1 if you have the `getopt_long' function. */ 00152 #define HAVE_GETOPT_LONG 1 00153 00154 /* Define to 1 if you have the `getpeereid' function. */ 00155 /* #undef HAVE_GETPEEREID */ 00156 00157 /* Define to 1 if you have the `getpwuid_r' function. */ 00158 #define HAVE_GETPWUID_R 1 00159 00160 /* Define to 1 if you have the `getrusage' function. */ 00161 #define HAVE_GETRUSAGE 1 00162 00163 /* Define to 1 if you have the <history.h> header file. */ 00164 /* #undef HAVE_HISTORY_H */ 00165 00166 /* Define to 1 if you have the <ieeefp.h> header file. */ 00167 /* #undef HAVE_IEEEFP_H */ 00168 00169 /* Define to 1 if you have the `inet_aton' function. */ 00170 #define HAVE_INET_ATON 1 00171 00172 /* Define to 1 if the system has the type `int64'. */ 00173 /* #undef HAVE_INT64 */ 00174 00175 /* Define to 1 if the system has the type `int8'. */ 00176 /* #undef HAVE_INT8 */ 00177 00178 /* Define to 1 if you have the <inttypes.h> header file. */ 00179 #define HAVE_INTTYPES_H 1 00180 00181 /* Define to 1 if you have the global variable 'int optreset'. */ 00182 /* #undef HAVE_INT_OPTRESET */ 00183 00184 /* Define to 1 if you have the global variable 'int timezone'. */ 00185 #define HAVE_INT_TIMEZONE 00186 00187 /* Define to 1 if you have support for IPv6. */ 00188 #define HAVE_IPV6 1 00189 00190 /* Define to 1 if you have isinf(). */ 00191 #define HAVE_ISINF 1 00192 00193 /* Define to 1 if you have the <kernel/image.h> header file. */ 00194 /* #undef HAVE_KERNEL_IMAGE_H */ 00195 00196 /* Define to 1 if you have the <kernel/OS.h> header file. */ 00197 /* #undef HAVE_KERNEL_OS_H */ 00198 00199 /* Define to 1 if `e_data' is member of `krb5_error'. */ 00200 /* #undef HAVE_KRB5_ERROR_E_DATA */ 00201 00202 /* Define to 1 if `text.data' is member of `krb5_error'. */ 00203 /* #undef HAVE_KRB5_ERROR_TEXT_DATA */ 00204 00205 /* Define to 1 if `client' is member of `krb5_ticket'. */ 00206 /* #undef HAVE_KRB5_TICKET_CLIENT */ 00207 00208 /* Define to 1 if `enc_part2' is member of `krb5_ticket'. */ 00209 /* #undef HAVE_KRB5_TICKET_ENC_PART2 */ 00210 00211 /* Define to 1 if you have the <langinfo.h> header file. */ 00212 #define HAVE_LANGINFO_H 1 00213 00214 /* Define to 1 if you have the `bind' library (-lbind). */ 00215 /* #undef HAVE_LIBBIND */ 00216 00217 /* Define to 1 if you have the `BSD' library (-lBSD). */ 00218 #define HAVE_LIBBSD 1 00219 00220 /* Define to 1 if you have the `compat' library (-lcompat). */ 00221 /* #undef HAVE_LIBCOMPAT */ 00222 00223 /* Define to 1 if you have the `crypto' library (-lcrypto). */ 00224 /* #undef HAVE_LIBCRYPTO */ 00225 00226 /* Define to 1 if you have the `cygipc' library (-lcygipc). */ 00227 /* #undef HAVE_LIBCYGIPC */ 00228 00229 /* Define to 1 if you have the `dl' library (-ldl). */ 00230 #define HAVE_LIBDL 1 00231 00232 /* Define to 1 if you have the `dld' library (-ldld). */ 00233 /* #undef HAVE_LIBDLD */ 00234 00235 /* Define to 1 if you have the `eay32' library (-leay32). */ 00236 /* #undef HAVE_LIBEAY32 */ 00237 00238 /* Define to 1 if you have the `gen' library (-lgen). */ 00239 /* #undef HAVE_LIBGEN */ 00240 00241 /* Define to 1 if you have the `IPC' library (-lIPC). */ 00242 /* #undef HAVE_LIBIPC */ 00243 00244 /* Define to 1 if you have the `lc' library (-llc). */ 00245 /* #undef HAVE_LIBLC */ 00246 00247 /* Define to 1 if you have the `ld' library (-lld). */ 00248 /* #undef HAVE_LIBLD */ 00249 00250 /* Define to 1 if you have the `m' library (-lm). */ 00251 #define HAVE_LIBM 1 00252 00253 /* Define to 1 if you have the `nsl' library (-lnsl). */ 00254 #define HAVE_LIBNSL 1 00255 00256 /* Define to 1 if you have the `pam' library (-lpam). */ 00257 /* #undef HAVE_LIBPAM */ 00258 00259 /* Define to 1 if you have the `PW' library (-lPW). */ 00260 /* #undef HAVE_LIBPW */ 00261 00262 /* Define if you have a function readline library */ 00263 #define HAVE_LIBREADLINE 1 00264 00265 /* Define to 1 if you have the `resolv' library (-lresolv). */ 00266 #define HAVE_LIBRESOLV 1 00267 00268 /* Define to 1 if you have the `socket' library (-lsocket). */ 00269 /* #undef HAVE_LIBSOCKET */ 00270 00271 /* Define to 1 if you have the `ssl' library (-lssl). */ 00272 /* #undef HAVE_LIBSSL */ 00273 00274 /* Define to 1 if you have the `ssleay32' library (-lssleay32). */ 00275 /* #undef HAVE_LIBSSLEAY32 */ 00276 00277 /* Define to 1 if you have the `unix' library (-lunix). */ 00278 /* #undef HAVE_LIBUNIX */ 00279 00280 /* Define to 1 if you have the `util' library (-lutil). */ 00281 /* #undef HAVE_LIBUTIL */ 00282 00283 /* Define to 1 if you have the `wsock32' library (-lwsock32). */ 00284 /* #undef HAVE_LIBWSOCK32 */ 00285 00286 /* Define to 1 if you have the `z' library (-lz). */ 00287 #define HAVE_LIBZ 1 00288 00289 /* Define to 1 if constants of type 'long long int' should have the suffix LL. 00290 */ 00291 #define HAVE_LL_CONSTANTS 1 00292 00293 /* Define to 1 if `long int' works and is 64 bits. */ 00294 /* #undef HAVE_LONG_INT_64 */ 00295 00296 /* Define to 1 if `long long int' works and is 64 bits. */ 00297 #define HAVE_LONG_LONG_INT_64 00298 00299 /* Define to 1 if you have the `memmove' function. */ 00300 #define HAVE_MEMMOVE 1 00301 00302 /* Define to 1 if you have the <memory.h> header file. */ 00303 #define HAVE_MEMORY_H 1 00304 00305 /* Define to 1 if you have the <netinet/in.h> header file. */ 00306 #define HAVE_NETINET_IN_H 1 00307 00308 /* Define to 1 if you have the <netinet/tcp.h> header file. */ 00309 #define HAVE_NETINET_TCP_H 1 00310 00311 /* Define to 1 if you have the `on_exit' function. */ 00312 /* #undef HAVE_ON_EXIT */ 00313 00314 /* Define to 1 if you have the <pam/pam_appl.h> header file. */ 00315 /* #undef HAVE_PAM_PAM_APPL_H */ 00316 00317 /* Define to 1 if you have the `poll' function. */ 00318 #define HAVE_POLL 1 00319 00320 /* Define to 1 if you have the <poll.h> header file. */ 00321 #define HAVE_POLL_H 1 00322 00323 /* Define to 1 if you have the POSIX signal interface. */ 00324 #define HAVE_POSIX_SIGNALS 00325 00326 /* Define to 1 if you have the `pstat' function. */ 00327 /* #undef HAVE_PSTAT */ 00328 00329 /* Define to 1 if the PS_STRINGS thing exists. */ 00330 /* #undef HAVE_PS_STRINGS */ 00331 00332 /* Define if you have POSIX threads libraries and header files. */ 00333 /* #undef HAVE_PTHREAD */ 00334 00335 /* Define to 1 if you have the <pwd.h> header file. */ 00336 #define HAVE_PWD_H 1 00337 00338 /* Define to 1 if you have the `random' function. */ 00339 #define HAVE_RANDOM 1 00340 00341 /* Define to 1 if you have the <readline.h> header file. */ 00342 /* #undef HAVE_READLINE_H */ 00343 00344 /* Define to 1 if you have the <readline/history.h> header file. */ 00345 #define HAVE_READLINE_HISTORY_H 1 00346 00347 /* Define to 1 if you have the <readline/readline.h> header file. */ 00348 #define HAVE_READLINE_READLINE_H 1 00349 00350 /* Define to 1 if you have the `readlink' function. */ 00351 #define HAVE_READLINK 1 00352 00353 /* Define to 1 if you have the `replace_history_entry' function. */ 00354 #define HAVE_REPLACE_HISTORY_ENTRY 1 00355 00356 /* Define to 1 if you have the `rint' function. */ 00357 #define HAVE_RINT 1 00358 00359 /* Define to 1 if you have the global variable 00360 'rl_completion_append_character'. */ 00361 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 00362 00363 /* Define to 1 if you have the `rl_completion_matches' function. */ 00364 #define HAVE_RL_COMPLETION_MATCHES 1 00365 00366 /* Define to 1 if you have the `rl_filename_completion_function' function. */ 00367 #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 00368 00369 /* Define to 1 if you have the <security/pam_appl.h> header file. */ 00370 /* #undef HAVE_SECURITY_PAM_APPL_H */ 00371 00372 /* Define to 1 if you have the `setproctitle' function. */ 00373 /* #undef HAVE_SETPROCTITLE */ 00374 00375 /* Define to 1 if you have the `setsid' function. */ 00376 #define HAVE_SETSID 1 00377 00378 /* Define to 1 if you have the `sigprocmask' function. */ 00379 #define HAVE_SIGPROCMASK 1 00380 00381 /* Define to 1 if you have sigsetjmp(). */ 00382 #define HAVE_SIGSETJMP 1 00383 00384 /* Define to 1 if the system has the type `sig_atomic_t'. */ 00385 #define HAVE_SIG_ATOMIC_T 1 00386 00387 /* Define to 1 if you have the `snprintf' function. */ 00388 #define HAVE_SNPRINTF 1 00389 00390 /* Define to 1 if you have spinlocks. */ 00391 #define HAVE_SPINLOCKS 1 00392 00393 /* Define to 1 if you have the `srandom' function. */ 00394 #define HAVE_SRANDOM 1 00395 00396 /* Define to 1 if you have the <stdint.h> header file. */ 00397 #define HAVE_STDINT_H 1 00398 00399 /* Define to 1 if you have the <stdlib.h> header file. */ 00400 #define HAVE_STDLIB_H 1 00401 00402 /* Define to 1 if you have the `strdup' function. */ 00403 #define HAVE_STRDUP 1 00404 00405 /* Define to 1 if you have the `strerror' function. */ 00406 #define HAVE_STRERROR 1 00407 00408 /* Define to 1 if you have the `strerror_r' function. */ 00409 #define HAVE_STRERROR_R 1 00410 00411 /* Define to 1 if cpp supports the ANSI # stringizing operator. */ 00412 #define HAVE_STRINGIZE 1 00413 00414 /* Define to 1 if you have the <strings.h> header file. */ 00415 #define HAVE_STRINGS_H 1 00416 00417 /* Define to 1 if you have the <string.h> header file. */ 00418 #define HAVE_STRING_H 1 00419 00420 /* Define to 1 if you have the `strtol' function. */ 00421 #define HAVE_STRTOL 1 00422 00423 /* Define to 1 if you have the `strtoll' function. */ 00424 #define HAVE_STRTOLL 1 00425 00426 /* Define to 1 if you have the `strtoq' function. */ 00427 /* #undef HAVE_STRTOQ */ 00428 00429 /* Define to 1 if you have the `strtoul' function. */ 00430 #define HAVE_STRTOUL 1 00431 00432 /* Define to 1 if you have the `strtoull' function. */ 00433 #define HAVE_STRTOULL 1 00434 00435 /* Define to 1 if you have the `strtouq' function. */ 00436 /* #undef HAVE_STRTOUQ */ 00437 00438 /* Define to 1 if the system has the type `struct addrinfo'. */ 00439 #define HAVE_STRUCT_ADDRINFO 1 00440 00441 /* Define to 1 if the system has the type `struct cmsgcred'. */ 00442 /* #undef HAVE_STRUCT_CMSGCRED */ 00443 00444 /* Define to 1 if the system has the type `struct fcred'. */ 00445 /* #undef HAVE_STRUCT_FCRED */ 00446 00447 /* Define to 1 if the system has the type `struct option'. */ 00448 #define HAVE_STRUCT_OPTION 1 00449 00450 /* Define to 1 if `sa_len' is member of `struct sockaddr'. */ 00451 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */ 00452 00453 /* Define to 1 if the system has the type `struct sockaddr_storage'. */ 00454 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 00455 00456 /* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */ 00457 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 00458 00459 /* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */ 00460 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */ 00461 00462 /* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */ 00463 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */ 00464 00465 /* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */ 00466 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN */ 00467 00468 /* Define to 1 if the system has the type `struct sockaddr_un'. */ 00469 #define HAVE_STRUCT_SOCKADDR_UN 1 00470 00471 /* Define to 1 if the system has the type `struct sockcred'. */ 00472 /* #undef HAVE_STRUCT_SOCKCRED */ 00473 00474 /* Define to 1 if `tm_zone' is member of `struct tm'. */ 00475 #define HAVE_STRUCT_TM_TM_ZONE 1 00476 00477 /* Define to 1 if you have the <SupportDefs.h> header file. */ 00478 /* #undef HAVE_SUPPORTDEFS_H */ 00479 00480 /* Define to 1 if you have the `symlink' function. */ 00481 #define HAVE_SYMLINK 1 00482 00483 /* Define to 1 if you have the `sysconf' function. */ 00484 #define HAVE_SYSCONF 1 00485 00486 /* Define to 1 if you have the syslog interface. */ 00487 #define HAVE_SYSLOG 1 00488 00489 /* Define to 1 if you have the <sys/ipc.h> header file. */ 00490 #define HAVE_SYS_IPC_H 1 00491 00492 /* Define to 1 if you have the <sys/poll.h> header file. */ 00493 #define HAVE_SYS_POLL_H 1 00494 00495 /* Define to 1 if you have the <sys/pstat.h> header file. */ 00496 /* #undef HAVE_SYS_PSTAT_H */ 00497 00498 /* Define to 1 if you have the <sys/select.h> header file. */ 00499 #define HAVE_SYS_SELECT_H 1 00500 00501 /* Define to 1 if you have the <sys/sem.h> header file. */ 00502 #define HAVE_SYS_SEM_H 1 00503 00504 /* Define to 1 if you have the <sys/shm.h> header file. */ 00505 #define HAVE_SYS_SHM_H 1 00506 00507 /* Define to 1 if you have the <sys/socket.h> header file. */ 00508 #define HAVE_SYS_SOCKET_H 1 00509 00510 /* Define to 1 if you have the <sys/stat.h> header file. */ 00511 #define HAVE_SYS_STAT_H 1 00512 00513 /* Define to 1 if you have the <sys/time.h> header file. */ 00514 #define HAVE_SYS_TIME_H 1 00515 00516 /* Define to 1 if you have the <sys/types.h> header file. */ 00517 #define HAVE_SYS_TYPES_H 1 00518 00519 /* Define to 1 if you have the <sys/un.h> header file. */ 00520 #define HAVE_SYS_UN_H 1 00521 00522 /* Define to 1 if you have the <termios.h> header file. */ 00523 #define HAVE_TERMIOS_H 1 00524 00525 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use 00526 `HAVE_STRUCT_TM_TM_ZONE' instead. */ 00527 #define HAVE_TM_ZONE 1 00528 00529 /* Define to 1 if you have the `towlower' function. */ 00530 #define HAVE_TOWLOWER 1 00531 00532 /* Define to 1 if you have the external array `tzname'. */ 00533 #define HAVE_TZNAME 1 00534 00535 /* Define to 1 if the system has the type `uint64'. */ 00536 /* #undef HAVE_UINT64 */ 00537 00538 /* Define to 1 if the system has the type `uint8'. */ 00539 /* #undef HAVE_UINT8 */ 00540 00541 /* Define to 1 if the system has the type `union semun'. */ 00542 /* #undef HAVE_UNION_SEMUN */ 00543 00544 /* Define to 1 if you have the <unistd.h> header file. */ 00545 #define HAVE_UNISTD_H 1 00546 00547 /* Define to 1 if you have unix sockets. */ 00548 #define HAVE_UNIX_SOCKETS 1 00549 00550 /* Define to 1 if you have the `unsetenv' function. */ 00551 #define HAVE_UNSETENV 1 00552 00553 /* Define to 1 if you have the `utime' function. */ 00554 #define HAVE_UTIME 1 00555 00556 /* Define to 1 if you have the `utimes' function. */ 00557 #define HAVE_UTIMES 1 00558 00559 /* Define to 1 if you have the <utime.h> header file. */ 00560 #define HAVE_UTIME_H 1 00561 00562 /* Define to 1 if you have the `vsnprintf' function. */ 00563 #define HAVE_VSNPRINTF 1 00564 00565 /* Define to 1 if you have the `waitpid' function. */ 00566 #define HAVE_WAITPID 1 00567 00568 /* Define to 1 if you have the <wchar.h> header file. */ 00569 #define HAVE_WCHAR_H 1 00570 00571 /* Define to 1 if you have the `wcstombs' function. */ 00572 #define HAVE_WCSTOMBS 1 00573 00574 /* Define to 1 if you have the <wctype.h> header file. */ 00575 #define HAVE_WCTYPE_H 1 00576 00577 /* Define to the appropriate snprintf format for 64-bit ints, if any. */ 00578 #define INT64_FORMAT "%lld" 00579 00580 /* Define to build with Kerberos 5 support. (--with-krb5) */ 00581 /* #undef KRB5 */ 00582 00583 /* Define to the location of locale files. */ 00584 /* #undef LOCALEDIR */ 00585 00586 /* Define as the maximum alignment requirement of any C data type. */ 00587 #define MAXIMUM_ALIGNOF 4 00588 00589 /* Define to the address where bug reports for this package should be sent. */ 00590 #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" 00591 00592 /* Define to the full name of this package. */ 00593 #define PACKAGE_NAME "PostgreSQL" 00594 00595 /* Define to the full name and version of this package. */ 00596 #define PACKAGE_STRING "PostgreSQL 8.1.4" 00597 00598 /* Define to the one symbol short name of this package. */ 00599 #define PACKAGE_TARNAME "postgresql" 00600 00601 /* Define to the version of this package. */ 00602 #define PACKAGE_VERSION "8.1.4" 00603 00604 /* Define to the name of the default PostgreSQL service principal in Kerberos. 00605 (--with-krb-srvnam=NAME) */ 00606 #define PG_KRB_SRVNAM "postgres" 00607 00608 /* PostgreSQL version */ 00609 #define PG_VERSION "8.1.4" 00610 00611 /* A string containing the version number, platform, and C compiler */ 00612 #define PG_VERSION_STR "PostgreSQL 8.1.4 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.1 20060724 (prerelease) (4.1.1-3mdk)" 00613 00614 /* Define to the necessary symbol if this constant uses a non-standard name on 00615 your system. */ 00616 /* #undef PTHREAD_CREATE_JOINABLE */ 00617 00618 /* The size of a `size_t', as computed by sizeof. */ 00619 #define SIZEOF_SIZE_T 4 00620 00621 /* The size of a `unsigned long', as computed by sizeof. */ 00622 #define SIZEOF_UNSIGNED_LONG 4 00623 00624 /* Define to 1 if you have the ANSI C header files. */ 00625 #define STDC_HEADERS 1 00626 00627 /* Define to 1 if strerror_r() returns a int. */ 00628 /* #undef STRERROR_R_INT */ 00629 00630 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00631 /* #undef TM_IN_SYS_TIME */ 00632 00633 /* Define to the appropriate snprintf format for unsigned 64-bit ints, if any. 00634 */ 00635 #define UINT64_FORMAT "%llu" 00636 00637 /* Define to 1 to build with assertion checks. (--enable-cassert) */ 00638 /* #undef USE_ASSERT_CHECKING */ 00639 00640 /* Define to 1 to build with Bonjour support. (--with-bonjour) */ 00641 /* #undef USE_BONJOUR */ 00642 00643 /* Define to 1 if you want 64-bit integer timestamp and interval support. 00644 (--enable-integer-datetimes) */ 00645 /* #undef USE_INTEGER_DATETIMES */ 00646 00647 /* Define to select named POSIX semaphores. */ 00648 /* #undef USE_NAMED_POSIX_SEMAPHORES */ 00649 00650 /* Define to 1 to build with PAM support. (--with-pam) */ 00651 /* #undef USE_PAM */ 00652 00653 /* Use replacement snprintf() functions. */ 00654 /* #undef USE_REPL_SNPRINTF */ 00655 00656 /* Define to build with (Open)SSL support. (--with-openssl) */ 00657 /* #undef USE_SSL */ 00658 00659 /* Define to select SysV-style semaphores. */ 00660 #define USE_SYSV_SEMAPHORES 1 00661 00662 /* Define to select SysV-style shared memory. */ 00663 #define USE_SYSV_SHARED_MEMORY 1 00664 00665 /* Define to select unnamed POSIX semaphores. */ 00666 /* #undef USE_UNNAMED_POSIX_SEMAPHORES */ 00667 00668 /* Number of bits in a file offset, on hosts where this is settable. */ 00669 #define _FILE_OFFSET_BITS 64 00670 00671 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 00672 /* #undef _LARGEFILE_SOURCE */ 00673 00674 /* Define for large files, on AIX-style hosts. */ 00675 /* #undef _LARGE_FILES */ 00676 00677 /* Define to empty if `const' does not conform to ANSI C. */ 00678 /* #undef const */ 00679 00680 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 00681 if it is not supported. */ 00682 /* #undef inline */ 00683 00684 /* Define to empty if the C compiler does not understand signed types. */ 00685 /* #undef signed */ 00686 00687 /* Define to empty if the keyword `volatile' does not work. Warning: valid 00688 code using `volatile' can become incorrect without. Disable with care. */ 00689 /* #undef volatile */ 00690 00691 #endif /* __MINGW32__ */ 00692