include/config.h

00001 /* include/config.h.  Generated from config.h.in by configure.  */
00002 /* include/config.h.in.  Generated from configure.in 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 /* Define to 1 if you have the <arpa/inet.h> header file. */
00014 #define HAVE_ARPA_INET_H 1
00015 
00016 /* Define to 1 if you have the `asprintf' function. */
00017 #define HAVE_ASPRINTF 1
00018 
00019 /* Define to 1 if you have the `atoll' function. */
00020 #define HAVE_ATOLL 1
00021 
00022 /* Define to 1 if you have the `basename' function. */
00023 #define HAVE_BASENAME 1
00024 
00025 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
00026    */
00027 /* #undef HAVE_DECL_TZNAME */
00028 
00029 /* Define to 1 if you have the <dlfcn.h> header file. */
00030 #define HAVE_DLFCN_H 1
00031 
00032 /* Define to 1 if you have the <errno.h> header file. */
00033 #define HAVE_ERRNO_H 1
00034 
00035 /* Define to 1 if you have the `freehostent' function. */
00036 /* #undef HAVE_FREEHOSTENT */
00037 
00038 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
00039 #define HAVE_FSEEKO 1
00040 
00041 /* Define to 1 if your system provides the 5-parameter version of
00042    gethostbyaddr_r(). */
00043 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_5 */
00044 
00045 /* Define to 1 if your system provides the 7-parameter version of
00046    gethostbyaddr_r(). */
00047 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_7 */
00048 
00049 /* Define to 1 if your system provides the 8-parameter version of
00050    gethostbyaddr_r(). */
00051 #define HAVE_FUNC_GETHOSTBYADDR_R_8 1
00052 
00053 /* Define to 1 if your system provides the 3-parameter version of
00054    gethostbyname_r(). */
00055 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */
00056 
00057 /* Define to 1 if your system provides the 5-parameter version of
00058    gethostbyname_r(). */
00059 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */
00060 
00061 /* Define to 1 if your system provides the 6-parameter version of
00062    gethostbyname_r(). */
00063 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
00064 
00065 /* Define to 1 if your system provides the 4-parameter version of
00066    getpwuid_r(). */
00067 /* #undef HAVE_FUNC_GETPWUID_R_4 */
00068 
00069 /* Define to 1 if your system getpwuid_r() have 4 parameters and return struct
00070    passwd*. */
00071 /* #undef HAVE_FUNC_GETPWUID_R_4_PW */
00072 
00073 /* Define to 1 if your system provides the 5-parameter version of
00074    getpwuid_r(). */
00075 #define HAVE_FUNC_GETPWUID_R_5 1
00076 
00077 /* Define to 1 if your system provides the 4-parameter version of
00078    getservbyname_r(). */
00079 /* #undef HAVE_FUNC_GETSERVBYNAME_R_4 */
00080 
00081 /* Define to 1 if your system provides the 5-parameter version of
00082    getservbyname_r(). */
00083 /* #undef HAVE_FUNC_GETSERVBYNAME_R_5 */
00084 
00085 /* Define to 1 if your system provides the 6-parameter version of
00086    getservbyname_r(). */
00087 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
00088 
00089 /* Define to 1 if your localtime_r return a int. */
00090 /* #undef HAVE_FUNC_LOCALTIME_R_INT */
00091 
00092 /* Define to 1 if your localtime_r return a struct tm*. */
00093 #define HAVE_FUNC_LOCALTIME_R_TM 1
00094 
00095 /* Define to 1 if you have the `getaddrinfo' function. */
00096 #define HAVE_GETADDRINFO 1
00097 
00098 /* Define to 1 if you have the `gethostent_r' function. */
00099 #define HAVE_GETHOSTENT_R 1
00100 
00101 /* Define to 1 if you have the `gethostname' function. */
00102 #define HAVE_GETHOSTNAME 1
00103 
00104 /* Define to 1 if you have the `getipnodebyaddr' function. */
00105 /* #undef HAVE_GETIPNODEBYADDR */
00106 
00107 /* Define to 1 if you have the `getipnodebyname' function. */
00108 /* #undef HAVE_GETIPNODEBYNAME */
00109 
00110 /* Define to 1 if you have the `getnameinfo' function. */
00111 #define HAVE_GETNAMEINFO 1
00112 
00113 /* Define to 1 if you have the `getpwuid' function. */
00114 #define HAVE_GETPWUID 1
00115 
00116 /* Define to 1 if you have the `getpwuid_r' function. */
00117 #define HAVE_GETPWUID_R 1
00118 
00119 /* Define to 1 if you have the `gettimeofday' function. */
00120 #define HAVE_GETTIMEOFDAY 1
00121 
00122 /* Define to 1 if you have the `getuid' function. */
00123 #define HAVE_GETUID 1
00124 
00125 /* Define to 1 if you have GNU tls. */
00126 /* #undef HAVE_GNUTLS */
00127 
00128 /* Define if you have the iconv() function. */
00129 #define HAVE_ICONV 1
00130 
00131 /* Define to 1 if you have the `inet_ntoa_r' function. */
00132 /* #undef HAVE_INET_NTOA_R */
00133 
00134 /* Define to 1 if you have the `inet_ntop' function. */
00135 #define HAVE_INET_NTOP 1
00136 
00137 /* Define to 1 if you have the `inet_pton' function. */
00138 #define HAVE_INET_PTON 1
00139 
00140 /* Define to 1 if you have a 64-bit integral type. */
00141 #define HAVE_INT64 1
00142 
00143 /* Define to 1 if you have the <inttypes.h> header file. */
00144 #define HAVE_INTTYPES_H 1
00145 
00146 /* Define to 1 if you have the <iodbcinst.h> header file. */
00147 /* #undef HAVE_IODBCINST_H */
00148 
00149 /* Define to 1 if you have the <langinfo.h> header file. */
00150 #define HAVE_LANGINFO_H 1
00151 
00152 /* Define to 1 if you have the <libgen.h> header file. */
00153 #define HAVE_LIBGEN_H 1
00154 
00155 /* Define to 1 if you have the `locale_charset' function. */
00156 /* #undef HAVE_LOCALE_CHARSET */
00157 
00158 /* Define to 1 if you have the <locale.h> header file. */
00159 #define HAVE_LOCALE_H 1
00160 
00161 /* Define to 1 if you have the <malloc.h> header file. */
00162 #define HAVE_MALLOC_H 1
00163 
00164 /* Define to 1 if your system provides the malloc_options variable. */
00165 /* #undef HAVE_MALLOC_OPTIONS */
00166 
00167 /* Define to 1 if you have the <memory.h> header file. */
00168 #define HAVE_MEMORY_H 1
00169 
00170 /* Define to 1 if you have the <netdb.h> header file. */
00171 #define HAVE_NETDB_H 1
00172 
00173 /* Define to 1 if you have the <netinet/in.h> header file. */
00174 #define HAVE_NETINET_IN_H 1
00175 
00176 /* Define to 1 if you have the <netinet/tcp.h> header file. */
00177 #define HAVE_NETINET_TCP_H 1
00178 
00179 /* Define to 1 if you have the `nl_langinfo' function. */
00180 #define HAVE_NL_LANGINFO 1
00181 
00182 /* Define to 1 if you have the <odbcss.h> header file. */
00183 /* #undef HAVE_ODBCSS_H */
00184 
00185 /* Define if you have the OpenSSL. */
00186 /* #undef HAVE_OPENSSL */
00187 
00188 /* Define to 1 if you have the <paths.h> header file. */
00189 #define HAVE_PATHS_H 1
00190 
00191 /* Define to 1 if you have the `putenv' function. */
00192 #define HAVE_PUTENV 1
00193 
00194 /* Define to 1 if you have the GNU Readline library. */
00195 #define HAVE_READLINE 1
00196 
00197 /* Define to 1 if you have the `readpassphrase' function. */
00198 /* #undef HAVE_READPASSPHRASE */
00199 
00200 /* Define to 1 if you have the <readpassphrase.h> header file. */
00201 /* #undef HAVE_READPASSPHRASE_H */
00202 
00203 /* Define to 1 if you have the <regex.h> header file. */
00204 #define HAVE_REGEX_H 1
00205 
00206 /* Define to 1 if you have the `setenv' function. */
00207 #define HAVE_SETENV 1
00208 
00209 /* Define to 1 if you have the `sethostent_r' function. */
00210 /* #undef HAVE_SETHOSTENT_R */
00211 
00212 /* Define to 1 if you have the <signal.h> header file. */
00213 #define HAVE_SIGNAL_H 1
00214 
00215 /* Define to 1 if you have the SQLGetPrivateProfileString function. */
00216 #define HAVE_SQLGETPRIVATEPROFILESTRING 1
00217 
00218 /* Define if sqltypes.h define SQLLEN */
00219 #define HAVE_SQLLEN 1
00220 
00221 /* Define to 1 if you have the <stdint.h> header file. */
00222 #define HAVE_STDINT_H 1
00223 
00224 /* Define to 1 if you have the <stdlib.h> header file. */
00225 #define HAVE_STDLIB_H 1
00226 
00227 /* Define to 1 if you have the <strings.h> header file. */
00228 #define HAVE_STRINGS_H 1
00229 
00230 /* Define to 1 if you have the <string.h> header file. */
00231 #define HAVE_STRING_H 1
00232 
00233 /* Define to 1 if you have the `strlcat' function. */
00234 /* #undef HAVE_STRLCAT */
00235 
00236 /* Define to 1 if you have the `strlcpy' function. */
00237 /* #undef HAVE_STRLCPY */
00238 
00239 /* Define to 1 if you have the `strtok_r' function. */
00240 #define HAVE_STRTOK_R 1
00241 
00242 /* Define to 1 if `tm_zone' is member of `struct tm'. */
00243 #define HAVE_STRUCT_TM_TM_ZONE 1
00244 
00245 /* Define to 1 if `__tm_zone' is member of `struct tm'. */
00246 /* #undef HAVE_STRUCT_TM___TM_ZONE */
00247 
00248 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00249 #define HAVE_SYS_IOCTL_H 1
00250 
00251 /* Define to 1 if you have the <sys/param.h> header file. */
00252 #define HAVE_SYS_PARAM_H 1
00253 
00254 /* Define to 1 if you have the <sys/select.h> header file. */
00255 #define HAVE_SYS_SELECT_H 1
00256 
00257 /* Define to 1 if you have the <sys/socket.h> header file. */
00258 #define HAVE_SYS_SOCKET_H 1
00259 
00260 /* Define to 1 if you have the <sys/stat.h> header file. */
00261 #define HAVE_SYS_STAT_H 1
00262 
00263 /* Define to 1 if you have the <sys/time.h> header file. */
00264 #define HAVE_SYS_TIME_H 1
00265 
00266 /* Define to 1 if you have the <sys/types.h> header file. */
00267 #define HAVE_SYS_TYPES_H 1
00268 
00269 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
00270    `HAVE_STRUCT_TM_TM_ZONE' instead. */
00271 #define HAVE_TM_ZONE 1
00272 
00273 /* Define to 1 if you don't have `tm_zone' but do have the external array
00274    `tzname'. */
00275 /* #undef HAVE_TZNAME */
00276 
00277 /* Define to 1 if you have the <unistd.h> header file. */
00278 #define HAVE_UNISTD_H 1
00279 
00280 /* Define to 1 if you have the `vasprintf' function. */
00281 #define HAVE_VASPRINTF 1
00282 
00283 /* Define to 1 if you have the `vsnprintf' function. */
00284 #define HAVE_VSNPRINTF 1
00285 
00286 /* Define to 1 if you have the <wchar.h> header file. */
00287 #define HAVE_WCHAR_H 1
00288 
00289 /* Define to 1 if you have the <winsock2.h> header file. */
00290 /* #undef HAVE_WINSOCK2_H */
00291 
00292 /* Define as const if the declaration of iconv() needs const. */
00293 #define ICONV_CONST 
00294 
00295 /* Define to value of INADDR_NONE if not provided by your system header files.
00296    */
00297 /* #undef INADDR_NONE */
00298 
00299 /* Define to 1 if the BSD-style netdb interface is reentrant. */
00300 /* #undef NETDB_REENTRANT */
00301 
00302 /* Name of package */
00303 #define PACKAGE "freetds"
00304 
00305 /* Define to the address where bug reports for this package should be sent. */
00306 #define PACKAGE_BUGREPORT ""
00307 
00308 /* Define to the full name of this package. */
00309 #define PACKAGE_NAME ""
00310 
00311 /* Define to the full name and version of this package. */
00312 #define PACKAGE_STRING ""
00313 
00314 /* Define to the one symbol short name of this package. */
00315 #define PACKAGE_TARNAME ""
00316 
00317 /* Define to the version of this package. */
00318 #define PACKAGE_VERSION ""
00319 
00320 /* The size of `char', as computed by sizeof. */
00321 #define SIZEOF_CHAR 1
00322 
00323 /* The size of `double', as computed by sizeof. */
00324 #define SIZEOF_DOUBLE 8
00325 
00326 /* The size of `float', as computed by sizeof. */
00327 #define SIZEOF_FLOAT 4
00328 
00329 /* The size of `int', as computed by sizeof. */
00330 #define SIZEOF_INT 4
00331 
00332 /* The size of `long', as computed by sizeof. */
00333 #define SIZEOF_LONG 4
00334 
00335 /* The size of `long double', as computed by sizeof. */
00336 #define SIZEOF_LONG_DOUBLE 12
00337 
00338 /* The size of `long long', as computed by sizeof. */
00339 #define SIZEOF_LONG_LONG 8
00340 
00341 /* The size of `short', as computed by sizeof. */
00342 #define SIZEOF_SHORT 2
00343 
00344 /* The size of `SQLWCHAR', as computed by sizeof. */
00345 #define SIZEOF_SQLWCHAR 2
00346 
00347 /* The size of `void *', as computed by sizeof. */
00348 #define SIZEOF_VOID_P 4
00349 
00350 /* The size of `wchar_t', as computed by sizeof. */
00351 #define SIZEOF_WCHAR_T 4
00352 
00353 /* The size of `__int64', as computed by sizeof. */
00354 #define SIZEOF___INT64 0
00355 
00356 /* Define to 1 if you have the ANSI C header files. */
00357 #define STDC_HEADERS 1
00358 
00359 /* Define to use TDS 4.2 by default */
00360 /* #undef TDS42 */
00361 
00362 /* Define to use TDS 4.6 by default */
00363 /* #undef TDS46 */
00364 
00365 /* Define to use TDS 5.0 by default */
00366 /* #undef TDS50 */
00367 
00368 /* Define to use TDS 7.0 by default */
00369 #define TDS70 1
00370 
00371 /* Define to use TDS 8.0 by default */
00372 /* #undef TDS80 */
00373 
00374 /* Define to 1 if your compiler support __attribute__((destructor)). */
00375 #define TDS_ATTRIBUTE_DESTRUCTOR 1
00376 
00377 /* Define if you have pthread with mutex support */
00378 #define TDS_HAVE_PTHREAD_MUTEX 1
00379 
00380 /* Define to 1 if last argument of SQLColAttribute it's SQLLEN * */
00381 /* #undef TDS_SQLCOLATTRIBUTE_SQLLEN */
00382 
00383 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00384 #define TIME_WITH_SYS_TIME 1
00385 
00386 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
00387 /* #undef TM_IN_SYS_TIME */
00388 
00389 /* Version number of package */
00390 #define VERSION "0.64"
00391 
00392 /* Define to 1 if your processor stores words with the most significant byte
00393    first (like Motorola and SPARC, unlike Intel and VAX). */
00394 /* #undef WORDS_BIGENDIAN */
00395 
00396 /* Number of bits in a file offset, on hosts where this is settable. */
00397 #define _FILE_OFFSET_BITS 64
00398 
00399 /* Enable GNU extensions on systems that have them.  */
00400 #ifndef _GNU_SOURCE
00401 # define _GNU_SOURCE 1
00402 #endif
00403 
00404 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
00405 /* #undef _LARGEFILE_SOURCE */
00406 
00407 /* Define for large files, on AIX-style hosts. */
00408 /* #undef _LARGE_FILES */
00409 
00410 /* Define to empty if `const' does not conform to ANSI C. */
00411 /* #undef const */
00412 
00413 /* type to use in place of socklen_t if not defined */
00414 /* #undef socklen_t */

Generated on Tue Sep 4 08:05:11 2007 for FreeTDS API by  doxygen 1.5.3