Main Page | Modules | Class List | Directories | File List | Class 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 1 */
00009 
00010 /* Define to enable extra checks on code */
00011 /* #undef ENABLE_EXTRA_CHECKS 1 */
00012 
00013 /* Define to 1 if you have the <arpa/inet.h> header file. */
00014 /* #undef HAVE_ARPA_INET_H */
00015 
00016 /* Define to 1 if you have the `asprintf' function. */
00017 /* #undef HAVE_ASPRINTF */
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 <dlfcn.h> header file. */
00023 /* #undef HAVE_DLFCN_H */
00024 
00025 /* Define to 1 if you have the <errno.h> header file. */
00026 #define HAVE_ERRNO_H 1
00027 
00028 /* Define to 1 if your system provides the 5-parameter version of
00029    gethostbyaddr_r(). */
00030 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_5 */
00031 
00032 /* Define to 1 if your system provides the 6-parameter version of
00033    gethostbyaddr_r(). */
00034 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_7 */
00035 
00036 /* Define to 1 if your system provides the 8-parameter version of
00037    gethostbyaddr_r(). */
00038 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_8 */
00039 
00040 /* Define to 1 if your system provides the 3-parameter version of
00041    gethostbyname_r(). */
00042 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */
00043 
00044 /* Define to 1 if your system provides the 5-parameter version of
00045    gethostbyname_r(). */
00046 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */
00047 
00048 /* Define to 1 if your system provides the 6-parameter version of
00049    gethostbyname_r(). */
00050 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_6 */
00051 
00052 /* Define to 1 if your system provides the 4-parameter version of
00053    getservbyname_r(). */
00054 /* #undef HAVE_FUNC_GETSERVBYNAME_R_4 */
00055 
00056 /* Define to 1 if your system provides the 5-parameter version of
00057    getservbyname_r(). */
00058 /* #undef HAVE_FUNC_GETSERVBYNAME_R_5 */
00059 
00060 /* Define to 1 if your system provides the 6-parameter version of
00061    getservbyname_r(). */
00062 /* #undef HAVE_FUNC_GETSERVBYNAME_R_6 */
00063 
00064 /* Define to 1 if you have the `gethostname' function. */
00065 #define HAVE_GETHOSTNAME 1
00066 
00067 /* Define to 1 if you have the `getpwuid' function. */
00068 /* #undef HAVE_GETPWUID */
00069 
00070 /* Define to 1 if you have the `getpwuid_r' function. */
00071 /* #undef HAVE_GETPWUID_R */
00072 
00073 /* Define to 1 if you have the `gettimeofday' function. */
00074 /* #undef HAVE_GETTIMEOFDAY */
00075 
00076 /* Define to 1 if you have the `getuid' function. */
00077 /* #undef HAVE_GETUID */
00078 
00079 /* Define if you have the iconv() function. */
00080 /* #undef HAVE_ICONV */
00081 
00082 /* Define to 1 if you have a 64-bit integral type. */
00083 #define HAVE_INT64 1
00084 
00085 /* Define to 1 if you have the <inttypes.h> header file. */
00086 #define HAVE_INTTYPES_H 1
00087 
00088 /* Define to 1 if your system provides the malloc_options variable. */
00089 /* #undef HAVE_MALLOC_OPTIONS */
00090 
00091 /* Define to 1 if you have the <memory.h> header file. */
00092 #define HAVE_MEMORY_H 1
00093 
00094 /* Define to 1 if you have the <netdb.h> header file. */
00095 /* #undef HAVE_NETDB_H */
00096 
00097 /* Define to 1 if you have the <netinet/in.h> header file. */
00098 /* #undef HAVE_NETINET_IN_H */
00099 
00100 /* Define to 1 if you have the <paths.h> header file. */
00101 /* #undef HAVE_PATHS_H */
00102 
00103 /* Define to 1 if you have the GNU Readline library. */
00104 /* #undef HAVE_READLINE */
00105 
00106 /* Define to 1 if you have the SQLGetPrivateProfileString function. */
00107 #define HAVE_SQLGETPRIVATEPROFILESTRING 1
00108 
00109 /* Define to 1 if you have the <stdint.h> header file. */
00110 #define HAVE_STDINT_H 1
00111 
00112 /* Define to 1 if you have the <stdlib.h> header file. */
00113 #define HAVE_STDLIB_H 1
00114 
00115 /* Define to 1 if you have the <strings.h> header file. */
00116 /* #undef HAVE_STRINGS_H */
00117 
00118 /* Define to 1 if you have the <string.h> header file. */
00119 #define HAVE_STRING_H 1
00120 
00121 /* Define to 1 if you have the `strtok_r' function. */
00122 /* #undef HAVE_STRTOK_R */
00123 
00124 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00125 /* #undef HAVE_SYS_IOCTL_H */
00126 
00127 /* Define to 1 if you have the <sys/param.h> header file. */
00128 /* #undef HAVE_SYS_PARAM_H */
00129 
00130 /* Define to 1 if you have the <sys/socket.h> header file. */
00131 /* #define HAVE_SYS_SOCKET_H 1 */
00132 
00133 /* Define to 1 if you have the <sys/stat.h> header file. */
00134 /* #undef HAVE_SYS_STAT_H */
00135 
00136 /* Define to 1 if you have the <sys/time.h> header file. */
00137 #ifdef __GNUC__
00138 # define HAVE_SYS_TIME_H 1
00139 #endif
00140 
00141 /* Define to 1 if you have the <sys/types.h> header file. */
00142 #define HAVE_SYS_TYPES_H 1
00143 
00144 /* Define to 1 if you have the <unistd.h> header file. */
00145 /* #undef HAVE_UNISTD_H */
00146 
00147 /* Define to 1 if you have the `vasprintf' function. */
00148 /* #undef HAVE_VASPRINTF */
00149 
00150 /* Define to 1 if you have the `vsnprintf' function. */
00151 /* #undef HAVE_VSNPRINTF */
00152 
00153 /* Define to 1 if you have the `_vsnprintf' function. */
00154 #define HAVE__VSNPRINTF 1
00155 
00156 /* Define as const if the declaration of iconv() needs const. */
00157 #define ICONV_CONST const
00158 
00159 /* Define to value of INADDR_NONE if not provided by your system header files.
00160    */
00161 /* #undef INADDR_NONE */
00162 
00163 /* Define to 1 if the BSD-style netdb interface is reentrant. */
00164 #define NETDB_REENTRANT 1
00165 
00166 /* Name of package */
00167 #define PACKAGE "freetds"
00168 
00169 /* Define to the address where bug reports for this package should be sent. */
00170 #define PACKAGE_BUGREPORT ""
00171 
00172 /* Define to the full name of this package. */
00173 #define PACKAGE_NAME ""
00174 
00175 /* Define to the full name and version of this package. */
00176 #define PACKAGE_STRING ""
00177 
00178 /* Define to the one symbol short name of this package. */
00179 #define PACKAGE_TARNAME ""
00180 
00181 /* Define to the version of this package. */
00182 #define PACKAGE_VERSION ""
00183 
00184 /* The size of a `char', as computed by sizeof. */
00185 #define SIZEOF_CHAR 1
00186 
00187 /* The size of a `double', as computed by sizeof. */
00188 #define SIZEOF_DOUBLE 8
00189 
00190 /* The size of a `float', as computed by sizeof. */
00191 #define SIZEOF_FLOAT 4
00192 
00193 /* The size of a `int', as computed by sizeof. */
00194 #define SIZEOF_INT 4
00195 
00196 /* The size of a `long', as computed by sizeof. */
00197 #define SIZEOF_LONG 4
00198 
00199 /* The size of a `long long', as computed by sizeof. */
00200 #define SIZEOF_LONG_LONG 0
00201 
00202 /* The size of a `short', as computed by sizeof. */
00203 #define SIZEOF_SHORT 2
00204 
00205 /* The size of a `__int64', as computed by sizeof. */
00206 #define SIZEOF___INT64 8
00207 
00208 /* Define to 1 if you have the ANSI C header files. */
00209 #define STDC_HEADERS 1
00210 
00211 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00212 #ifdef __GNUC__
00213 # define TIME_WITH_SYS_TIME 1
00214 #else
00215 # define TIME_WITH_SYS_TIME 0
00216 #endif
00217 
00218 /* define to format string used for 64bit integers */
00219 #define TDS_I64_FORMAT "I64d"
00220 
00221 /* Version number of package */
00222 #define VERSION "0.65"
00223 
00224 /* Define to 1 if your processor stores words with the most significant byte
00225    first (like Motorola and SPARC, unlike Intel and VAX). */
00226 /* #undef WORDS_BIGENDIAN */
00227 
00228 /* Enable GNU extensions on systems that have them.  */
00229 #ifndef _GNU_SOURCE
00230 # define _GNU_SOURCE 1
00231 #endif
00232 
00233 #undef HAVE_ODBCSS_H
00234 #ifdef _MSC_VER
00235 #define HAVE_ODBCSS_H 1
00236 #endif
00237 
00238 #define TDS42 1
00239 
00240 #ifdef _MSC_VER
00241 #define inline __inline
00242 #endif
00243 

Generated on Wed May 7 19:22:09 2008 for FreeTDS API by  doxygen 1.4.1