Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f149f58f4a75af135bdb24f5dfe94165 > files > 1137

libdap-doc-3.9.3-3mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libdap++: config.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
<h1>config.h</h1><a href="config_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* config.h.  Generated from config.h.in by configure.  */</span>
<a name="l00002"></a>00002 <span class="comment">/* config.h.in.  Generated from configure.ac by autoheader.  */</span>
<a name="l00003"></a>00003 
<a name="l00004"></a>00004 <span class="preprocessor">#ifndef _config_h</span>
<a name="l00005"></a>00005 <span class="preprocessor"></span><span class="preprocessor">#define _config_h</span>
<a name="l00006"></a>00006 <span class="preprocessor"></span>
<a name="l00007"></a>00007 <span class="comment">/* Define to the number of bits in type 'ptrdiff_t'. */</span>
<a name="l00008"></a>00008 <span class="comment">/* #undef BITSIZEOF_PTRDIFF_T */</span>
<a name="l00009"></a>00009 
<a name="l00010"></a>00010 <span class="comment">/* Define to the number of bits in type 'sig_atomic_t'. */</span>
<a name="l00011"></a>00011 <span class="comment">/* #undef BITSIZEOF_SIG_ATOMIC_T */</span>
<a name="l00012"></a>00012 
<a name="l00013"></a>00013 <span class="comment">/* Define to the number of bits in type 'size_t'. */</span>
<a name="l00014"></a>00014 <span class="comment">/* #undef BITSIZEOF_SIZE_T */</span>
<a name="l00015"></a>00015 
<a name="l00016"></a>00016 <span class="comment">/* Define to the number of bits in type 'wchar_t'. */</span>
<a name="l00017"></a>00017 <span class="comment">/* #undef BITSIZEOF_WCHAR_T */</span>
<a name="l00018"></a>00018 
<a name="l00019"></a>00019 <span class="comment">/* Define to the number of bits in type 'wint_t'. */</span>
<a name="l00020"></a>00020 <span class="comment">/* #undef BITSIZEOF_WINT_T */</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="comment">/* What sort of HTTP client is this? */</span>
<a name="l00023"></a><a class="code" href="config_8h.html#2c6ea16cccc0dfe3051c4b605841edf3">00023</a> <span class="preprocessor">#define CNAME "libdap"</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="comment">/* Should the subprocess compression for Server3 be included? */</span>
<a name="l00026"></a><a class="code" href="config_8h.html#7880e4b2bbddbe5493ec972235d290ad">00026</a> <span class="preprocessor">#define COMPRESSION_FOR_SERVER3 0</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span>
<a name="l00028"></a>00028 <span class="comment">/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP</span>
<a name="l00029"></a>00029 <span class="comment">   systems. This function is required for `alloca.c' support on those systems.</span>
<a name="l00030"></a>00030 <span class="comment">   */</span>
<a name="l00031"></a>00031 <span class="comment">/* #undef CRAY_STACKSEG_END */</span>
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="comment">/* Client version number */</span>
<a name="l00034"></a><a class="code" href="config_8h.html#3a86ed8fb42f5192508897934b5f977e">00034</a> <span class="preprocessor">#define CVER "3.9.3"</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span>
<a name="l00036"></a>00036 <span class="comment">/* Define to 1 if using `alloca.c'. */</span>
<a name="l00037"></a>00037 <span class="comment">/* #undef C_ALLOCA */</span>
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 <span class="comment">/* Highest DAP version implemented? */</span>
<a name="l00040"></a><a class="code" href="config_8h.html#9757f0cc77df1fd0759b1b91a9f63ff0">00040</a> <span class="preprocessor">#define DAP_PROTOCOL_VERSION "3.2"</span>
<a name="l00041"></a>00041 <span class="preprocessor"></span>
<a name="l00042"></a>00042 <span class="comment">/* dbyte */</span>
<a name="l00043"></a><a class="code" href="config_8h.html#bdc44acc839d7a1687e279252df1d691">00043</a> <span class="preprocessor">#define DBYTE uint8_t</span>
<a name="l00044"></a>00044 <span class="preprocessor"></span>
<a name="l00045"></a>00045 <span class="comment">/* dfloat32 */</span>
<a name="l00046"></a><a class="code" href="config_8h.html#a1b3c500fa2008a5d4dc45bf3ab1dd2d">00046</a> <span class="preprocessor">#define DFLOAT32 float</span>
<a name="l00047"></a>00047 <span class="preprocessor"></span>
<a name="l00048"></a>00048 <span class="comment">/* dfloat64 */</span>
<a name="l00049"></a><a class="code" href="config_8h.html#f475390dd116bad1faf22f6929a3eb18">00049</a> <span class="preprocessor">#define DFLOAT64 double</span>
<a name="l00050"></a>00050 <span class="preprocessor"></span>
<a name="l00051"></a>00051 <span class="comment">/* dint16 */</span>
<a name="l00052"></a><a class="code" href="config_8h.html#bdc6e99bf6954570d31075be15c62aeb">00052</a> <span class="preprocessor">#define DINT16 int16_t</span>
<a name="l00053"></a>00053 <span class="preprocessor"></span>
<a name="l00054"></a>00054 <span class="comment">/* int32 */</span>
<a name="l00055"></a><a class="code" href="config_8h.html#b6a2a767f5e4183aec39851ea226e261">00055</a> <span class="preprocessor">#define DINT32 int32_t</span>
<a name="l00056"></a>00056 <span class="preprocessor"></span>
<a name="l00057"></a>00057 <span class="comment">/* Set instrumentation to level 1 (see debug.h) */</span>
<a name="l00058"></a>00058 <span class="comment">/* #undef DODS_DEBUG */</span>
<a name="l00059"></a>00059 
<a name="l00060"></a>00060 <span class="comment">/* Set instrumentation to level 2 */</span>
<a name="l00061"></a>00061 <span class="comment">/* #undef DODS_DEBUG2 */</span>
<a name="l00062"></a>00062 
<a name="l00063"></a>00063 <span class="comment">/* uint16 */</span>
<a name="l00064"></a><a class="code" href="config_8h.html#b575bb5a2d6970b7ead017ae18753503">00064</a> <span class="preprocessor">#define DUINT16 uint16_t</span>
<a name="l00065"></a>00065 <span class="preprocessor"></span>
<a name="l00066"></a>00066 <span class="comment">/* uint32 */</span>
<a name="l00067"></a><a class="code" href="config_8h.html#1795f67cb7c741924f2f80a7cca0daeb">00067</a> <span class="preprocessor">#define DUINT32 uint32_t</span>
<a name="l00068"></a>00068 <span class="preprocessor"></span>
<a name="l00069"></a>00069 <span class="comment">/* Client name and version combined */</span>
<a name="l00070"></a><a class="code" href="config_8h.html#b2eef76504098908aacbd5ec3433d93c">00070</a> <span class="preprocessor">#define DVR "libdap/3.9.3"</span>
<a name="l00071"></a>00071 <span class="preprocessor"></span>
<a name="l00072"></a>00072 <span class="comment">/* Should all the classes run ConstraintEvaluator::eval()? */</span>
<a name="l00073"></a><a class="code" href="config_8h.html#4a0ade471112fc24c2bfc172fa0a9796">00073</a> <span class="preprocessor">#define EVAL 1</span>
<a name="l00074"></a>00074 <span class="preprocessor"></span>
<a name="l00075"></a>00075 <span class="comment">/* Define this to activate the old FILE * methods. */</span>
<a name="l00076"></a><a class="code" href="config_8h.html#17b2c419b8632438a2058df948bd87c7">00076</a> <span class="preprocessor">#define FILE_METHODS 1</span>
<a name="l00077"></a>00077 <span class="preprocessor"></span>
<a name="l00078"></a>00078 <span class="comment">/* Define to 1 if you have the `alarm' function. */</span>
<a name="l00079"></a><a class="code" href="config_8h.html#777e1baef81548a6bd84c0da28443435">00079</a> <span class="preprocessor">#define HAVE_ALARM 1</span>
<a name="l00080"></a>00080 <span class="preprocessor"></span>
<a name="l00081"></a>00081 <span class="comment">/* Define to 1 if you have 'alloca' after including &lt;alloca.h&gt;, a header that</span>
<a name="l00082"></a>00082 <span class="comment">   may be supplied by this distribution. */</span>
<a name="l00083"></a><a class="code" href="config_8h.html#af5250164f8a3c52b7820317aee7d9ce">00083</a> <span class="preprocessor">#define HAVE_ALLOCA 1</span>
<a name="l00084"></a>00084 <span class="preprocessor"></span>
<a name="l00085"></a>00085 <span class="comment">/* Define HAVE_ALLOCA_H for backward compatibility with older code that</span>
<a name="l00086"></a>00086 <span class="comment">   includes &lt;alloca.h&gt; only if HAVE_ALLOCA_H is defined. */</span>
<a name="l00087"></a><a class="code" href="config_8h.html#277c3d138498b9267fe43589b6b7d91e">00087</a> <span class="preprocessor">#define HAVE_ALLOCA_H 1</span>
<a name="l00088"></a>00088 <span class="preprocessor"></span>
<a name="l00089"></a>00089 <span class="comment">/* Define to 1 if you have the `atexit' function. */</span>
<a name="l00090"></a><a class="code" href="config_8h.html#c4faa6cee576eede96dd582213f19b78">00090</a> <span class="preprocessor">#define HAVE_ATEXIT 1</span>
<a name="l00091"></a>00091 <span class="preprocessor"></span>
<a name="l00092"></a>00092 <span class="comment">/* Define to 1 if you have the `bzero' function. */</span>
<a name="l00093"></a><a class="code" href="config_8h.html#b7d125f3582382d5211ae2a88cccfe1e">00093</a> <span class="preprocessor">#define HAVE_BZERO 1</span>
<a name="l00094"></a>00094 <span class="preprocessor"></span>
<a name="l00095"></a>00095 <span class="comment">/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you</span>
<a name="l00096"></a>00096 <span class="comment">   don't. */</span>
<a name="l00097"></a><a class="code" href="config_8h.html#4bb3ff95a8d4178a7782f018dc006e17">00097</a> <span class="preprocessor">#define HAVE_DECL_GETC_UNLOCKED 1</span>
<a name="l00098"></a>00098 <span class="preprocessor"></span>
<a name="l00099"></a>00099 <span class="comment">/* Define to 1 if you have the declaration of `isblank', and to 0 if you</span>
<a name="l00100"></a>00100 <span class="comment">   don't. */</span>
<a name="l00101"></a>00101 <span class="comment">/* #undef HAVE_DECL_ISBLANK */</span>
<a name="l00102"></a>00102 
<a name="l00103"></a>00103 <span class="comment">/* Define to 1 if you have the &lt;dirent.h&gt; header file, and it defines `DIR'.</span>
<a name="l00104"></a>00104 <span class="comment">   */</span>
<a name="l00105"></a><a class="code" href="config_8h.html#f9fbe15f58004c91c2d8b1fbaf91c1a3">00105</a> <span class="preprocessor">#define HAVE_DIRENT_H 1</span>
<a name="l00106"></a>00106 <span class="preprocessor"></span>
<a name="l00107"></a>00107 <span class="comment">/* Define to 1 if you have the &lt;dlfcn.h&gt; header file. */</span>
<a name="l00108"></a><a class="code" href="config_8h.html#0ee1617ff2f6885ef384a3dd46f9b9d7">00108</a> <span class="preprocessor">#define HAVE_DLFCN_H 1</span>
<a name="l00109"></a>00109 <span class="preprocessor"></span>
<a name="l00110"></a>00110 <span class="comment">/* Define to 1 if you have the `dup2' function. */</span>
<a name="l00111"></a><a class="code" href="config_8h.html#2878546c1ea52be9a5b1859c7bc92ae5">00111</a> <span class="preprocessor">#define HAVE_DUP2 1</span>
<a name="l00112"></a>00112 <span class="preprocessor"></span>
<a name="l00113"></a>00113 <span class="comment">/* Define to 1 if you have the &lt;fcntl.h&gt; header file. */</span>
<a name="l00114"></a><a class="code" href="config_8h.html#765d75020849aa0a9b6becd9a5b7a193">00114</a> <span class="preprocessor">#define HAVE_FCNTL_H 1</span>
<a name="l00115"></a>00115 <span class="preprocessor"></span>
<a name="l00116"></a>00116 <span class="comment">/* Define to 1 if you have the `getcwd' function. */</span>
<a name="l00117"></a><a class="code" href="config_8h.html#88f2f3e38594f0902031b6c14c75c399">00117</a> <span class="preprocessor">#define HAVE_GETCWD 1</span>
<a name="l00118"></a>00118 <span class="preprocessor"></span>
<a name="l00119"></a>00119 <span class="comment">/* Define to 1 if you have the `getpagesize' function. */</span>
<a name="l00120"></a><a class="code" href="config_8h.html#dd281e88fe03de68eb6833a0f7832cbc">00120</a> <span class="preprocessor">#define HAVE_GETPAGESIZE 1</span>
<a name="l00121"></a>00121 <span class="preprocessor"></span>
<a name="l00122"></a>00122 <span class="comment">/* Define if your compiler supports the #include_next directive. */</span>
<a name="l00123"></a><a class="code" href="config_8h.html#af7e04ac0746958d461bcdb1e71b7219">00123</a> <span class="preprocessor">#define HAVE_INCLUDE_NEXT 1</span>
<a name="l00124"></a>00124 <span class="preprocessor"></span>
<a name="l00125"></a>00125 <span class="comment">/* Define to 1 if you have the &lt;inttypes.h&gt; header file. */</span>
<a name="l00126"></a><a class="code" href="config_8h.html#b90a030ff2790ebdc176660a6dd2a478">00126</a> <span class="preprocessor">#define HAVE_INTTYPES_H 1</span>
<a name="l00127"></a>00127 <span class="preprocessor"></span>
<a name="l00128"></a>00128 <span class="comment">/* Define to 1 if you have the `isblank' function. */</span>
<a name="l00129"></a><a class="code" href="config_8h.html#95e96283574b8b96b6cd1659f9788307">00129</a> <span class="preprocessor">#define HAVE_ISBLANK 1</span>
<a name="l00130"></a>00130 <span class="preprocessor"></span>
<a name="l00131"></a>00131 <span class="comment">/* Define to 1 if you have the `iswcntrl' function. */</span>
<a name="l00132"></a><a class="code" href="config_8h.html#ec6b3a46bc6da4767c556a713f39fac6">00132</a> <span class="preprocessor">#define HAVE_ISWCNTRL 1</span>
<a name="l00133"></a>00133 <span class="preprocessor"></span>
<a name="l00134"></a>00134 <span class="comment">/* Define to 1 if you have the `iswctype' function. */</span>
<a name="l00135"></a><a class="code" href="config_8h.html#0a8db5fe25de47488fabde14a8191f53">00135</a> <span class="preprocessor">#define HAVE_ISWCTYPE 1</span>
<a name="l00136"></a>00136 <span class="preprocessor"></span>
<a name="l00137"></a>00137 <span class="comment">/* Define if you have &lt;langinfo.h&gt; and nl_langinfo(CODESET). */</span>
<a name="l00138"></a><a class="code" href="config_8h.html#a6ac9015e081885c7f9f780bc4b05ca6">00138</a> <span class="preprocessor">#define HAVE_LANGINFO_CODESET 1</span>
<a name="l00139"></a>00139 <span class="preprocessor"></span>
<a name="l00140"></a>00140 <span class="comment">/* Define to 1 if you have the &lt;locale.h&gt; header file. */</span>
<a name="l00141"></a><a class="code" href="config_8h.html#ec3873a23961f50c1d92c8f75a50bd40">00141</a> <span class="preprocessor">#define HAVE_LOCALE_H 1</span>
<a name="l00142"></a>00142 <span class="preprocessor"></span>
<a name="l00143"></a>00143 <span class="comment">/* Define to 1 if you have the `localtime_r' function. */</span>
<a name="l00144"></a><a class="code" href="config_8h.html#9998e788d1738e06ada9064cea53af2e">00144</a> <span class="preprocessor">#define HAVE_LOCALTIME_R 1</span>
<a name="l00145"></a>00145 <span class="preprocessor"></span>
<a name="l00146"></a>00146 <span class="comment">/* Define to 1 if the system has the type `long long int'. */</span>
<a name="l00147"></a><a class="code" href="config_8h.html#235b3fe6fcd0c29253a2f5ca13346ada">00147</a> <span class="preprocessor">#define HAVE_LONG_LONG_INT 1</span>
<a name="l00148"></a>00148 <span class="preprocessor"></span>
<a name="l00149"></a>00149 <span class="comment">/* Define to 1 if your system has a GNU libc compatible `malloc' function, and</span>
<a name="l00150"></a>00150 <span class="comment">   to 0 otherwise. */</span>
<a name="l00151"></a><a class="code" href="config_8h.html#14503280ca0cb757db915eea09282bfc">00151</a> <span class="preprocessor">#define HAVE_MALLOC 1</span>
<a name="l00152"></a>00152 <span class="preprocessor"></span>
<a name="l00153"></a>00153 <span class="comment">/* Define to 1 if you have the &lt;malloc.h&gt; header file. */</span>
<a name="l00154"></a><a class="code" href="config_8h.html#7981d8bf53b0cb48f41ab0e4ddb7c629">00154</a> <span class="preprocessor">#define HAVE_MALLOC_H 1</span>
<a name="l00155"></a>00155 <span class="preprocessor"></span>
<a name="l00156"></a>00156 <span class="comment">/* Define if the 'malloc' function is POSIX compliant. */</span>
<a name="l00157"></a><a class="code" href="config_8h.html#af78e35b4b17664fd318b583b9ff3fc0">00157</a> <span class="preprocessor">#define HAVE_MALLOC_POSIX 1</span>
<a name="l00158"></a>00158 <span class="preprocessor"></span>
<a name="l00159"></a>00159 <span class="comment">/* Define to 1 if you have the `mbrtowc' function. */</span>
<a name="l00160"></a><a class="code" href="config_8h.html#bb5cb68d209e621972395c1c71bc1d98">00160</a> <span class="preprocessor">#define HAVE_MBRTOWC 1</span>
<a name="l00161"></a>00161 <span class="preprocessor"></span>
<a name="l00162"></a>00162 <span class="comment">/* Define to 1 if you have the `memmove' function. */</span>
<a name="l00163"></a><a class="code" href="config_8h.html#7b300f836d3d79d0d9b0039a6b842ded">00163</a> <span class="preprocessor">#define HAVE_MEMMOVE 1</span>
<a name="l00164"></a>00164 <span class="preprocessor"></span>
<a name="l00165"></a>00165 <span class="comment">/* Define to 1 if you have the &lt;memory.h&gt; header file. */</span>
<a name="l00166"></a><a class="code" href="config_8h.html#e93a78f9d076138897af441c9f86f285">00166</a> <span class="preprocessor">#define HAVE_MEMORY_H 1</span>
<a name="l00167"></a>00167 <span class="preprocessor"></span>
<a name="l00168"></a>00168 <span class="comment">/* Define to 1 if you have the `memset' function. */</span>
<a name="l00169"></a><a class="code" href="config_8h.html#3df52e9809253860c385be6f3a160607">00169</a> <span class="preprocessor">#define HAVE_MEMSET 1</span>
<a name="l00170"></a>00170 <span class="preprocessor"></span>
<a name="l00171"></a>00171 <span class="comment">/* Define to 1 if you have the `mktime' function. */</span>
<a name="l00172"></a><a class="code" href="config_8h.html#ef0825e5a76229877cf5ef4bebbf8657">00172</a> <span class="preprocessor">#define HAVE_MKTIME 1</span>
<a name="l00173"></a>00173 <span class="preprocessor"></span>
<a name="l00174"></a>00174 <span class="comment">/* Define to 1 if you have the &lt;ndir.h&gt; header file, and it defines `DIR'. */</span>
<a name="l00175"></a>00175 <span class="comment">/* #undef HAVE_NDIR_H */</span>
<a name="l00176"></a>00176 
<a name="l00177"></a>00177 <span class="comment">/* Define to 1 if you have the &lt;netinet/in.h&gt; header file. */</span>
<a name="l00178"></a><a class="code" href="config_8h.html#0938658b988a082864efcee2d1b2bfd2">00178</a> <span class="preprocessor">#define HAVE_NETINET_IN_H 1</span>
<a name="l00179"></a>00179 <span class="preprocessor"></span>
<a name="l00180"></a>00180 <span class="comment">/* Define to 1 if you have the `pow' function. */</span>
<a name="l00181"></a>00181 <span class="comment">/* #undef HAVE_POW */</span>
<a name="l00182"></a>00182 
<a name="l00183"></a>00183 <span class="comment">/* Define to 1 if you have the `putenv' function. */</span>
<a name="l00184"></a><a class="code" href="config_8h.html#2019f6c8defc179ec7b26b5cea18f27f">00184</a> <span class="preprocessor">#define HAVE_PUTENV 1</span>
<a name="l00185"></a>00185 <span class="preprocessor"></span>
<a name="l00186"></a>00186 <span class="comment">/* Define to 1 if you have the `setenv' function. */</span>
<a name="l00187"></a><a class="code" href="config_8h.html#4d775103dbaf3364eaf0f99dd6c22cca">00187</a> <span class="preprocessor">#define HAVE_SETENV 1</span>
<a name="l00188"></a>00188 <span class="preprocessor"></span>
<a name="l00189"></a>00189 <span class="comment">/* Define to 1 if 'sig_atomic_t' is a signed integer type. */</span>
<a name="l00190"></a>00190 <span class="comment">/* #undef HAVE_SIGNED_SIG_ATOMIC_T */</span>
<a name="l00191"></a>00191 
<a name="l00192"></a>00192 <span class="comment">/* Define to 1 if 'wchar_t' is a signed integer type. */</span>
<a name="l00193"></a>00193 <span class="comment">/* #undef HAVE_SIGNED_WCHAR_T */</span>
<a name="l00194"></a>00194 
<a name="l00195"></a>00195 <span class="comment">/* Define to 1 if 'wint_t' is a signed integer type. */</span>
<a name="l00196"></a>00196 <span class="comment">/* #undef HAVE_SIGNED_WINT_T */</span>
<a name="l00197"></a>00197 
<a name="l00198"></a>00198 <span class="comment">/* Define to 1 if stdbool.h conforms to C99. */</span>
<a name="l00199"></a><a class="code" href="config_8h.html#8c3fa1b2f1be8c6f6929548c548cf50a">00199</a> <span class="preprocessor">#define HAVE_STDBOOL_H 1</span>
<a name="l00200"></a>00200 <span class="preprocessor"></span>
<a name="l00201"></a>00201 <span class="comment">/* Define to 1 if you have the &lt;stddef.h&gt; header file. */</span>
<a name="l00202"></a><a class="code" href="config_8h.html#0e6b9a04ae66b7846715e51a0a2dccff">00202</a> <span class="preprocessor">#define HAVE_STDDEF_H 1</span>
<a name="l00203"></a>00203 <span class="preprocessor"></span>
<a name="l00204"></a>00204 <span class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</span>
<a name="l00205"></a><a class="code" href="config_8h.html#b6cd6d1c63c1e26ea2d4537b77148354">00205</a> <span class="preprocessor">#define HAVE_STDINT_H 1</span>
<a name="l00206"></a>00206 <span class="preprocessor"></span>
<a name="l00207"></a>00207 <span class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</span>
<a name="l00208"></a><a class="code" href="config_8h.html#9e0e434ec1a6ddbd97db12b5a32905e0">00208</a> <span class="preprocessor">#define HAVE_STDLIB_H 1</span>
<a name="l00209"></a>00209 <span class="preprocessor"></span>
<a name="l00210"></a>00210 <span class="comment">/* Define to 1 if you have the `strchr' function. */</span>
<a name="l00211"></a><a class="code" href="config_8h.html#37eb0020e42f0ebb6cba24c2888cc48b">00211</a> <span class="preprocessor">#define HAVE_STRCHR 1</span>
<a name="l00212"></a>00212 <span class="preprocessor"></span>
<a name="l00213"></a>00213 <span class="comment">/* Define to 1 if you have the `strerror' function. */</span>
<a name="l00214"></a><a class="code" href="config_8h.html#992653625041edef146772df96f7bca9">00214</a> <span class="preprocessor">#define HAVE_STRERROR 1</span>
<a name="l00215"></a>00215 <span class="preprocessor"></span>
<a name="l00216"></a>00216 <span class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</span>
<a name="l00217"></a><a class="code" href="config_8h.html#405d10d46190bcb0320524c54eafc850">00217</a> <span class="preprocessor">#define HAVE_STRINGS_H 1</span>
<a name="l00218"></a>00218 <span class="preprocessor"></span>
<a name="l00219"></a>00219 <span class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</span>
<a name="l00220"></a><a class="code" href="config_8h.html#d4c234dd1625255dc626a15886306e7d">00220</a> <span class="preprocessor">#define HAVE_STRING_H 1</span>
<a name="l00221"></a>00221 <span class="preprocessor"></span>
<a name="l00222"></a>00222 <span class="comment">/* Define to 1 if you have the `strtol' function. */</span>
<a name="l00223"></a><a class="code" href="config_8h.html#dca0e8e7c3827189abcd6ceae6f60c32">00223</a> <span class="preprocessor">#define HAVE_STRTOL 1</span>
<a name="l00224"></a>00224 <span class="preprocessor"></span>
<a name="l00225"></a>00225 <span class="comment">/* Define to 1 if you have the `strtoul' function. */</span>
<a name="l00226"></a><a class="code" href="config_8h.html#0f08977476bc5b181092cf8b3ddaf368">00226</a> <span class="preprocessor">#define HAVE_STRTOUL 1</span>
<a name="l00227"></a>00227 <span class="preprocessor"></span>
<a name="l00228"></a>00228 <span class="comment">/* Define to 1 if `struct stat' is a member of `st_blksize'. */</span>
<a name="l00229"></a><a class="code" href="config_8h.html#98dcd81d60cff0e59f9c71912a6bb3ef">00229</a> <span class="preprocessor">#define HAVE_STRUCT_STAT_ST_BLKSIZE 1</span>
<a name="l00230"></a>00230 <span class="preprocessor"></span>
<a name="l00231"></a>00231 <span class="comment">/* Define to 1 if you have the &lt;sys/bitypes.h&gt; header file. */</span>
<a name="l00232"></a>00232 <span class="comment">/* #undef HAVE_SYS_BITYPES_H */</span>
<a name="l00233"></a>00233 
<a name="l00234"></a>00234 <span class="comment">/* Define to 1 if you have the &lt;sys/dir.h&gt; header file, and it defines `DIR'.</span>
<a name="l00235"></a>00235 <span class="comment">   */</span>
<a name="l00236"></a>00236 <span class="comment">/* #undef HAVE_SYS_DIR_H */</span>
<a name="l00237"></a>00237 
<a name="l00238"></a>00238 <span class="comment">/* Define to 1 if you have the &lt;sys/inttypes.h&gt; header file. */</span>
<a name="l00239"></a>00239 <span class="comment">/* #undef HAVE_SYS_INTTYPES_H */</span>
<a name="l00240"></a>00240 
<a name="l00241"></a>00241 <span class="comment">/* Define to 1 if you have the &lt;sys/ndir.h&gt; header file, and it defines `DIR'.</span>
<a name="l00242"></a>00242 <span class="comment">   */</span>
<a name="l00243"></a>00243 <span class="comment">/* #undef HAVE_SYS_NDIR_H */</span>
<a name="l00244"></a>00244 
<a name="l00245"></a>00245 <span class="comment">/* Define to 1 if you have the &lt;sys/param.h&gt; header file. */</span>
<a name="l00246"></a><a class="code" href="config_8h.html#05aa9fc25e1231d8eb347390558e4e22">00246</a> <span class="preprocessor">#define HAVE_SYS_PARAM_H 1</span>
<a name="l00247"></a>00247 <span class="preprocessor"></span>
<a name="l00248"></a>00248 <span class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</span>
<a name="l00249"></a><a class="code" href="config_8h.html#ce156430ba007d19b4348a950d0c692b">00249</a> <span class="preprocessor">#define HAVE_SYS_STAT_H 1</span>
<a name="l00250"></a>00250 <span class="preprocessor"></span>
<a name="l00251"></a>00251 <span class="comment">/* Define to 1 if you have the &lt;sys/time.h&gt; header file. */</span>
<a name="l00252"></a><a class="code" href="config_8h.html#2aae46056558e9d6fef6380f9678ffe3">00252</a> <span class="preprocessor">#define HAVE_SYS_TIME_H 1</span>
<a name="l00253"></a>00253 <span class="preprocessor"></span>
<a name="l00254"></a>00254 <span class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</span>
<a name="l00255"></a><a class="code" href="config_8h.html#69dc70bea5d1f8bd2be9740e974fa666">00255</a> <span class="preprocessor">#define HAVE_SYS_TYPES_H 1</span>
<a name="l00256"></a>00256 <span class="preprocessor"></span>
<a name="l00257"></a>00257 <span class="comment">/* Define to 1 if you have &lt;sys/wait.h&gt; that is POSIX.1 compatible. */</span>
<a name="l00258"></a><a class="code" href="config_8h.html#f249315f5939884ce5b4585ca81a1e39">00258</a> <span class="preprocessor">#define HAVE_SYS_WAIT_H 1</span>
<a name="l00259"></a>00259 <span class="preprocessor"></span>
<a name="l00260"></a>00260 <span class="comment">/* Define to 1 if you have the `timegm' function. */</span>
<a name="l00261"></a><a class="code" href="config_8h.html#89307e599d4e4a8b401a639dba04b618">00261</a> <span class="preprocessor">#define HAVE_TIMEGM 1</span>
<a name="l00262"></a>00262 <span class="preprocessor"></span>
<a name="l00263"></a>00263 <span class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</span>
<a name="l00264"></a><a class="code" href="config_8h.html#219b06937831d0da94d801ab13987639">00264</a> <span class="preprocessor">#define HAVE_UNISTD_H 1</span>
<a name="l00265"></a>00265 <span class="preprocessor"></span>
<a name="l00266"></a>00266 <span class="comment">/* Define to 1 if the system has the type `unsigned long long int'. */</span>
<a name="l00267"></a><a class="code" href="config_8h.html#28a855e28d09fa9e2e43f22de9605100">00267</a> <span class="preprocessor">#define HAVE_UNSIGNED_LONG_LONG_INT 1</span>
<a name="l00268"></a>00268 <span class="preprocessor"></span>
<a name="l00269"></a>00269 <span class="comment">/* Define to 1 if you have the &lt;wchar.h&gt; header file. */</span>
<a name="l00270"></a><a class="code" href="config_8h.html#711b6ab6efcaffc5b8f2d274e6a483ff">00270</a> <span class="preprocessor">#define HAVE_WCHAR_H 1</span>
<a name="l00271"></a>00271 <span class="preprocessor"></span>
<a name="l00272"></a>00272 <span class="comment">/* Define to 1 if you have the `wcrtomb' function. */</span>
<a name="l00273"></a><a class="code" href="config_8h.html#a443fb8e957a655791a48642d9be6e9a">00273</a> <span class="preprocessor">#define HAVE_WCRTOMB 1</span>
<a name="l00274"></a>00274 <span class="preprocessor"></span>
<a name="l00275"></a>00275 <span class="comment">/* Define to 1 if you have the `wcscoll' function. */</span>
<a name="l00276"></a><a class="code" href="config_8h.html#8f6441f270773afe389da2cb50d81e94">00276</a> <span class="preprocessor">#define HAVE_WCSCOLL 1</span>
<a name="l00277"></a>00277 <span class="preprocessor"></span>
<a name="l00278"></a>00278 <span class="comment">/* Define to 1 if you have the &lt;wctype.h&gt; header file. */</span>
<a name="l00279"></a><a class="code" href="config_8h.html#b5544b8be3b4208538ab47aed7fcd36e">00279</a> <span class="preprocessor">#define HAVE_WCTYPE_H 1</span>
<a name="l00280"></a>00280 <span class="preprocessor"></span>
<a name="l00281"></a>00281 <span class="comment">/* Define if you have the 'wint_t' type. */</span>
<a name="l00282"></a><a class="code" href="config_8h.html#99fd59335fa6777fb47a982d5a84fc8f">00282</a> <span class="preprocessor">#define HAVE_WINT_T 1</span>
<a name="l00283"></a>00283 <span class="preprocessor"></span>
<a name="l00284"></a>00284 <span class="comment">/* Define to 1 if the system has the type `_Bool'. */</span>
<a name="l00285"></a><a class="code" href="config_8h.html#862ffdbac7ac8323712310a418b7d9a3">00285</a> <span class="preprocessor">#define HAVE__BOOL 1</span>
<a name="l00286"></a>00286 <span class="preprocessor"></span>
<a name="l00287"></a>00287 <span class="comment">/* Set to the prefix directory */</span>
<a name="l00288"></a><a class="code" href="config_8h.html#10e968b1eac80c4b7d88a9db47137f41">00288</a> <span class="preprocessor">#define LIBDAP_ROOT "/usr"</span>
<a name="l00289"></a>00289 <span class="preprocessor"></span>
<a name="l00290"></a>00290 <span class="comment">/* define if you have xml2 2.5.10 or greater */</span>
<a name="l00291"></a><a class="code" href="config_8h.html#98921e5f857d2ed59443403bc622ef81">00291</a> <span class="preprocessor">#define LIBXML2_5_10 1</span>
<a name="l00292"></a>00292 <span class="preprocessor"></span>
<a name="l00293"></a>00293 <span class="comment">/* define if you have xml2 2.6.16 or greater */</span>
<a name="l00294"></a><a class="code" href="config_8h.html#d96f822c68e266cf2ba843d1cb32f886">00294</a> <span class="preprocessor">#define LIBXML2_6_16 1</span>
<a name="l00295"></a>00295 <span class="preprocessor"></span>
<a name="l00296"></a>00296 <span class="comment">/* Define to the sub-directory in which libtool stores uninstalled libraries.</span>
<a name="l00297"></a>00297 <span class="comment">   */</span>
<a name="l00298"></a><a class="code" href="config_8h.html#c2d5925d76379847dd9fc4747b061659">00298</a> <span class="preprocessor">#define LT_OBJDIR ".libs/"</span>
<a name="l00299"></a>00299 <span class="preprocessor"></span>
<a name="l00300"></a>00300 <span class="comment">/* Name of package */</span>
<a name="l00301"></a><a class="code" href="config_8h.html#ca8570fb706c81df371b7f9bc454ae03">00301</a> <span class="preprocessor">#define PACKAGE "libdap"</span>
<a name="l00302"></a>00302 <span class="preprocessor"></span>
<a name="l00303"></a>00303 <span class="comment">/* Define to the address where bug reports for this package should be sent. */</span>
<a name="l00304"></a><a class="code" href="config_8h.html#1d1d2d7f8d2f95b376954d649ab03233">00304</a> <span class="preprocessor">#define PACKAGE_BUGREPORT "opendap-tech@opendap.org"</span>
<a name="l00305"></a>00305 <span class="preprocessor"></span>
<a name="l00306"></a>00306 <span class="comment">/* Define to the full name of this package. */</span>
<a name="l00307"></a><a class="code" href="config_8h.html#1c0439e4355794c09b64274849eb0279">00307</a> <span class="preprocessor">#define PACKAGE_NAME "libdap"</span>
<a name="l00308"></a>00308 <span class="preprocessor"></span>
<a name="l00309"></a>00309 <span class="comment">/* Define to the full name and version of this package. */</span>
<a name="l00310"></a><a class="code" href="config_8h.html#c73e6f903c16eca7710f92e36e1c6fbf">00310</a> <span class="preprocessor">#define PACKAGE_STRING "libdap 3.9.3"</span>
<a name="l00311"></a>00311 <span class="preprocessor"></span>
<a name="l00312"></a>00312 <span class="comment">/* Define to the one symbol short name of this package. */</span>
<a name="l00313"></a><a class="code" href="config_8h.html#f415af6bfede0e8d5453708afe68651c">00313</a> <span class="preprocessor">#define PACKAGE_TARNAME "libdap"</span>
<a name="l00314"></a>00314 <span class="preprocessor"></span>
<a name="l00315"></a>00315 <span class="comment">/* Define to the home page for this package. */</span>
<a name="l00316"></a><a class="code" href="config_8h.html#5c93853116d5a50307b6744f147840aa">00316</a> <span class="preprocessor">#define PACKAGE_URL ""</span>
<a name="l00317"></a>00317 <span class="preprocessor"></span>
<a name="l00318"></a>00318 <span class="comment">/* Define to the version of this package. */</span>
<a name="l00319"></a><a class="code" href="config_8h.html#a326a05d5e30f9e9a4bb0b4469d5d0c0">00319</a> <span class="preprocessor">#define PACKAGE_VERSION "3.9.3"</span>
<a name="l00320"></a>00320 <span class="preprocessor"></span>
<a name="l00321"></a>00321 <span class="comment">/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type</span>
<a name="l00322"></a>00322 <span class="comment">   'ptrdiff_t'. */</span>
<a name="l00323"></a>00323 <span class="comment">/* #undef PTRDIFF_T_SUFFIX */</span>
<a name="l00324"></a>00324 
<a name="l00325"></a>00325 <span class="comment">/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type</span>
<a name="l00326"></a>00326 <span class="comment">   'sig_atomic_t'. */</span>
<a name="l00327"></a>00327 <span class="comment">/* #undef SIG_ATOMIC_T_SUFFIX */</span>
<a name="l00328"></a>00328 
<a name="l00329"></a>00329 <span class="comment">/* The size of `char', as computed by sizeof. */</span>
<a name="l00330"></a><a class="code" href="config_8h.html#5047e1a434f4055a9003e4836f7ed968">00330</a> <span class="preprocessor">#define SIZEOF_CHAR 1</span>
<a name="l00331"></a>00331 <span class="preprocessor"></span>
<a name="l00332"></a>00332 <span class="comment">/* The size of `double', as computed by sizeof. */</span>
<a name="l00333"></a><a class="code" href="config_8h.html#8409aaaf865dc14179cbe2a63bffbc7f">00333</a> <span class="preprocessor">#define SIZEOF_DOUBLE 8</span>
<a name="l00334"></a>00334 <span class="preprocessor"></span>
<a name="l00335"></a>00335 <span class="comment">/* The size of `float', as computed by sizeof. */</span>
<a name="l00336"></a><a class="code" href="config_8h.html#0c4343d1f6e7b7ce4f470d9ea69ad0b4">00336</a> <span class="preprocessor">#define SIZEOF_FLOAT 4</span>
<a name="l00337"></a>00337 <span class="preprocessor"></span>
<a name="l00338"></a>00338 <span class="comment">/* The size of `int', as computed by sizeof. */</span>
<a name="l00339"></a><a class="code" href="config_8h.html#44184cf844a916eee78598ab35fc966b">00339</a> <span class="preprocessor">#define SIZEOF_INT 4</span>
<a name="l00340"></a>00340 <span class="preprocessor"></span>
<a name="l00341"></a>00341 <span class="comment">/* The size of `int16_t', as computed by sizeof. */</span>
<a name="l00342"></a><a class="code" href="config_8h.html#b15d8c88fe9c0798898c85f9a9caf116">00342</a> <span class="preprocessor">#define SIZEOF_INT16_T 2</span>
<a name="l00343"></a>00343 <span class="preprocessor"></span>
<a name="l00344"></a>00344 <span class="comment">/* The size of `int32_t', as computed by sizeof. */</span>
<a name="l00345"></a><a class="code" href="config_8h.html#cfcb68dfce5219704273a77015ef3f62">00345</a> <span class="preprocessor">#define SIZEOF_INT32_T 4</span>
<a name="l00346"></a>00346 <span class="preprocessor"></span>
<a name="l00347"></a>00347 <span class="comment">/* The size of `long', as computed by sizeof. */</span>
<a name="l00348"></a><a class="code" href="config_8h.html#22aece5d034fd9040a3d01c3797fdfe7">00348</a> <span class="preprocessor">#define SIZEOF_LONG 4</span>
<a name="l00349"></a>00349 <span class="preprocessor"></span>
<a name="l00350"></a>00350 <span class="comment">/* The size of `uint16_t', as computed by sizeof. */</span>
<a name="l00351"></a><a class="code" href="config_8h.html#58fe02491a9f85380e1bdef80a1f3b91">00351</a> <span class="preprocessor">#define SIZEOF_UINT16_T 2</span>
<a name="l00352"></a>00352 <span class="preprocessor"></span>
<a name="l00353"></a>00353 <span class="comment">/* The size of `uint32_t', as computed by sizeof. */</span>
<a name="l00354"></a><a class="code" href="config_8h.html#837e3fb7314e83d72198a1d03b4b5c87">00354</a> <span class="preprocessor">#define SIZEOF_UINT32_T 4</span>
<a name="l00355"></a>00355 <span class="preprocessor"></span>
<a name="l00356"></a>00356 <span class="comment">/* The size of `uint8_t', as computed by sizeof. */</span>
<a name="l00357"></a><a class="code" href="config_8h.html#cc19b45ace0f61504a0358d870ef3a02">00357</a> <span class="preprocessor">#define SIZEOF_UINT8_T 1</span>
<a name="l00358"></a>00358 <span class="preprocessor"></span>
<a name="l00359"></a>00359 <span class="comment">/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type</span>
<a name="l00360"></a>00360 <span class="comment">   'size_t'. */</span>
<a name="l00361"></a>00361 <span class="comment">/* #undef SIZE_T_SUFFIX */</span>
<a name="l00362"></a>00362 
<a name="l00363"></a>00363 <span class="comment">/* If using the C implementation of alloca, define if you know the</span>
<a name="l00364"></a>00364 <span class="comment">   direction of stack growth for your system; otherwise it will be</span>
<a name="l00365"></a>00365 <span class="comment">   automatically deduced at runtime.</span>
<a name="l00366"></a>00366 <span class="comment">        STACK_DIRECTION &gt; 0 =&gt; grows toward higher addresses</span>
<a name="l00367"></a>00367 <span class="comment">        STACK_DIRECTION &lt; 0 =&gt; grows toward lower addresses</span>
<a name="l00368"></a>00368 <span class="comment">        STACK_DIRECTION = 0 =&gt; direction of growth unknown */</span>
<a name="l00369"></a>00369 <span class="comment">/* #undef STACK_DIRECTION */</span>
<a name="l00370"></a>00370 
<a name="l00371"></a>00371 <span class="comment">/* Define to 1 if you have the ANSI C header files. */</span>
<a name="l00372"></a><a class="code" href="config_8h.html#550e5c272cc3cf3814651721167dcd23">00372</a> <span class="preprocessor">#define STDC_HEADERS 1</span>
<a name="l00373"></a>00373 <span class="preprocessor"></span>
<a name="l00374"></a>00374 <span class="comment">/* Define to 1 if you can safely include both &lt;sys/time.h&gt; and &lt;time.h&gt;. */</span>
<a name="l00375"></a><a class="code" href="config_8h.html#2b44ef64cf38e064ef11e11f35271380">00375</a> <span class="preprocessor">#define TIME_WITH_SYS_TIME 1</span>
<a name="l00376"></a>00376 <span class="preprocessor"></span>
<a name="l00377"></a>00377 <span class="comment">/* Define to 1 if your &lt;sys/time.h&gt; declares `struct tm'. */</span>
<a name="l00378"></a>00378 <span class="comment">/* #undef TM_IN_SYS_TIME */</span>
<a name="l00379"></a>00379 
<a name="l00380"></a>00380 <span class="comment">/* Version number of package */</span>
<a name="l00381"></a><a class="code" href="config_8h.html#1c6d5de492ac61ad29aec7aa9a436bbf">00381</a> <span class="preprocessor">#define VERSION "3.9.3"</span>
<a name="l00382"></a>00382 <span class="preprocessor"></span>
<a name="l00383"></a>00383 <span class="comment">/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type</span>
<a name="l00384"></a>00384 <span class="comment">   'wchar_t'. */</span>
<a name="l00385"></a>00385 <span class="comment">/* #undef WCHAR_T_SUFFIX */</span>
<a name="l00386"></a>00386 
<a name="l00387"></a>00387 <span class="comment">/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type</span>
<a name="l00388"></a>00388 <span class="comment">   'wint_t'. */</span>
<a name="l00389"></a>00389 <span class="comment">/* #undef WINT_T_SUFFIX */</span>
<a name="l00390"></a>00390 
<a name="l00391"></a>00391 <span class="comment">/* xdr float32 */</span>
<a name="l00392"></a><a class="code" href="config_8h.html#b8a7fc1ec52006fbcd2c3da947d5f8e6">00392</a> <span class="preprocessor">#define XDR_FLOAT32 xdr_float</span>
<a name="l00393"></a>00393 <span class="preprocessor"></span>
<a name="l00394"></a>00394 <span class="comment">/* xdr float64 */</span>
<a name="l00395"></a><a class="code" href="config_8h.html#3c125ee3b49360f8eaea7948b24154a7">00395</a> <span class="preprocessor">#define XDR_FLOAT64 xdr_double</span>
<a name="l00396"></a>00396 <span class="preprocessor"></span>
<a name="l00397"></a>00397 <span class="comment">/* xdr int16 */</span>
<a name="l00398"></a><a class="code" href="config_8h.html#24654f59366e8cc041ba72d75f6308f9">00398</a> <span class="preprocessor">#define XDR_INT16 xdr_int16_t</span>
<a name="l00399"></a>00399 <span class="preprocessor"></span>
<a name="l00400"></a>00400 <span class="comment">/* xdr int32 */</span>
<a name="l00401"></a><a class="code" href="config_8h.html#3e24e0d58a6330f2d3dcb3df5f66e59f">00401</a> <span class="preprocessor">#define XDR_INT32 xdr_int32_t</span>
<a name="l00402"></a>00402 <span class="preprocessor"></span>
<a name="l00403"></a>00403 <span class="comment">/* xdr uint16 */</span>
<a name="l00404"></a><a class="code" href="config_8h.html#0440bdd8dcee5f8ff49fd6c689278da8">00404</a> <span class="preprocessor">#define XDR_UINT16 xdr_uint16_t</span>
<a name="l00405"></a>00405 <span class="preprocessor"></span>
<a name="l00406"></a>00406 <span class="comment">/* xdr uint32 */</span>
<a name="l00407"></a><a class="code" href="config_8h.html#680769c94a1d529e0b8d81e0f1b7d4b4">00407</a> <span class="preprocessor">#define XDR_UINT32 xdr_uint32_t</span>
<a name="l00408"></a>00408 <span class="preprocessor"></span>
<a name="l00409"></a>00409 <span class="comment">/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a</span>
<a name="l00410"></a>00410 <span class="comment">   `char[]'. */</span>
<a name="l00411"></a>00411 <span class="comment">/* #undef YYTEXT_POINTER */</span>
<a name="l00412"></a>00412 
<a name="l00413"></a>00413 <span class="comment">/* Define to 1 if on MINIX. */</span>
<a name="l00414"></a>00414 <span class="comment">/* #undef _MINIX */</span>
<a name="l00415"></a>00415 
<a name="l00416"></a>00416 <span class="comment">/* Define to 2 if the system does not provide POSIX.1 features except with</span>
<a name="l00417"></a>00417 <span class="comment">   this defined. */</span>
<a name="l00418"></a>00418 <span class="comment">/* #undef _POSIX_1_SOURCE */</span>
<a name="l00419"></a>00419 
<a name="l00420"></a>00420 <span class="comment">/* Define to 1 if you need to in order for `stat' and other things to work. */</span>
<a name="l00421"></a>00421 <span class="comment">/* #undef _POSIX_SOURCE */</span>
<a name="l00422"></a>00422 
<a name="l00423"></a>00423 <span class="comment">/* Define if you want regoff_t to be at least as wide POSIX requires. */</span>
<a name="l00424"></a>00424 <span class="comment">/* #undef _REGEX_LARGE_OFFSETS */</span>
<a name="l00425"></a>00425 
<a name="l00426"></a>00426 <span class="comment">/* Enable extensions on AIX 3, Interix.  */</span>
<a name="l00427"></a>00427 <span class="preprocessor">#ifndef _ALL_SOURCE</span>
<a name="l00428"></a><a class="code" href="config_8h.html#6a4f67fdf3f14cde3b17d2465bf9ebb9">00428</a> <span class="preprocessor"></span><span class="preprocessor"># define _ALL_SOURCE 1</span>
<a name="l00429"></a>00429 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00430"></a>00430 <span class="preprocessor"></span><span class="comment">/* Enable GNU extensions on systems that have them.  */</span>
<a name="l00431"></a>00431 <span class="preprocessor">#ifndef _GNU_SOURCE</span>
<a name="l00432"></a><a class="code" href="config_8h.html#369266c24eacffb87046522897a570d5">00432</a> <span class="preprocessor"></span><span class="preprocessor"># define _GNU_SOURCE 1</span>
<a name="l00433"></a>00433 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00434"></a>00434 <span class="preprocessor"></span><span class="comment">/* Enable threading extensions on Solaris.  */</span>
<a name="l00435"></a>00435 <span class="preprocessor">#ifndef _POSIX_PTHREAD_SEMANTICS</span>
<a name="l00436"></a><a class="code" href="config_8h.html#d44924736167f82a10ae2891fc98a608">00436</a> <span class="preprocessor"></span><span class="preprocessor"># define _POSIX_PTHREAD_SEMANTICS 1</span>
<a name="l00437"></a>00437 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00438"></a>00438 <span class="preprocessor"></span><span class="comment">/* Enable extensions on HP NonStop.  */</span>
<a name="l00439"></a>00439 <span class="preprocessor">#ifndef _TANDEM_SOURCE</span>
<a name="l00440"></a><a class="code" href="config_8h.html#ca41d2cbf86c3393115fc92f87289dff">00440</a> <span class="preprocessor"></span><span class="preprocessor"># define _TANDEM_SOURCE 1</span>
<a name="l00441"></a>00441 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00442"></a>00442 <span class="preprocessor"></span><span class="comment">/* Enable general extensions on Solaris.  */</span>
<a name="l00443"></a>00443 <span class="preprocessor">#ifndef __EXTENSIONS__</span>
<a name="l00444"></a><a class="code" href="config_8h.html#b27cf1abd092548f1c51632e6ae35a37">00444</a> <span class="preprocessor"></span><span class="preprocessor"># define __EXTENSIONS__ 1</span>
<a name="l00445"></a>00445 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00446"></a>00446 <span class="preprocessor"></span>
<a name="l00447"></a>00447 
<a name="l00448"></a>00448 <span class="comment">/* Define to empty if `const' does not conform to ANSI C. */</span>
<a name="l00449"></a>00449 <span class="comment">/* #undef const */</span>
<a name="l00450"></a>00450 
<a name="l00451"></a>00451 <span class="comment">/* Define to `__inline__' or `__inline' if that's what the C compiler</span>
<a name="l00452"></a>00452 <span class="comment">   calls it, or to nothing if 'inline' is not supported under any name.  */</span>
<a name="l00453"></a>00453 <span class="preprocessor">#ifndef __cplusplus</span>
<a name="l00454"></a>00454 <span class="preprocessor"></span><span class="comment">/* #undef inline */</span>
<a name="l00455"></a>00455 <span class="preprocessor">#endif</span>
<a name="l00456"></a>00456 <span class="preprocessor"></span>
<a name="l00457"></a>00457 <span class="comment">/* Define to rpl_malloc if the replacement function should be used. */</span>
<a name="l00458"></a>00458 <span class="comment">/* #undef malloc */</span>
<a name="l00459"></a>00459 
<a name="l00460"></a>00460 <span class="comment">/* Define to rpl_re_comp if the replacement should be used. */</span>
<a name="l00461"></a>00461 <span class="comment">/* #undef re_comp */</span>
<a name="l00462"></a>00462 
<a name="l00463"></a>00463 <span class="comment">/* Define to rpl_re_compile_fastmap if the replacement should be used. */</span>
<a name="l00464"></a>00464 <span class="comment">/* #undef re_compile_fastmap */</span>
<a name="l00465"></a>00465 
<a name="l00466"></a>00466 <span class="comment">/* Define to rpl_re_compile_pattern if the replacement should be used. */</span>
<a name="l00467"></a>00467 <span class="comment">/* #undef re_compile_pattern */</span>
<a name="l00468"></a>00468 
<a name="l00469"></a>00469 <span class="comment">/* Define to rpl_re_exec if the replacement should be used. */</span>
<a name="l00470"></a>00470 <span class="comment">/* #undef re_exec */</span>
<a name="l00471"></a>00471 
<a name="l00472"></a>00472 <span class="comment">/* Define to rpl_re_match if the replacement should be used. */</span>
<a name="l00473"></a>00473 <span class="comment">/* #undef re_match */</span>
<a name="l00474"></a>00474 
<a name="l00475"></a>00475 <span class="comment">/* Define to rpl_re_match_2 if the replacement should be used. */</span>
<a name="l00476"></a>00476 <span class="comment">/* #undef re_match_2 */</span>
<a name="l00477"></a>00477 
<a name="l00478"></a>00478 <span class="comment">/* Define to rpl_re_search if the replacement should be used. */</span>
<a name="l00479"></a>00479 <span class="comment">/* #undef re_search */</span>
<a name="l00480"></a>00480 
<a name="l00481"></a>00481 <span class="comment">/* Define to rpl_re_search_2 if the replacement should be used. */</span>
<a name="l00482"></a>00482 <span class="comment">/* #undef re_search_2 */</span>
<a name="l00483"></a>00483 
<a name="l00484"></a>00484 <span class="comment">/* Define to rpl_re_set_registers if the replacement should be used. */</span>
<a name="l00485"></a>00485 <span class="comment">/* #undef re_set_registers */</span>
<a name="l00486"></a>00486 
<a name="l00487"></a>00487 <span class="comment">/* Define to rpl_re_set_syntax if the replacement should be used. */</span>
<a name="l00488"></a>00488 <span class="comment">/* #undef re_set_syntax */</span>
<a name="l00489"></a>00489 
<a name="l00490"></a>00490 <span class="comment">/* Define to rpl_re_syntax_options if the replacement should be used. */</span>
<a name="l00491"></a>00491 <span class="comment">/* #undef re_syntax_options */</span>
<a name="l00492"></a>00492 
<a name="l00493"></a>00493 <span class="comment">/* Define to rpl_regcomp if the replacement should be used. */</span>
<a name="l00494"></a>00494 <span class="comment">/* #undef regcomp */</span>
<a name="l00495"></a>00495 
<a name="l00496"></a>00496 <span class="comment">/* Define to rpl_regerror if the replacement should be used. */</span>
<a name="l00497"></a>00497 <span class="comment">/* #undef regerror */</span>
<a name="l00498"></a>00498 
<a name="l00499"></a>00499 <span class="comment">/* Define to rpl_regexec if the replacement should be used. */</span>
<a name="l00500"></a>00500 <span class="comment">/* #undef regexec */</span>
<a name="l00501"></a>00501 
<a name="l00502"></a>00502 <span class="comment">/* Define to rpl_regfree if the replacement should be used. */</span>
<a name="l00503"></a>00503 <span class="comment">/* #undef regfree */</span>
<a name="l00504"></a>00504 
<a name="l00505"></a>00505 <span class="comment">/* Define to the equivalent of the C99 'restrict' keyword, or to</span>
<a name="l00506"></a>00506 <span class="comment">   nothing if this is not supported.  Do not define if restrict is</span>
<a name="l00507"></a>00507 <span class="comment">   supported directly.  */</span>
<a name="l00508"></a><a class="code" href="config_8h.html#080abdcb9c02438f1cd2bb707af25af8">00508</a> <span class="preprocessor">#define restrict __restrict</span>
<a name="l00509"></a>00509 <span class="preprocessor"></span><span class="comment">/* Work around a bug in Sun C++: it does not support _Restrict or</span>
<a name="l00510"></a>00510 <span class="comment">   __restrict__, even though the corresponding Sun C compiler ends up with</span>
<a name="l00511"></a>00511 <span class="comment">   "#define restrict _Restrict" or "#define restrict __restrict__" in the</span>
<a name="l00512"></a>00512 <span class="comment">   previous line.  Perhaps some future version of Sun C++ will work with</span>
<a name="l00513"></a>00513 <span class="comment">   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */</span>
<a name="l00514"></a>00514 <span class="preprocessor">#if defined __SUNPRO_CC &amp;&amp; !defined __RESTRICT</span>
<a name="l00515"></a>00515 <span class="preprocessor"></span><span class="preprocessor"># define _Restrict</span>
<a name="l00516"></a>00516 <span class="preprocessor"></span><span class="preprocessor"># define __restrict__</span>
<a name="l00517"></a>00517 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00518"></a>00518 <span class="preprocessor"></span>
<a name="l00519"></a>00519 <span class="comment">/* Define to `unsigned int' if &lt;sys/types.h&gt; does not define. */</span>
<a name="l00520"></a>00520 <span class="comment">/* #undef size_t */</span>
<a name="l00521"></a>00521 
<a name="l00522"></a>00522 <span class="comment">/* Define as a signed type of the same size as size_t. */</span>
<a name="l00523"></a>00523 <span class="comment">/* #undef ssize_t */</span>
<a name="l00524"></a>00524 
<a name="l00525"></a>00525 <span class="comment">/* Define to empty if the keyword `volatile' does not work. Warning: valid</span>
<a name="l00526"></a>00526 <span class="comment">   code using `volatile' can become incorrect without. Disable with care. */</span>
<a name="l00527"></a>00527 <span class="comment">/* #undef volatile */</span>
<a name="l00528"></a>00528 
<a name="l00529"></a>00529 <span class="comment">/* Shorthand for gcc's unused attribute feature */</span>
<a name="l00530"></a>00530 <span class="preprocessor">#if defined(__GNUG__) || defined(__GNUC__)</span>
<a name="l00531"></a>00531 <span class="preprocessor"></span><span class="preprocessor">#define not_used __attribute__ ((unused))</span>
<a name="l00532"></a>00532 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00533"></a><a class="code" href="config_8h.html#05e109ec893d0b12023d5b0cf4f718c4">00533</a> <span class="preprocessor"></span><span class="preprocessor">#define not_used </span>
<a name="l00534"></a>00534 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* __GNUG__ || __GNUC__ */</span>
<a name="l00535"></a>00535 
<a name="l00536"></a>00536 <span class="preprocessor">#endif </span><span class="comment">/* _config_h */</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 7 19:57:07 2009 for libdap++ by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>