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