Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

config.h

00001 /* include/config.h.  Generated 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 your system provides the 5-parameter version of
00035    gethostbyaddr_r(). */
00036 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_5 */
00037 
00038 /* Define to 1 if your system provides the 6-parameter version of
00039    gethostbyaddr_r(). */
00040 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_7 */
00041 
00042 /* Define to 1 if your system provides the 8-parameter version of
00043    gethostbyaddr_r(). */
00044 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_8 */
00045 
00046 /* Define to 1 if your system provides the 3-parameter version of
00047    gethostbyname_r(). */
00048 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */
00049 
00050 /* Define to 1 if your system provides the 5-parameter version of
00051    gethostbyname_r(). */
00052 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */
00053 
00054 /* Define to 1 if your system provides the 6-parameter version of
00055    gethostbyname_r(). */
00056 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_6 */
00057 
00058 /* Define to 1 if your system provides the 4-parameter version of
00059    getpwuid_r(). */
00060 /* #undef HAVE_FUNC_GETPWUID_R_4 */
00061 
00062 /* Define to 1 if your system getpwuid_r() have 4 parameters and return struct
00063    passwd*. */
00064 /* #undef HAVE_FUNC_GETPWUID_R_4_PW */
00065 
00066 /* Define to 1 if your system provides the 5-parameter version of
00067    getpwuid_r(). */
00068 /* #undef HAVE_FUNC_GETPWUID_R_5 */
00069 
00070 /* Define to 1 if your system provides the 4-parameter version of
00071    getservbyname_r(). */
00072 /* #undef HAVE_FUNC_GETSERVBYNAME_R_4 */
00073 
00074 /* Define to 1 if your system provides the 5-parameter version of
00075    getservbyname_r(). */
00076 /* #undef HAVE_FUNC_GETSERVBYNAME_R_5 */
00077 
00078 /* Define to 1 if your system provides the 6-parameter version of
00079    getservbyname_r(). */
00080 /* #undef HAVE_FUNC_GETSERVBYNAME_R_6 */
00081 
00082 /* Define to 1 if your localtime_r return a int. */
00083 /* #undef HAVE_FUNC_LOCALTIME_R_INT */
00084 
00085 /* Define to 1 if your localtime_r return a struct tm*. */
00086 #define HAVE_FUNC_LOCALTIME_R_TM 1
00087 
00088 /* Define to 1 if you have the `getaddrinfo' function. */
00089 #define HAVE_GETADDRINFO 1
00090 
00091 /* Define to 1 if you have the `gethostent_r' function. */
00092 /* #undef HAVE_GETHOSTENT_R */
00093 
00094 /* Define to 1 if you have the `gethostname' function. */
00095 #define HAVE_GETHOSTNAME 1
00096 
00097 /* Define to 1 if you have the `getipnodebyaddr' function. */
00098 /* #undef HAVE_GETIPNODEBYADDR */
00099 
00100 /* Define to 1 if you have the `getipnodebyname' function. */
00101 /* #undef HAVE_GETIPNODEBYNAME */
00102 
00103 /* Define to 1 if you have the `getnameinfo' function. */
00104 #define HAVE_GETNAMEINFO 1
00105 
00106 /* Define to 1 if you have the `getpwuid' function. */
00107 #define HAVE_GETPWUID 1
00108 
00109 /* Define to 1 if you have the `getpwuid_r' function. */
00110 /* #undef HAVE_GETPWUID_R */
00111 
00112 /* Define to 1 if you have the `gettimeofday' function. */
00113 #define HAVE_GETTIMEOFDAY 1
00114 
00115 /* Define to 1 if you have the `getuid' function. */
00116 #define HAVE_GETUID 1
00117 
00118 /* Define if you have the iconv() function. */
00119 /* #undef HAVE_ICONV */
00120 
00121 /* Define to 1 if you have the `inet_ntoa_r' function. */
00122 /* #undef HAVE_INET_NTOA_R */
00123 
00124 /* Define to 1 if you have the `inet_ntop' function. */
00125 #define HAVE_INET_NTOP 1
00126 
00127 /* Define to 1 if you have the `inet_pton' function. */
00128 #define HAVE_INET_PTON 1
00129 
00130 /* Define to 1 if you have a 64-bit integral type. */
00131 #define HAVE_INT64 1
00132 
00133 /* Define to 1 if you have the <inttypes.h> header file. */
00134 #define HAVE_INTTYPES_H 1
00135 
00136 /* Define to 1 if you have the <iodbcinst.h> header file. */
00137 /* #undef HAVE_IODBCINST_H */
00138 
00139 /* Define to 1 if you have the <langinfo.h> header file. */
00140 #define HAVE_LANGINFO_H 1
00141 
00142 /* Define to 1 if you have the <libgen.h> header file. */
00143 #define HAVE_LIBGEN_H 1
00144 
00145 /* Define to 1 if you have the `locale_charset' function. */
00146 /* #undef HAVE_LOCALE_CHARSET */
00147 
00148 /* Define to 1 if you have the <locale.h> header file. */
00149 #define HAVE_LOCALE_H 1
00150 
00151 /* Define to 1 if you have the <malloc.h> header file. */
00152 #define HAVE_MALLOC_H 1
00153 
00154 /* Define to 1 if your system provides the malloc_options variable. */
00155 #define HAVE_MALLOC_OPTIONS 1
00156 
00157 /* Define to 1 if you have the <memory.h> header file. */
00158 #define HAVE_MEMORY_H 1
00159 
00160 /* Define to 1 if you have the <netdb.h> header file. */
00161 #define HAVE_NETDB_H 1
00162 
00163 /* Define to 1 if you have the <netinet/in.h> header file. */
00164 #define HAVE_NETINET_IN_H 1
00165 
00166 /* Define to 1 if you have the <netinet/tcp.h> header file. */
00167 #define HAVE_NETINET_TCP_H 1
00168 
00169 /* Define to 1 if you have the `nl_langinfo' function. */
00170 #define HAVE_NL_LANGINFO 1
00171 
00172 /* Define to 1 if you have the <odbcss.h> header file. */
00173 /* #undef HAVE_ODBCSS_H */
00174 
00175 /* Define to 1 if you have the <paths.h> header file. */
00176 #define HAVE_PATHS_H 1
00177 
00178 /* Define to 1 if you have the `putenv' function. */
00179 #define HAVE_PUTENV 1
00180 
00181 /* Define to 1 if you have the GNU Readline library. */
00182 /* #undef HAVE_READLINE */
00183 
00184 /* Define to 1 if you have the <regex.h> header file. */
00185 #define HAVE_REGEX_H 1
00186 
00187 /* Define to 1 if you have the `setenv' function. */
00188 #define HAVE_SETENV 1
00189 
00190 /* Define to 1 if you have the `sethostent_r' function. */
00191 /* #undef HAVE_SETHOSTENT_R */
00192 
00193 /* Define to 1 if you have the SQLGetPrivateProfileString function. */
00194 /* #undef HAVE_SQLGETPRIVATEPROFILESTRING */
00195 
00196 /* Define if sqltypes.h define SQLLEN */
00197 /* #undef HAVE_SQLLEN */
00198 
00199 /* Define to 1 if you have the <stdint.h> header file. */
00200 #define HAVE_STDINT_H 1
00201 
00202 /* Define to 1 if you have the <stdlib.h> header file. */
00203 #define HAVE_STDLIB_H 1
00204 
00205 /* Define to 1 if you have the <strings.h> header file. */
00206 #define HAVE_STRINGS_H 1
00207 
00208 /* Define to 1 if you have the <string.h> header file. */
00209 #define HAVE_STRING_H 1
00210 
00211 /* Define to 1 if you have the `strtok_r' function. */
00212 #define HAVE_STRTOK_R 1
00213 
00214 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00215 #define HAVE_SYS_IOCTL_H 1
00216 
00217 /* Define to 1 if you have the <sys/param.h> header file. */
00218 #define HAVE_SYS_PARAM_H 1
00219 
00220 /* Define to 1 if you have the <sys/select.h> header file. */
00221 #define HAVE_SYS_SELECT_H 1
00222 
00223 /* Define to 1 if you have the <sys/socket.h> header file. */
00224 #define HAVE_SYS_SOCKET_H 1
00225 
00226 /* Define to 1 if you have the <sys/stat.h> header file. */
00227 #define HAVE_SYS_STAT_H 1
00228 
00229 /* Define to 1 if you have the <sys/time.h> header file. */
00230 #define HAVE_SYS_TIME_H 1
00231 
00232 /* Define to 1 if you have the <sys/types.h> header file. */
00233 #define HAVE_SYS_TYPES_H 1
00234 
00235 /* Define to 1 if you have the <unistd.h> header file. */
00236 #define HAVE_UNISTD_H 1
00237 
00238 /* Define to 1 if you have the `vasprintf' function. */
00239 #define HAVE_VASPRINTF 1
00240 
00241 /* Define to 1 if you have the `vsnprintf' function. */
00242 #define HAVE_VSNPRINTF 1
00243 
00244 /* Define to 1 if you have the <wchar.h> header file. */
00245 #define HAVE_WCHAR_H 1
00246 
00247 /* Define as const if the declaration of iconv() needs const. */
00248 /* #undef ICONV_CONST */
00249 
00250 /* Define to value of INADDR_NONE if not provided by your system header files.
00251    */
00252 /* #undef INADDR_NONE */
00253 
00254 /* Define to 1 if the BSD-style netdb interface is reentrant. */
00255 /* #undef NETDB_REENTRANT */
00256 
00257 /* Name of package */
00258 #define PACKAGE "freetds"
00259 
00260 /* Define to the address where bug reports for this package should be sent. */
00261 #define PACKAGE_BUGREPORT ""
00262 
00263 /* Define to the full name of this package. */
00264 #define PACKAGE_NAME ""
00265 
00266 /* Define to the full name and version of this package. */
00267 #define PACKAGE_STRING ""
00268 
00269 /* Define to the one symbol short name of this package. */
00270 #define PACKAGE_TARNAME ""
00271 
00272 /* Define to the version of this package. */
00273 #define PACKAGE_VERSION ""
00274 
00275 /* The size of a `char', as computed by sizeof. */
00276 #define SIZEOF_CHAR 1
00277 
00278 /* The size of a `double', as computed by sizeof. */
00279 #define SIZEOF_DOUBLE 8
00280 
00281 /* The size of a `float', as computed by sizeof. */
00282 #define SIZEOF_FLOAT 4
00283 
00284 /* The size of a `int', as computed by sizeof. */
00285 #define SIZEOF_INT 4
00286 
00287 /* The size of a `long', as computed by sizeof. */
00288 #define SIZEOF_LONG 4
00289 
00290 /* The size of a `long double', as computed by sizeof. */
00291 #define SIZEOF_LONG_DOUBLE 12
00292 
00293 /* The size of a `long long', as computed by sizeof. */
00294 #define SIZEOF_LONG_LONG 8
00295 
00296 /* The size of a `short', as computed by sizeof. */
00297 #define SIZEOF_SHORT 2
00298 
00299 /* The size of a `void *', as computed by sizeof. */
00300 #define SIZEOF_VOID_P 4
00301 
00302 /* The size of a `__int64', as computed by sizeof. */
00303 #define SIZEOF___INT64 0
00304 
00305 /* Define to 1 if you have the ANSI C header files. */
00306 #define STDC_HEADERS 1
00307 
00308 /* Define to use TDS 4.2 by default */
00309 /* #undef TDS42 */
00310 
00311 /* Define to use TDS 4.6 by default */
00312 /* #undef TDS46 */
00313 
00314 /* Define to use TDS 5.0 by default */
00315 #define TDS50 1
00316 
00317 /* Define to use TDS 7.0 by default */
00318 /* #undef TDS70 */
00319 
00320 /* Define to use TDS 8.0 by default */
00321 /* #undef TDS80 */
00322 
00323 /* Define to 1 if last argument of SQLColAttribute it's SQLLEN * */
00324 /* #undef TDS_SQLCOLATTRIBUTE_SQLLEN */
00325 
00326 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00327 #define TIME_WITH_SYS_TIME 1
00328 
00329 /* Version number of package */
00330 #define VERSION "0.63"
00331 
00332 /* Define to 1 if your processor stores words with the most significant byte
00333    first (like Motorola and SPARC, unlike Intel and VAX). */
00334 /* #undef WORDS_BIGENDIAN */
00335 
00336 /* Enable GNU extensions on systems that have them.  */
00337 #ifndef _GNU_SOURCE
00338 # define _GNU_SOURCE 1
00339 #endif
00340 
00341 /* Define to empty if `const' does not conform to ANSI C. */
00342 /* #undef const */
00343 
00344 /* type to use in place of socklen_t if not defined */
00345 /* #undef socklen_t */

Generated on Tue Mar 29 19:52:35 2005 for FreeTDS API by doxygen1.3