Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 8a57a30ed75c07795d304e1f9d96f5df > files > 111

libfreetds0-doc-0.82-5mdv2009.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>FreeTDS API: /usr/local/users/home/jklowden/projects/releases/freetds/0.82/win32/config.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<div class="nav">
<a class="el" href="dir_000014.html">win32</a></div>
<h1>config.h</h1><div class="fragment"><pre class="fragment">00001 <span class="comment">/* include/config.h.  Generated by configure.  */</span>
00002 <span class="comment">/* include/config.h.in.  Generated from configure.in by autoheader.  */</span>
00003 
00004 <span class="comment">/* Define to 1 if you need BSD_COMP defined to get FIONBIO defined. */</span>
00005 <span class="comment">/* #undef BSD_COMP */</span>
00006 
00007 <span class="comment">/* Define to enable work in progress code */</span>
00008 <span class="comment">/* #undef ENABLE_DEVELOPING 1 */</span>
00009 
00010 <span class="comment">/* Define to enable extra checks on code */</span>
00011 <span class="comment">/* #undef ENABLE_EXTRA_CHECKS 1 */</span>
00012 
00013 <span class="comment">/* Define to 1 if you have the &lt;arpa/inet.h&gt; header file. */</span>
00014 <span class="comment">/* #undef HAVE_ARPA_INET_H */</span>
00015 
00016 <span class="comment">/* Define to 1 if you have the `asprintf' function. */</span>
00017 <span class="comment">/* #undef HAVE_ASPRINTF */</span>
00018 
00019 <span class="comment">/* Define to 1 if you have the `atoll' function. */</span>
00020 <span class="preprocessor">#define HAVE_ATOLL 1</span>
00021 <span class="preprocessor"></span>
00022 <span class="comment">/* Define to 1 if you have the &lt;dlfcn.h&gt; header file. */</span>
00023 <span class="comment">/* #undef HAVE_DLFCN_H */</span>
00024 
00025 <span class="comment">/* Define to 1 if you have the &lt;errno.h&gt; header file. */</span>
00026 <span class="preprocessor">#define HAVE_ERRNO_H 1</span>
00027 <span class="preprocessor"></span>
00028 <span class="comment">/* Define to 1 if your system provides the 5-parameter version of</span>
00029 <span class="comment">   gethostbyaddr_r(). */</span>
00030 <span class="comment">/* #undef HAVE_FUNC_GETHOSTBYADDR_R_5 */</span>
00031 
00032 <span class="comment">/* Define to 1 if your system provides the 6-parameter version of</span>
00033 <span class="comment">   gethostbyaddr_r(). */</span>
00034 <span class="comment">/* #undef HAVE_FUNC_GETHOSTBYADDR_R_7 */</span>
00035 
00036 <span class="comment">/* Define to 1 if your system provides the 8-parameter version of</span>
00037 <span class="comment">   gethostbyaddr_r(). */</span>
00038 <span class="comment">/* #undef HAVE_FUNC_GETHOSTBYADDR_R_8 */</span>
00039 
00040 <span class="comment">/* Define to 1 if your system provides the 3-parameter version of</span>
00041 <span class="comment">   gethostbyname_r(). */</span>
00042 <span class="comment">/* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */</span>
00043 
00044 <span class="comment">/* Define to 1 if your system provides the 5-parameter version of</span>
00045 <span class="comment">   gethostbyname_r(). */</span>
00046 <span class="comment">/* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */</span>
00047 
00048 <span class="comment">/* Define to 1 if your system provides the 6-parameter version of</span>
00049 <span class="comment">   gethostbyname_r(). */</span>
00050 <span class="comment">/* #undef HAVE_FUNC_GETHOSTBYNAME_R_6 */</span>
00051 
00052 <span class="comment">/* Define to 1 if your system provides the 4-parameter version of</span>
00053 <span class="comment">   getservbyname_r(). */</span>
00054 <span class="comment">/* #undef HAVE_FUNC_GETSERVBYNAME_R_4 */</span>
00055 
00056 <span class="comment">/* Define to 1 if your system provides the 5-parameter version of</span>
00057 <span class="comment">   getservbyname_r(). */</span>
00058 <span class="comment">/* #undef HAVE_FUNC_GETSERVBYNAME_R_5 */</span>
00059 
00060 <span class="comment">/* Define to 1 if your system provides the 6-parameter version of</span>
00061 <span class="comment">   getservbyname_r(). */</span>
00062 <span class="comment">/* #undef HAVE_FUNC_GETSERVBYNAME_R_6 */</span>
00063 
00064 <span class="comment">/* Define to 1 if you have the `gethostname' function. */</span>
00065 <span class="preprocessor">#define HAVE_GETHOSTNAME 1</span>
00066 <span class="preprocessor"></span>
00067 <span class="comment">/* Define to 1 if you have the `getpwuid' function. */</span>
00068 <span class="comment">/* #undef HAVE_GETPWUID */</span>
00069 
00070 <span class="comment">/* Define to 1 if you have the `getpwuid_r' function. */</span>
00071 <span class="comment">/* #undef HAVE_GETPWUID_R */</span>
00072 
00073 <span class="comment">/* Define to 1 if you have the `gettimeofday' function. */</span>
00074 <span class="comment">/* #undef HAVE_GETTIMEOFDAY */</span>
00075 
00076 <span class="comment">/* Define to 1 if you have the `getuid' function. */</span>
00077 <span class="comment">/* #undef HAVE_GETUID */</span>
00078 
00079 <span class="comment">/* Define if you have the iconv() function. */</span>
00080 <span class="comment">/* #undef HAVE_ICONV */</span>
00081 
00082 <span class="comment">/* Define to 1 if you have a 64-bit integral type. */</span>
00083 <span class="preprocessor">#define HAVE_INT64 1</span>
00084 <span class="preprocessor"></span>
00085 <span class="comment">/* Define to 1 if you have the &lt;inttypes.h&gt; header file. */</span>
00086 <span class="preprocessor">#define HAVE_INTTYPES_H 1</span>
00087 <span class="preprocessor"></span>
00088 <span class="comment">/* Define to 1 if your system provides the malloc_options variable. */</span>
00089 <span class="comment">/* #undef HAVE_MALLOC_OPTIONS */</span>
00090 
00091 <span class="comment">/* Define to 1 if you have the &lt;memory.h&gt; header file. */</span>
00092 <span class="preprocessor">#define HAVE_MEMORY_H 1</span>
00093 <span class="preprocessor"></span>
00094 <span class="comment">/* Define to 1 if you have the &lt;netdb.h&gt; header file. */</span>
00095 <span class="comment">/* #undef HAVE_NETDB_H */</span>
00096 
00097 <span class="comment">/* Define to 1 if you have the &lt;netinet/in.h&gt; header file. */</span>
00098 <span class="comment">/* #undef HAVE_NETINET_IN_H */</span>
00099 
00100 <span class="comment">/* Define to 1 if you have the &lt;paths.h&gt; header file. */</span>
00101 <span class="comment">/* #undef HAVE_PATHS_H */</span>
00102 
00103 <span class="comment">/* Define to 1 if you have the GNU Readline library. */</span>
00104 <span class="comment">/* #undef HAVE_READLINE */</span>
00105 
00106 <span class="comment">/* Define to 1 if you have the SQLGetPrivateProfileString function. */</span>
00107 <span class="preprocessor">#define HAVE_SQLGETPRIVATEPROFILESTRING 1</span>
00108 <span class="preprocessor"></span>
00109 <span class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</span>
00110 <span class="preprocessor">#define HAVE_STDINT_H 1</span>
00111 <span class="preprocessor"></span>
00112 <span class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</span>
00113 <span class="preprocessor">#define HAVE_STDLIB_H 1</span>
00114 <span class="preprocessor"></span>
00115 <span class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</span>
00116 <span class="comment">/* #undef HAVE_STRINGS_H */</span>
00117 
00118 <span class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</span>
00119 <span class="preprocessor">#define HAVE_STRING_H 1</span>
00120 <span class="preprocessor"></span>
00121 <span class="comment">/* Define to 1 if you have the `strtok_r' function. */</span>
00122 <span class="comment">/* #undef HAVE_STRTOK_R */</span>
00123 
00124 <span class="comment">/* Define to 1 if you have the &lt;sys/ioctl.h&gt; header file. */</span>
00125 <span class="comment">/* #undef HAVE_SYS_IOCTL_H */</span>
00126 
00127 <span class="comment">/* Define to 1 if you have the &lt;sys/param.h&gt; header file. */</span>
00128 <span class="comment">/* #undef HAVE_SYS_PARAM_H */</span>
00129 
00130 <span class="comment">/* Define to 1 if you have the &lt;sys/socket.h&gt; header file. */</span>
00131 <span class="comment">/* #define HAVE_SYS_SOCKET_H 1 */</span>
00132 
00133 <span class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</span>
00134 <span class="comment">/* #undef HAVE_SYS_STAT_H */</span>
00135 
00136 <span class="comment">/* Define to 1 if you have the &lt;sys/time.h&gt; header file. */</span>
00137 <span class="preprocessor">#ifdef __GNUC__</span>
00138 <span class="preprocessor"></span><span class="preprocessor"># define HAVE_SYS_TIME_H 1</span>
00139 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00140 <span class="preprocessor"></span>
00141 <span class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</span>
00142 <span class="preprocessor">#define HAVE_SYS_TYPES_H 1</span>
00143 <span class="preprocessor"></span>
00144 <span class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</span>
00145 <span class="comment">/* #undef HAVE_UNISTD_H */</span>
00146 
00147 <span class="comment">/* Define to 1 if you have the `vasprintf' function. */</span>
00148 <span class="comment">/* #undef HAVE_VASPRINTF */</span>
00149 
00150 <span class="comment">/* Define to 1 if you have the `vsnprintf' function. */</span>
00151 <span class="comment">/* #undef HAVE_VSNPRINTF */</span>
00152 
00153 <span class="comment">/* Define to 1 if you have the `_vsnprintf' function. */</span>
00154 <span class="preprocessor">#define HAVE__VSNPRINTF 1</span>
00155 <span class="preprocessor"></span>
00156 <span class="comment">/* Define as const if the declaration of iconv() needs const. */</span>
00157 <span class="preprocessor">#define ICONV_CONST const</span>
00158 <span class="preprocessor"></span>
00159 <span class="comment">/* Define to value of INADDR_NONE if not provided by your system header files.</span>
00160 <span class="comment">   */</span>
00161 <span class="comment">/* #undef INADDR_NONE */</span>
00162 
00163 <span class="comment">/* Define to 1 if the BSD-style netdb interface is reentrant. */</span>
00164 <span class="preprocessor">#define NETDB_REENTRANT 1</span>
00165 <span class="preprocessor"></span>
00166 <span class="comment">/* Name of package */</span>
00167 <span class="preprocessor">#define PACKAGE "freetds"</span>
00168 <span class="preprocessor"></span>
00169 <span class="comment">/* Define to the address where bug reports for this package should be sent. */</span>
00170 <span class="preprocessor">#define PACKAGE_BUGREPORT ""</span>
00171 <span class="preprocessor"></span>
00172 <span class="comment">/* Define to the full name of this package. */</span>
00173 <span class="preprocessor">#define PACKAGE_NAME ""</span>
00174 <span class="preprocessor"></span>
00175 <span class="comment">/* Define to the full name and version of this package. */</span>
00176 <span class="preprocessor">#define PACKAGE_STRING ""</span>
00177 <span class="preprocessor"></span>
00178 <span class="comment">/* Define to the one symbol short name of this package. */</span>
00179 <span class="preprocessor">#define PACKAGE_TARNAME ""</span>
00180 <span class="preprocessor"></span>
00181 <span class="comment">/* Define to the version of this package. */</span>
00182 <span class="preprocessor">#define PACKAGE_VERSION ""</span>
00183 <span class="preprocessor"></span>
00184 <span class="comment">/* The size of a `char', as computed by sizeof. */</span>
00185 <span class="preprocessor">#define SIZEOF_CHAR 1</span>
00186 <span class="preprocessor"></span>
00187 <span class="comment">/* The size of a `double', as computed by sizeof. */</span>
00188 <span class="preprocessor">#define SIZEOF_DOUBLE 8</span>
00189 <span class="preprocessor"></span>
00190 <span class="comment">/* The size of a `float', as computed by sizeof. */</span>
00191 <span class="preprocessor">#define SIZEOF_FLOAT 4</span>
00192 <span class="preprocessor"></span>
00193 <span class="comment">/* The size of a `int', as computed by sizeof. */</span>
00194 <span class="preprocessor">#define SIZEOF_INT 4</span>
00195 <span class="preprocessor"></span>
00196 <span class="comment">/* The size of a `long', as computed by sizeof. */</span>
00197 <span class="preprocessor">#define SIZEOF_LONG 4</span>
00198 <span class="preprocessor"></span>
00199 <span class="comment">/* The size of a `long long', as computed by sizeof. */</span>
00200 <span class="preprocessor">#define SIZEOF_LONG_LONG 0</span>
00201 <span class="preprocessor"></span>
00202 <span class="comment">/* The size of a `short', as computed by sizeof. */</span>
00203 <span class="preprocessor">#define SIZEOF_SHORT 2</span>
00204 <span class="preprocessor"></span>
00205 <span class="comment">/* The size of a `__int64', as computed by sizeof. */</span>
00206 <span class="preprocessor">#define SIZEOF___INT64 8</span>
00207 <span class="preprocessor"></span>
00208 <span class="comment">/* Define to 1 if you have the ANSI C header files. */</span>
00209 <span class="preprocessor">#define STDC_HEADERS 1</span>
00210 <span class="preprocessor"></span>
00211 <span class="comment">/* Define to 1 if you can safely include both &lt;sys/time.h&gt; and &lt;time.h&gt;. */</span>
00212 <span class="preprocessor">#ifdef __GNUC__</span>
00213 <span class="preprocessor"></span><span class="preprocessor"># define TIME_WITH_SYS_TIME 1</span>
00214 <span class="preprocessor"></span><span class="preprocessor">#else</span>
00215 <span class="preprocessor"></span><span class="preprocessor"># define TIME_WITH_SYS_TIME 0</span>
00216 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00217 <span class="preprocessor"></span>
00218 <span class="comment">/* define to format string used for 64bit integers */</span>
00219 <span class="preprocessor">#define TDS_I64_FORMAT "I64d"</span>
00220 <span class="preprocessor"></span>
00221 <span class="comment">/* Version number of package */</span>
00222 <span class="preprocessor">#define VERSION "0.65"</span>
00223 <span class="preprocessor"></span>
00224 <span class="comment">/* Define to 1 if your processor stores words with the most significant byte</span>
00225 <span class="comment">   first (like Motorola and SPARC, unlike Intel and VAX). */</span>
00226 <span class="comment">/* #undef WORDS_BIGENDIAN */</span>
00227 
00228 <span class="comment">/* Enable GNU extensions on systems that have them.  */</span>
00229 <span class="preprocessor">#ifndef _GNU_SOURCE</span>
00230 <span class="preprocessor"></span><span class="preprocessor"># define _GNU_SOURCE 1</span>
00231 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00232 <span class="preprocessor"></span>
00233 <span class="preprocessor">#undef HAVE_ODBCSS_H</span>
00234 <span class="preprocessor"></span><span class="preprocessor">#ifdef _MSC_VER</span>
00235 <span class="preprocessor"></span><span class="preprocessor">#define HAVE_ODBCSS_H 1</span>
00236 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00237 <span class="preprocessor"></span>
00238 <span class="preprocessor">#define TDS42 1</span>
00239 <span class="preprocessor"></span>
00240 <span class="preprocessor">#ifdef _MSC_VER</span>
00241 <span class="preprocessor"></span><span class="preprocessor">#define inline __inline</span>
00242 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00243 <span class="preprocessor"></span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed May 7 19:22:09 2008 for FreeTDS API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.1 </small></address>
</body>
</html>