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

Generated on Tue Sep 4 07:57:16 2007 for FreeTDS API by  doxygen 1.5.3