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