include/config.h

00001 /* include/config.h.  Generated by configure.  */
00002 /* include/config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to 1 if you need BSD_COMP defined to get FIONBIO defined. */
00005 /* #undef BSD_COMP */
00006 
00007 /* Define to enable work in progress code */
00008 /* #undef ENABLE_DEVELOPING */
00009 
00010 /* Define to enable extra checks on code */
00011 /* #undef ENABLE_EXTRA_CHECKS */
00012 
00013 /* Defined if --enable-krb5 used and library detected */
00014 /* #undef ENABLE_KRB5 */
00015 
00016 /* Define to 1 if you have the `alarm' function. */
00017 #define HAVE_ALARM 1
00018 
00019 /* Define to 1 if you have the <arpa/inet.h> header file. */
00020 #define HAVE_ARPA_INET_H 1
00021 
00022 /* Define to 1 if you have the `asprintf' function. */
00023 #define HAVE_ASPRINTF 1
00024 
00025 /* Define to 1 if you have the `atoll' function. */
00026 #define HAVE_ATOLL 1
00027 
00028 /* Define to 1 if you have the `basename' function. */
00029 #define HAVE_BASENAME 1
00030 
00031 /* Define if you have the clock_gettime function. */
00032 #define HAVE_CLOCK_GETTIME 1
00033 
00034 /* Define to 1 if you have the <dlfcn.h> header file. */
00035 #define HAVE_DLFCN_H 1
00036 
00037 /* Define to 1 if you have the <errno.h> header file. */
00038 #define HAVE_ERRNO_H 1
00039 
00040 /* Define to 1 if you have the `fork' function. */
00041 #define HAVE_FORK 1
00042 
00043 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
00044 #define HAVE_FSEEKO 1
00045 
00046 /* Define to 1 if you have the `fstat' function. */
00047 #define HAVE_FSTAT 1
00048 
00049 /* Define to 1 if your system provides the 5-parameter version of
00050    gethostbyaddr_r(). */
00051 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_5 */
00052 
00053 /* Define to 1 if your system provides the 7-parameter version of
00054    gethostbyaddr_r(). */
00055 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_7 */
00056 
00057 /* Define to 1 if your system provides the 8-parameter version of
00058    gethostbyaddr_r(). */
00059 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_8 */
00060 
00061 /* Define to 1 if your system provides the 3-parameter version of
00062    gethostbyname_r(). */
00063 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */
00064 
00065 /* Define to 1 if your system provides the 5-parameter version of
00066    gethostbyname_r(). */
00067 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */
00068 
00069 /* Define to 1 if your system provides the 6-parameter version of
00070    gethostbyname_r(). */
00071 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_6 */
00072 
00073 /* Define to 1 if your system provides the 4-parameter version of
00074    getpwuid_r(). */
00075 /* #undef HAVE_FUNC_GETPWUID_R_4 */
00076 
00077 /* Define to 1 if your system getpwuid_r() have 4 parameters and return struct
00078    passwd*. */
00079 /* #undef HAVE_FUNC_GETPWUID_R_4_PW */
00080 
00081 /* Define to 1 if your system provides the 5-parameter version of
00082    getpwuid_r(). */
00083 #define HAVE_FUNC_GETPWUID_R_5 1
00084 
00085 /* Define to 1 if your system provides the 4-parameter version of
00086    getservbyname_r(). */
00087 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
00088 
00089 /* Define to 1 if your system provides the 5-parameter version of
00090    getservbyname_r(). */
00091 /* #undef HAVE_FUNC_GETSERVBYNAME_R_5 */
00092 
00093 /* Define to 1 if your system provides the 6-parameter version of
00094    getservbyname_r(). */
00095 /* #undef HAVE_FUNC_GETSERVBYNAME_R_6 */
00096 
00097 /* Define to 1 if your localtime_r return a int. */
00098 /* #undef HAVE_FUNC_LOCALTIME_R_INT */
00099 
00100 /* Define to 1 if your localtime_r return a struct tm*. */
00101 #define HAVE_FUNC_LOCALTIME_R_TM 1
00102 
00103 /* Define to 1 if you have the `getaddrinfo' function. */
00104 #define HAVE_GETADDRINFO 1
00105 
00106 /* Define to 1 if you have the `gethostname' function. */
00107 #define HAVE_GETHOSTNAME 1
00108 
00109 /* Define to 1 if you have the `gethrtime' function. */
00110 /* #undef HAVE_GETHRTIME */
00111 
00112 /* Define to 1 if you have the `getipnodebyaddr' function. */
00113 /* #undef HAVE_GETIPNODEBYADDR */
00114 
00115 /* Define to 1 if you have the `getipnodebyname' function. */
00116 /* #undef HAVE_GETIPNODEBYNAME */
00117 
00118 /* Define to 1 if you have the `getnameinfo' function. */
00119 #define HAVE_GETNAMEINFO 1
00120 
00121 /* Define to 1 if you have the <getopt.h> header file. */
00122 #define HAVE_GETOPT_H 1
00123 
00124 /* Define if your getopt(3) defines and uses optreset */
00125 #define HAVE_GETOPT_OPTRESET 1
00126 
00127 /* Define to 1 if you have the `getpwuid' function. */
00128 #define HAVE_GETPWUID 1
00129 
00130 /* Define to 1 if you have the `getpwuid_r' function. */
00131 #define HAVE_GETPWUID_R 1
00132 
00133 /* Define to 1 if you have the `gettimeofday' function. */
00134 #define HAVE_GETTIMEOFDAY 1
00135 
00136 /* Define to 1 if you have the `getuid' function. */
00137 #define HAVE_GETUID 1
00138 
00139 /* Define to 1 if you have GNU tls. */
00140 #define HAVE_GNUTLS 1
00141 
00142 /* Define if you have the iconv() function. */
00143 #define HAVE_ICONV 1
00144 
00145 /* Define to 1 if you have the `inet_ntoa_r' function. */
00146 /* #undef HAVE_INET_NTOA_R */
00147 
00148 /* Define to 1 if you have the `inet_ntop' function. */
00149 #define HAVE_INET_NTOP 1
00150 
00151 /* Define to 1 if you have a 64-bit integral type. */
00152 #define HAVE_INT64 1
00153 
00154 /* Define to 1 if you have the <inttypes.h> header file. */
00155 #define HAVE_INTTYPES_H 1
00156 
00157 /* Define to 1 if you have the <iodbcinst.h> header file. */
00158 #define HAVE_IODBCINST_H 1
00159 
00160 /* Define to 1 if you have the <langinfo.h> header file. */
00161 #define HAVE_LANGINFO_H 1
00162 
00163 /* Define to 1 if you have the <libgen.h> header file. */
00164 #define HAVE_LIBGEN_H 1
00165 
00166 /* Define to 1 if you have the <limits.h> header file. */
00167 #define HAVE_LIMITS_H 1
00168 
00169 /* Define to 1 if you have the `locale_charset' function. */
00170 /* #undef HAVE_LOCALE_CHARSET */
00171 
00172 /* Define to 1 if you have the <locale.h> header file. */
00173 #define HAVE_LOCALE_H 1
00174 
00175 /* Define to 1 if you have the `localtime_r' function. */
00176 #define HAVE_LOCALTIME_R 1
00177 
00178 /* Define to 1 if your system provides the malloc_options variable. */
00179 #define HAVE_MALLOC_OPTIONS 1
00180 
00181 /* Define to 1 if you have the <memory.h> header file. */
00182 #define HAVE_MEMORY_H 1
00183 
00184 /* Define to 1 if you have the <netdb.h> header file. */
00185 #define HAVE_NETDB_H 1
00186 
00187 /* Define to 1 if you have the <netinet/in.h> header file. */
00188 #define HAVE_NETINET_IN_H 1
00189 
00190 /* Define to 1 if you have the <netinet/tcp.h> header file. */
00191 #define HAVE_NETINET_TCP_H 1
00192 
00193 /* Define to 1 if you have the `nl_langinfo' function. */
00194 #define HAVE_NL_LANGINFO 1
00195 
00196 /* Define to 1 if you have the <odbcss.h> header file. */
00197 /* #undef HAVE_ODBCSS_H */
00198 
00199 /* Define if you have the OpenSSL. */
00200 /* #undef HAVE_OPENSSL */
00201 
00202 /* Define to 1 if you have the <paths.h> header file. */
00203 #define HAVE_PATHS_H 1
00204 
00205 /* Define to 1 if you have the `poll' function. */
00206 #define HAVE_POLL 1
00207 
00208 /* Define to 1 if you have the <poll.h> header file. */
00209 #define HAVE_POLL_H 1
00210 
00211 /* Define if you have POSIX threads libraries and header files. */
00212 #define HAVE_PTHREAD 1
00213 
00214 /* Define to 1 if you have the `putenv' function. */
00215 #define HAVE_PUTENV 1
00216 
00217 /* Define to 1 if you have the GNU Readline library. */
00218 #define HAVE_READLINE 1
00219 
00220 /* Define to 1 if you have the `readpassphrase' function. */
00221 #define HAVE_READPASSPHRASE 1
00222 
00223 /* Define to 1 if you have the <readpassphrase.h> header file. */
00224 #define HAVE_READPASSPHRASE_H 1
00225 
00226 /* Define to 1 if you have rl_inhibit_completion. */
00227 #define HAVE_RL_INHIBIT_COMPLETION 1
00228 
00229 /* Define to 1 if you have the `rl_on_new_line' function. */
00230 #define HAVE_RL_ON_NEW_LINE 1
00231 
00232 /* Define to 1 if you have the `rl_reset_line_state' function. */
00233 #define HAVE_RL_RESET_LINE_STATE 1
00234 
00235 /* Define to 1 if you have the `setenv' function. */
00236 #define HAVE_SETENV 1
00237 
00238 /* Define to 1 if you have the `setitimer' function. */
00239 #define HAVE_SETITIMER 1
00240 
00241 /* Define to 1 if you have the <signal.h> header file. */
00242 #define HAVE_SIGNAL_H 1
00243 
00244 /* Define to 1 if you have the SQLGetPrivateProfileString function. */
00245 #define HAVE_SQLGETPRIVATEPROFILESTRING 1
00246 
00247 /* Define if sqltypes.h define SQLLEN */
00248 #define HAVE_SQLLEN 1
00249 
00250 /* Define to 1 if the system has the type `SQLROWOFFSET'. */
00251 #define HAVE_SQLROWOFFSET 1
00252 
00253 /* Define to 1 if the system has the type `SQLROWSETSIZE'. */
00254 #define HAVE_SQLROWSETSIZE 1
00255 
00256 /* Define to 1 if the system has the type `SQLSETPOSIROW'. */
00257 #define HAVE_SQLSETPOSIROW 1
00258 
00259 /* Define to 1 if you have the <stdint.h> header file. */
00260 #define HAVE_STDINT_H 1
00261 
00262 /* Define to 1 if you have the <stdlib.h> header file. */
00263 #define HAVE_STDLIB_H 1
00264 
00265 /* Define to 1 if you have the <strings.h> header file. */
00266 #define HAVE_STRINGS_H 1
00267 
00268 /* Define to 1 if you have the <string.h> header file. */
00269 #define HAVE_STRING_H 1
00270 
00271 /* Define to 1 if you have the `strlcat' function. */
00272 #define HAVE_STRLCAT 1
00273 
00274 /* Define to 1 if you have the `strlcpy' function. */
00275 #define HAVE_STRLCPY 1
00276 
00277 /* Define to 1 if you have the `strtok_r' function. */
00278 #define HAVE_STRTOK_R 1
00279 
00280 /* Define to 1 if `tm_zone' is member of `struct tm'. */
00281 #define HAVE_STRUCT_TM_TM_ZONE 1
00282 
00283 /* Define to 1 if `__tm_zone' is member of `struct tm'. */
00284 /* #undef HAVE_STRUCT_TM___TM_ZONE */
00285 
00286 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00287 #define HAVE_SYS_IOCTL_H 1
00288 
00289 /* Define to 1 if you have the <sys/param.h> header file. */
00290 #define HAVE_SYS_PARAM_H 1
00291 
00292 /* Define to 1 if you have the <sys/socket.h> header file. */
00293 #define HAVE_SYS_SOCKET_H 1
00294 
00295 /* Define to 1 if you have the <sys/stat.h> header file. */
00296 #define HAVE_SYS_STAT_H 1
00297 
00298 /* Define to 1 if you have the <sys/time.h> header file. */
00299 #define HAVE_SYS_TIME_H 1
00300 
00301 /* Define to 1 if you have the <sys/types.h> header file. */
00302 #define HAVE_SYS_TYPES_H 1
00303 
00304 /* Define to 1 if you have the <sys/wait.h> header file. */
00305 #define HAVE_SYS_WAIT_H 1
00306 
00307 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
00308    `HAVE_STRUCT_TM_TM_ZONE' instead. */
00309 #define HAVE_TM_ZONE 1
00310 
00311 /* Define to 1 if you don't have `tm_zone' but do have the external array
00312    `tzname'. */
00313 /* #undef HAVE_TZNAME */
00314 
00315 /* Define to 1 if you have the <unistd.h> header file. */
00316 #define HAVE_UNISTD_H 1
00317 
00318 /* Define to 1 if you have the `vasprintf' function. */
00319 #define HAVE_VASPRINTF 1
00320 
00321 /* Define to 1 if you have the `vsnprintf' function. */
00322 #define HAVE_VSNPRINTF 1
00323 
00324 /* Define to 1 if you have the <wchar.h> header file. */
00325 #define HAVE_WCHAR_H 1
00326 
00327 /* Define to 1 if you have the `_vsnprintf' function. */
00328 /* #undef HAVE__VSNPRINTF */
00329 
00330 /* Define as const if the declaration of iconv() needs const. */
00331 #define ICONV_CONST 
00332 
00333 /* Define to value of INADDR_NONE if not provided by your system header files.
00334    */
00335 /* #undef INADDR_NONE */
00336 
00337 /* Define to 1 if the BSD-style netdb interface is reentrant. */
00338 /* #undef NETDB_REENTRANT */
00339 
00340 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
00341 /* #undef NO_MINUS_C_MINUS_O */
00342 
00343 /* Define to 1 if memset(0) sets pointers to NULL. */
00344 #define NULL_REP_IS_ZERO_BYTES 1
00345 
00346 /* Name of package */
00347 #define PACKAGE "freetds"
00348 
00349 /* Define to the address where bug reports for this package should be sent. */
00350 #define PACKAGE_BUGREPORT ""
00351 
00352 /* Define to the full name of this package. */
00353 #define PACKAGE_NAME "FreeTDS"
00354 
00355 /* Define to the full name and version of this package. */
00356 #define PACKAGE_STRING "FreeTDS 0.82.1.dev.20090930"
00357 
00358 /* Define to the one symbol short name of this package. */
00359 #define PACKAGE_TARNAME "freetds"
00360 
00361 /* Define to the version of this package. */
00362 #define PACKAGE_VERSION "0.82.1.dev.20090930"
00363 
00364 /* Define to necessary symbol if this constant uses a non-standard name on
00365    your system. */
00366 /* #undef PTHREAD_CREATE_JOINABLE */
00367 
00368 /* The size of a `char', as computed by sizeof. */
00369 #define SIZEOF_CHAR 1
00370 
00371 /* The size of a `double', as computed by sizeof. */
00372 #define SIZEOF_DOUBLE 8
00373 
00374 /* The size of a `float', as computed by sizeof. */
00375 #define SIZEOF_FLOAT 4
00376 
00377 /* The size of a `int', as computed by sizeof. */
00378 #define SIZEOF_INT 4
00379 
00380 /* The size of a `long', as computed by sizeof. */
00381 #define SIZEOF_LONG 8
00382 
00383 /* The size of a `long double', as computed by sizeof. */
00384 #define SIZEOF_LONG_DOUBLE 16
00385 
00386 /* The size of a `long long', as computed by sizeof. */
00387 #define SIZEOF_LONG_LONG 8
00388 
00389 /* The size of a `short', as computed by sizeof. */
00390 #define SIZEOF_SHORT 2
00391 
00392 /* The size of a `SQLWCHAR', as computed by sizeof. */
00393 #define SIZEOF_SQLWCHAR 4
00394 
00395 /* The size of a `void *', as computed by sizeof. */
00396 #define SIZEOF_VOID_P 8
00397 
00398 /* The size of a `wchar_t', as computed by sizeof. */
00399 #define SIZEOF_WCHAR_T 4
00400 
00401 /* The size of a `__int64', as computed by sizeof. */
00402 #define SIZEOF___INT64 0
00403 
00404 /* Define to 1 if you have the ANSI C header files. */
00405 #define STDC_HEADERS 1
00406 
00407 /* Define to use TDS 4.2 by default */
00408 /* #undef TDS42 */
00409 
00410 /* Define to use TDS 4.6 by default */
00411 /* #undef TDS46 */
00412 
00413 /* Define to use TDS 5.0 by default */
00414 #define TDS50 1
00415 
00416 /* Define to use TDS 7.0 by default */
00417 /* #undef TDS70 */
00418 
00419 /* Define to use TDS 8.0 by default */
00420 /* #undef TDS80 */
00421 
00422 /* Define to 1 if your compiler supports __attribute__((destructor)). */
00423 #define TDS_ATTRIBUTE_DESTRUCTOR 1
00424 
00425 /* define to constant to use for clock_gettime */
00426 #define TDS_GETTIMEMILLI_CONST CLOCK_MONOTONIC
00427 
00428 /* Define if you have pthread with mutex support */
00429 /* #undef TDS_HAVE_PTHREAD_MUTEX */
00430 
00431 /* define to format string used for 64bit integers */
00432 #define TDS_I64_FORMAT "ld"
00433 
00434 /* Define if you don't care about thread safety */
00435 #define TDS_NO_THREADSAFE 1
00436 
00437 /* Define to 1 if last argument of SQLColAttribute it's SQLLEN * */
00438 #define TDS_SQLCOLATTRIBUTE_SQLLEN 1
00439 
00440 /* Define to 1 if SQLParamOptions accept SQLULEN as arguments */
00441 #define TDS_SQLPARAMOPTIONS_SQLLEN 1
00442 
00443 /* Defined if --enable-sybase-compat used */
00444 /* #undef TDS_SYBASE_COMPAT */
00445 
00446 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00447 #define TIME_WITH_SYS_TIME 1
00448 
00449 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
00450 /* #undef TM_IN_SYS_TIME */
00451 
00452 /* Version number of package */
00453 #define VERSION "0.82.1.dev.20090930"
00454 
00455 /* Define to 1 if your processor stores words with the most significant byte
00456    first (like Motorola and SPARC, unlike Intel and VAX). */
00457 /* #undef WORDS_BIGENDIAN */
00458 
00459 /* Number of bits in a file offset, on hosts where this is settable. */
00460 /* #undef _FILE_OFFSET_BITS */
00461 
00462 /* Enable GNU extensions on systems that have them.  */
00463 #ifndef _GNU_SOURCE
00464 # define _GNU_SOURCE 1
00465 #endif
00466 
00467 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
00468 /* #undef _LARGEFILE_SOURCE */
00469 
00470 /* Define for large files, on AIX-style hosts. */
00471 /* #undef _LARGE_FILES */
00472 
00473 /* Define to empty if `const' does not conform to ANSI C. */
00474 /* #undef const */
00475 
00476 /* type to use in place of socklen_t if not defined */
00477 /* #undef socklen_t */

Generated on Wed Mar 10 07:19:51 2010 for FreeTDS API by  doxygen 1.5.4