00001 /* include/config.h. Generated from config.h.in by configure. */ 00002 /* include/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define if building universal (internal helper macro) */ 00005 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 00006 00007 /* Define to 1 if you need BSD_COMP defined to get FIONBIO defined. */ 00008 /* #undef BSD_COMP */ 00009 00010 /* Define to enable work in progress code */ 00011 /* #undef ENABLE_DEVELOPING */ 00012 00013 /* Define to enable extra checks on code */ 00014 /* #undef ENABLE_EXTRA_CHECKS */ 00015 00016 /* Defined if --enable-krb5 used and library detected */ 00017 /* #undef ENABLE_KRB5 */ 00018 00019 /* Define to enable ODBC wide string support */ 00020 #define ENABLE_ODBC_WIDE 1 00021 00022 /* Define to 1 if you have the `alarm' function. */ 00023 #define HAVE_ALARM 1 00024 00025 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00026 #define HAVE_ARPA_INET_H 1 00027 00028 /* Define to 1 if you have the `asprintf' function. */ 00029 #define HAVE_ASPRINTF 1 00030 00031 /* Define to 1 if you have the `atoll' function. */ 00032 #define HAVE_ATOLL 1 00033 00034 /* Define to 1 if you have the `basename' function. */ 00035 #define HAVE_BASENAME 1 00036 00037 /* Define if you have the clock_gettime function. */ 00038 #define HAVE_CLOCK_GETTIME 1 00039 00040 /* Define to 1 if you have the <com_err.h> header file. */ 00041 /* #undef HAVE_COM_ERR_H */ 00042 00043 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if 00044 you don't. */ 00045 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */ 00046 00047 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. 00048 */ 00049 /* #undef HAVE_DECL_TZNAME */ 00050 00051 /* Define if you have the GNU dld library. */ 00052 /* #undef HAVE_DLD */ 00053 00054 /* Define to 1 if you have the `dlerror' function. */ 00055 #define HAVE_DLERROR 1 00056 00057 /* Define to 1 if you have the <dlfcn.h> header file. */ 00058 #define HAVE_DLFCN_H 1 00059 00060 /* Define if you have the _dyld_func_lookup function. */ 00061 /* #undef HAVE_DYLD */ 00062 00063 /* Define to 1 if you have the <errno.h> header file. */ 00064 #define HAVE_ERRNO_H 1 00065 00066 /* Define to 1 if you have the `error_message' function. */ 00067 /* #undef HAVE_ERROR_MESSAGE */ 00068 00069 /* Define to 1 if you have the `fork' function. */ 00070 #define HAVE_FORK 1 00071 00072 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 00073 #define HAVE_FSEEKO 1 00074 00075 /* Define to 1 if you have the `fstat' function. */ 00076 #define HAVE_FSTAT 1 00077 00078 /* Define to 1 if your system provides the 5-parameter version of 00079 gethostbyaddr_r(). */ 00080 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_5 */ 00081 00082 /* Define to 1 if your system provides the 7-parameter version of 00083 gethostbyaddr_r(). */ 00084 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_7 */ 00085 00086 /* Define to 1 if your system provides the 8-parameter version of 00087 gethostbyaddr_r(). */ 00088 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_8 */ 00089 00090 /* Define to 1 if your system provides the 3-parameter version of 00091 gethostbyname_r(). */ 00092 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */ 00093 00094 /* Define to 1 if your system provides the 5-parameter version of 00095 gethostbyname_r(). */ 00096 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */ 00097 00098 /* Define to 1 if your system provides the 6-parameter version of 00099 gethostbyname_r(). */ 00100 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_6 */ 00101 00102 /* Define to 1 if your system provides the 4-parameter version of 00103 getpwuid_r(). */ 00104 /* #undef HAVE_FUNC_GETPWUID_R_4 */ 00105 00106 /* Define to 1 if your system getpwuid_r() have 4 parameters and return struct 00107 passwd*. */ 00108 /* #undef HAVE_FUNC_GETPWUID_R_4_PW */ 00109 00110 /* Define to 1 if your system provides the 5-parameter version of 00111 getpwuid_r(). */ 00112 #define HAVE_FUNC_GETPWUID_R_5 1 00113 00114 /* Define to 1 if your system provides the 4-parameter version of 00115 getservbyname_r(). */ 00116 /* #undef HAVE_FUNC_GETSERVBYNAME_R_4 */ 00117 00118 /* Define to 1 if your system provides the 5-parameter version of 00119 getservbyname_r(). */ 00120 /* #undef HAVE_FUNC_GETSERVBYNAME_R_5 */ 00121 00122 /* Define to 1 if your system provides the 6-parameter version of 00123 getservbyname_r(). */ 00124 #define HAVE_FUNC_GETSERVBYNAME_R_6 1 00125 00126 /* Define to 1 if your localtime_r return a int. */ 00127 /* #undef HAVE_FUNC_LOCALTIME_R_INT */ 00128 00129 /* Define to 1 if your localtime_r return a struct tm*. */ 00130 #define HAVE_FUNC_LOCALTIME_R_TM 1 00131 00132 /* Define to 1 if you have the `getaddrinfo' function. */ 00133 #define HAVE_GETADDRINFO 1 00134 00135 /* Define to 1 if you have the `gethostname' function. */ 00136 #define HAVE_GETHOSTNAME 1 00137 00138 /* Define to 1 if you have the `gethrtime' function. */ 00139 /* #undef HAVE_GETHRTIME */ 00140 00141 /* Define to 1 if you have the `getipnodebyaddr' function. */ 00142 /* #undef HAVE_GETIPNODEBYADDR */ 00143 00144 /* Define to 1 if you have the `getipnodebyname' function. */ 00145 /* #undef HAVE_GETIPNODEBYNAME */ 00146 00147 /* Define to 1 if you have the `getnameinfo' function. */ 00148 #define HAVE_GETNAMEINFO 1 00149 00150 /* Define to 1 if you have the `getopt' function. */ 00151 #define HAVE_GETOPT 1 00152 00153 /* Define to 1 if you have the <getopt.h> header file. */ 00154 #define HAVE_GETOPT_H 1 00155 00156 /* Define if your getopt(3) defines and uses optreset */ 00157 #define HAVE_GETOPT_OPTRESET 1 00158 00159 /* Define to 1 if you have the `getpwuid' function. */ 00160 #define HAVE_GETPWUID 1 00161 00162 /* Define to 1 if you have the `getpwuid_r' function. */ 00163 #define HAVE_GETPWUID_R 1 00164 00165 /* Define to 1 if you have the `gettimeofday' function. */ 00166 #define HAVE_GETTIMEOFDAY 1 00167 00168 /* Define to 1 if you have the `getuid' function. */ 00169 #define HAVE_GETUID 1 00170 00171 /* Define to 1 if you have GNU tls. */ 00172 /* #undef HAVE_GNUTLS */ 00173 00174 /* Define to 1 if you have the `gnutls_record_disable_padding' function. */ 00175 /* #undef HAVE_GNUTLS_RECORD_DISABLE_PADDING */ 00176 00177 /* Define if you have the iconv() function. */ 00178 #define HAVE_ICONV 1 00179 00180 /* Define to 1 if you have the `inet_ntoa_r' function. */ 00181 /* #undef HAVE_INET_NTOA_R */ 00182 00183 /* Define to 1 if you have the `inet_ntop' function. */ 00184 #define HAVE_INET_NTOP 1 00185 00186 /* Define to 1 if you have a 64-bit integral type. */ 00187 #define HAVE_INT64 1 00188 00189 /* Define to 1 if you have the <inttypes.h> header file. */ 00190 #define HAVE_INTTYPES_H 1 00191 00192 /* Define to 1 if you have the <iodbcinst.h> header file. */ 00193 /* #undef HAVE_IODBCINST_H */ 00194 00195 /* Define to 1 if you have the <langinfo.h> header file. */ 00196 #define HAVE_LANGINFO_H 1 00197 00198 /* Define if you have the libdl library or equivalent. */ 00199 #define HAVE_LIBDL 1 00200 00201 /* Define if libdlloader will be built on this platform */ 00202 #define HAVE_LIBDLLOADER 1 00203 00204 /* Define to 1 if you have the <libgen.h> header file. */ 00205 #define HAVE_LIBGEN_H 1 00206 00207 /* Define to 1 if you have the <limits.h> header file. */ 00208 #define HAVE_LIMITS_H 1 00209 00210 /* Define to 1 if you have the `locale_charset' function. */ 00211 /* #undef HAVE_LOCALE_CHARSET */ 00212 00213 /* Define to 1 if you have the <locale.h> header file. */ 00214 #define HAVE_LOCALE_H 1 00215 00216 /* Define to 1 if you have the `localtime_r' function. */ 00217 #define HAVE_LOCALTIME_R 1 00218 00219 /* Define to 1 if your system provides the malloc_options variable. */ 00220 /* #undef HAVE_MALLOC_OPTIONS */ 00221 00222 /* Define to 1 if you have the <memory.h> header file. */ 00223 #define HAVE_MEMORY_H 1 00224 00225 /* Define to 1 if you have the <netdb.h> header file. */ 00226 #define HAVE_NETDB_H 1 00227 00228 /* Define to 1 if you have the <netinet/in.h> header file. */ 00229 #define HAVE_NETINET_IN_H 1 00230 00231 /* Define to 1 if you have the <netinet/tcp.h> header file. */ 00232 #define HAVE_NETINET_TCP_H 1 00233 00234 /* Define to 1 if you have the `nl_langinfo' function. */ 00235 #define HAVE_NL_LANGINFO 1 00236 00237 /* Define to 1 if you have the <odbcss.h> header file. */ 00238 /* #undef HAVE_ODBCSS_H */ 00239 00240 /* Define if you have the OpenSSL. */ 00241 /* #undef HAVE_OPENSSL */ 00242 00243 /* Define to 1 if you have the <paths.h> header file. */ 00244 #define HAVE_PATHS_H 1 00245 00246 /* Define to 1 if you have the `poll' function. */ 00247 #define HAVE_POLL 1 00248 00249 /* Define to 1 if you have the <poll.h> header file. */ 00250 #define HAVE_POLL_H 1 00251 00252 /* Define if you have POSIX threads libraries and header files. */ 00253 #define HAVE_PTHREAD 1 00254 00255 /* Define to 1 if you have the `pthread_cond_timedwait' function. */ 00256 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT */ 00257 00258 /* Define to 1 if you have the `putenv' function. */ 00259 #define HAVE_PUTENV 1 00260 00261 /* Define to 1 if you have the GNU Readline library. */ 00262 /* #undef HAVE_READLINE */ 00263 00264 /* Define to 1 if you have the `readpassphrase' function. */ 00265 /* #undef HAVE_READPASSPHRASE */ 00266 00267 /* Define to 1 if you have the <readpassphrase.h> header file. */ 00268 /* #undef HAVE_READPASSPHRASE_H */ 00269 00270 /* Define to 1 if you have rl_inhibit_completion. */ 00271 /* #undef HAVE_RL_INHIBIT_COMPLETION */ 00272 00273 /* Define to 1 if you have the `rl_on_new_line' function. */ 00274 /* #undef HAVE_RL_ON_NEW_LINE */ 00275 00276 /* Define to 1 if you have the `rl_reset_line_state' function. */ 00277 /* #undef HAVE_RL_RESET_LINE_STATE */ 00278 00279 /* Define to 1 if you have the <roken.h> header file. */ 00280 /* #undef HAVE_ROKEN_H */ 00281 00282 /* Define to 1 if you have the `setenv' function. */ 00283 #define HAVE_SETENV 1 00284 00285 /* Define to 1 if you have the `setitimer' function. */ 00286 #define HAVE_SETITIMER 1 00287 00288 /* Define to 1 if you have the `setrlimit' function. */ 00289 #define HAVE_SETRLIMIT 1 00290 00291 /* Define if you have the shl_load function. */ 00292 /* #undef HAVE_SHL_LOAD */ 00293 00294 /* Define to 1 if you have the <signal.h> header file. */ 00295 #define HAVE_SIGNAL_H 1 00296 00297 /* Define to 1 if you have the `socketpair' function. */ 00298 #define HAVE_SOCKETPAIR 1 00299 00300 /* Define to 1 if you have the SQLGetPrivateProfileString function. */ 00301 /* #undef HAVE_SQLGETPRIVATEPROFILESTRING */ 00302 00303 /* Define if sqltypes.h define SQLLEN */ 00304 /* #undef HAVE_SQLLEN */ 00305 00306 /* Define to 1 if the system has the type `SQLROWOFFSET'. */ 00307 /* #undef HAVE_SQLROWOFFSET */ 00308 00309 /* Define to 1 if the system has the type `SQLROWSETSIZE'. */ 00310 /* #undef HAVE_SQLROWSETSIZE */ 00311 00312 /* Define to 1 if the system has the type `SQLSETPOSIROW'. */ 00313 /* #undef HAVE_SQLSETPOSIROW */ 00314 00315 /* Define to 1 if you have the <sql.h> header file. */ 00316 /* #undef HAVE_SQL_H */ 00317 00318 /* Defined if not --disable-sspi and SSPI detected */ 00319 /* #undef HAVE_SSPI */ 00320 00321 /* Define to 1 if you have the <stddef.h> header file. */ 00322 #define HAVE_STDDEF_H 1 00323 00324 /* Define to 1 if you have the <stdint.h> header file. */ 00325 #define HAVE_STDINT_H 1 00326 00327 /* Define to 1 if you have the <stdlib.h> header file. */ 00328 #define HAVE_STDLIB_H 1 00329 00330 /* Define to 1 if you have the <strings.h> header file. */ 00331 #define HAVE_STRINGS_H 1 00332 00333 /* Define to 1 if you have the <string.h> header file. */ 00334 #define HAVE_STRING_H 1 00335 00336 /* Define to 1 if you have the `strlcat' function. */ 00337 #define HAVE_STRLCAT 1 00338 00339 /* Define to 1 if you have the `strlcpy' function. */ 00340 #define HAVE_STRLCPY 1 00341 00342 /* Define to 1 if you have the `strsep' function. */ 00343 #define HAVE_STRSEP 1 00344 00345 /* Define to 1 if you have the `strtok_r' function. */ 00346 #define HAVE_STRTOK_R 1 00347 00348 /* Define to 1 if `tm_zone' is a member of `struct tm'. */ 00349 #define HAVE_STRUCT_TM_TM_ZONE 1 00350 00351 /* Define to 1 if `__tm_zone' is a member of `struct tm'. */ 00352 /* #undef HAVE_STRUCT_TM___TM_ZONE */ 00353 00354 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00355 #define HAVE_SYS_IOCTL_H 1 00356 00357 /* Define to 1 if you have the <sys/param.h> header file. */ 00358 #define HAVE_SYS_PARAM_H 1 00359 00360 /* Define to 1 if you have the <sys/resource.h> header file. */ 00361 #define HAVE_SYS_RESOURCE_H 1 00362 00363 /* Define to 1 if you have the <sys/select.h> header file. */ 00364 #define HAVE_SYS_SELECT_H 1 00365 00366 /* Define to 1 if you have the <sys/socket.h> header file. */ 00367 #define HAVE_SYS_SOCKET_H 1 00368 00369 /* Define to 1 if you have the <sys/stat.h> header file. */ 00370 #define HAVE_SYS_STAT_H 1 00371 00372 /* Define to 1 if you have the <sys/time.h> header file. */ 00373 #define HAVE_SYS_TIME_H 1 00374 00375 /* Define to 1 if you have the <sys/types.h> header file. */ 00376 #define HAVE_SYS_TYPES_H 1 00377 00378 /* Define to 1 if you have the <sys/wait.h> header file. */ 00379 #define HAVE_SYS_WAIT_H 1 00380 00381 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use 00382 `HAVE_STRUCT_TM_TM_ZONE' instead. */ 00383 #define HAVE_TM_ZONE 1 00384 00385 /* Define to 1 if you don't have `tm_zone' but do have the external array 00386 `tzname'. */ 00387 /* #undef HAVE_TZNAME */ 00388 00389 /* Define to 1 if you have the <unistd.h> header file. */ 00390 #define HAVE_UNISTD_H 1 00391 00392 /* Define to 1 if you have the `vasprintf' function. */ 00393 #define HAVE_VASPRINTF 1 00394 00395 /* Define to 1 if you have the `vsnprintf' function. */ 00396 #define HAVE_VSNPRINTF 1 00397 00398 /* Define to 1 if you have the <wchar.h> header file. */ 00399 #define HAVE_WCHAR_H 1 00400 00401 /* Define to 1 if you have the <windows.h> header file. */ 00402 /* #undef HAVE_WINDOWS_H */ 00403 00404 /* Define to 1 if you have the `_fseeki64' function. */ 00405 /* #undef HAVE__FSEEKI64 */ 00406 00407 /* Define to 1 if you have the `_ftelli64' function. */ 00408 /* #undef HAVE__FTELLI64 */ 00409 00410 /* Define to 1 if you have the `_lseeki64' function. */ 00411 /* #undef HAVE__LSEEKI64 */ 00412 00413 /* Define to 1 if you have the `_telli64' function. */ 00414 /* #undef HAVE__TELLI64 */ 00415 00416 /* Define to 1 if you have the `_vsnprintf' function. */ 00417 #define HAVE__VSNPRINTF 1 00418 00419 /* Define to 1 if you have the `_xpg_accept' function. */ 00420 /* #undef HAVE__XPG_ACCEPT */ 00421 00422 /* Define to 1 if you have the `_xpg_getpeername' function. */ 00423 /* #undef HAVE__XPG_GETPEERNAME */ 00424 00425 /* Define to 1 if you have the `_xpg_getsockname' function. */ 00426 /* #undef HAVE__XPG_GETSOCKNAME */ 00427 00428 /* Define to 1 if you have the `_xpg_getsockopt' function. */ 00429 /* #undef HAVE__XPG_GETSOCKOPT */ 00430 00431 /* Define to 1 if you have the `_xpg_recvfrom' function. */ 00432 /* #undef HAVE__XPG_RECVFROM */ 00433 00434 /* Define to 1 if you have the `__accept' function. */ 00435 /* #undef HAVE___ACCEPT */ 00436 00437 /* Define to 1 if you have the `__getpeername' function. */ 00438 /* #undef HAVE___GETPEERNAME */ 00439 00440 /* Define to 1 if you have the `__getsockname' function. */ 00441 /* #undef HAVE___GETSOCKNAME */ 00442 00443 /* Define to 1 if you have the `__getsockopt' function. */ 00444 /* #undef HAVE___GETSOCKOPT */ 00445 00446 /* Define to 1 if you have the `__recvfrom' function. */ 00447 /* #undef HAVE___RECVFROM */ 00448 00449 /* Define as const if the declaration of iconv() needs const. */ 00450 #define ICONV_CONST const 00451 00452 /* Define to value of INADDR_NONE if not provided by your system header files. 00453 */ 00454 /* #undef INADDR_NONE */ 00455 00456 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00457 */ 00458 #define LT_OBJDIR ".libs/" 00459 00460 /* Define to 1 if the BSD-style netdb interface is reentrant. */ 00461 /* #undef NETDB_REENTRANT */ 00462 00463 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00464 /* #undef NO_MINUS_C_MINUS_O */ 00465 00466 /* Define to 1 if memset(0) sets pointers to NULL. */ 00467 #define NULL_REP_IS_ZERO_BYTES 1 00468 00469 /* Name of package */ 00470 #define PACKAGE "freetds" 00471 00472 /* Define to the address where bug reports for this package should be sent. */ 00473 #define PACKAGE_BUGREPORT "" 00474 00475 /* Define to the full name of this package. */ 00476 #define PACKAGE_NAME "FreeTDS" 00477 00478 /* Define to the full name and version of this package. */ 00479 #define PACKAGE_STRING "FreeTDS 0.92.405" 00480 00481 /* Define to the one symbol short name of this package. */ 00482 #define PACKAGE_TARNAME "freetds" 00483 00484 /* Define to the home page for this package. */ 00485 #define PACKAGE_URL "" 00486 00487 /* Define to the version of this package. */ 00488 #define PACKAGE_VERSION "0.92.405" 00489 00490 /* Define to necessary symbol if this constant uses a non-standard name on 00491 your system. */ 00492 /* #undef PTHREAD_CREATE_JOINABLE */ 00493 00494 /* The size of `char', as computed by sizeof. */ 00495 #define SIZEOF_CHAR 1 00496 00497 /* The size of `double', as computed by sizeof. */ 00498 #define SIZEOF_DOUBLE 8 00499 00500 /* The size of `float', as computed by sizeof. */ 00501 #define SIZEOF_FLOAT 4 00502 00503 /* The size of `int', as computed by sizeof. */ 00504 #define SIZEOF_INT 4 00505 00506 /* The size of `long', as computed by sizeof. */ 00507 #define SIZEOF_LONG 8 00508 00509 /* The size of `long double', as computed by sizeof. */ 00510 #define SIZEOF_LONG_DOUBLE 16 00511 00512 /* The size of `long long', as computed by sizeof. */ 00513 #define SIZEOF_LONG_LONG 8 00514 00515 /* The size of `short', as computed by sizeof. */ 00516 #define SIZEOF_SHORT 2 00517 00518 /* The size of `SQLWCHAR', as computed by sizeof. */ 00519 #define SIZEOF_SQLWCHAR 0 00520 00521 /* The size of `void *', as computed by sizeof. */ 00522 #define SIZEOF_VOID_P 8 00523 00524 /* The size of `wchar_t', as computed by sizeof. */ 00525 #define SIZEOF_WCHAR_T 4 00526 00527 /* The size of `__int64', as computed by sizeof. */ 00528 #define SIZEOF___INT64 0 00529 00530 /* Define to 1 if you have the ANSI C header files. */ 00531 #define STDC_HEADERS 1 00532 00533 /* Define to use TDS 4.2 by default */ 00534 /* #undef TDS42 */ 00535 00536 /* Define to use TDS 4.6 by default */ 00537 /* #undef TDS46 */ 00538 00539 /* Define to use TDS 5.0 by default */ 00540 #define TDS50 1 00541 00542 /* Define to use TDS 7.0 by default */ 00543 /* #undef TDS70 */ 00544 00545 /* Define to use TDS 7.1 by default */ 00546 /* #undef TDS71 */ 00547 00548 /* Define to 1 if your compiler supports __attribute__((destructor)). */ 00549 #define TDS_ATTRIBUTE_DESTRUCTOR 1 00550 00551 /* define to constant to use for clock_gettime */ 00552 #define TDS_GETTIMEMILLI_CONST CLOCK_MONOTONIC 00553 00554 /* Define if you have pthread with mutex support */ 00555 #define TDS_HAVE_PTHREAD_MUTEX 1 00556 00557 /* define to format string used for 64bit integers */ 00558 #define TDS_I64_FORMAT "ld" 00559 00560 /* Define if you don't care about thread safety */ 00561 /* #undef TDS_NO_THREADSAFE */ 00562 00563 /* Define to 1 if last argument of SQLColAttribute it's SQLLEN * */ 00564 /* #undef TDS_SQLCOLATTRIBUTE_SQLLEN */ 00565 00566 /* Define to 1 if SQLParamOptions accept SQLULEN as arguments */ 00567 /* #undef TDS_SQLPARAMOPTIONS_SQLLEN */ 00568 00569 /* Defined if --enable-sybase-compat used */ 00570 /* #undef TDS_SYBASE_COMPAT */ 00571 00572 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00573 #define TIME_WITH_SYS_TIME 1 00574 00575 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00576 /* #undef TM_IN_SYS_TIME */ 00577 00578 /* Enable extensions on AIX 3, Interix. */ 00579 #ifndef _ALL_SOURCE 00580 # define _ALL_SOURCE 1 00581 #endif 00582 /* Enable GNU extensions on systems that have them. */ 00583 #ifndef _GNU_SOURCE 00584 # define _GNU_SOURCE 1 00585 #endif 00586 /* Enable threading extensions on Solaris. */ 00587 #ifndef _POSIX_PTHREAD_SEMANTICS 00588 # define _POSIX_PTHREAD_SEMANTICS 1 00589 #endif 00590 /* Enable extensions on HP NonStop. */ 00591 #ifndef _TANDEM_SOURCE 00592 # define _TANDEM_SOURCE 1 00593 #endif 00594 /* Enable general extensions on Solaris. */ 00595 #ifndef __EXTENSIONS__ 00596 # define __EXTENSIONS__ 1 00597 #endif 00598 00599 00600 /* Version number of package */ 00601 #define VERSION "0.92.405" 00602 00603 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00604 significant byte first (like Motorola and SPARC, unlike Intel). */ 00605 #if defined AC_APPLE_UNIVERSAL_BUILD 00606 # if defined __BIG_ENDIAN__ 00607 # define WORDS_BIGENDIAN 1 00608 # endif 00609 #else 00610 # ifndef WORDS_BIGENDIAN 00611 /* # undef WORDS_BIGENDIAN */ 00612 # endif 00613 #endif 00614 00615 /* Number of bits in a file offset, on hosts where this is settable. */ 00616 /* #undef _FILE_OFFSET_BITS */ 00617 00618 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 00619 /* #undef _LARGEFILE_SOURCE */ 00620 00621 /* Define for large files, on AIX-style hosts. */ 00622 /* #undef _LARGE_FILES */ 00623 00624 /* Define to 1 if on MINIX. */ 00625 /* #undef _MINIX */ 00626 00627 /* Define to 2 if the system does not provide POSIX.1 features except with 00628 this defined. */ 00629 /* #undef _POSIX_1_SOURCE */ 00630 00631 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00632 /* #undef _POSIX_SOURCE */ 00633 00634 /* Define to empty if `const' does not conform to ANSI C. */ 00635 /* #undef const */ 00636 00637 /* Define to `__inline__' or `__inline' if that's what the C compiler 00638 calls it, or to nothing if 'inline' is not supported under any name. */ 00639 #ifndef __cplusplus 00640 /* #undef inline */ 00641 #endif 00642 00643 /* type to use in place of socklen_t if not defined */ 00644 /* #undef socklen_t */