root/doc/html/config_8h-source.html @ 354

Revision 353, 22.0 kB (checked in by smidl, 16 years ago)

doc

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: config.h Source File</title>
4<link href="tabs.css" rel="stylesheet" type="text/css">
5<link href="doxygen.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.8 -->
8<script type="text/javascript">
9<!--
10function changeDisplayState (e){
11  var num=this.id.replace(/[^[0-9]/g,'');
12  var button=this.firstChild;
13  var sectionDiv=document.getElementById('dynsection'+num);
14  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
15    sectionDiv.style.display='block';
16    button.src='open.gif';
17  }else{
18    sectionDiv.style.display='none';
19    button.src='closed.gif';
20  }
21}
22function initDynSections(){
23  var divs=document.getElementsByTagName('div');
24  var sectionCounter=1;
25  for(var i=0;i<divs.length-1;i++){
26    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
27      var header=divs[i];
28      var section=divs[i+1];
29      var button=header.firstChild;
30      if (button!='IMG'){
31        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
32        button=document.createElement('img');
33        divs[i].insertBefore(button,divs[i].firstChild);
34      }
35      header.style.cursor='pointer';
36      header.onclick=changeDisplayState;
37      header.id='dynheader'+sectionCounter;
38      button.src='closed.gif';
39      section.id='dynsection'+sectionCounter;
40      section.style.display='none';
41      section.style.marginLeft='14px';
42      sectionCounter++;
43    }
44  }
45}
46window.onload = initDynSections;
47-->
48</script>
49<div class="navigation" id="top">
50  <div class="tabs">
51    <ul>
52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
53      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
54      <li><a href="modules.html"><span>Modules</span></a></li>
55      <li><a href="annotated.html"><span>Classes</span></a></li>
56      <li class="current"><a href="files.html"><span>Files</span></a></li>
57    </ul>
58  </div>
59  <div class="tabs">
60    <ul>
61      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
62      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
63    </ul>
64  </div>
65<h1>config.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* itpp/config.h.  Generated from config.h.in by configure.  */</span>
66<a name="l00002"></a>00002 <span class="comment">/* itpp/config.h.in.  Generated from configure.ac by autoheader.  */</span>
67<a name="l00003"></a>00003
68<a name="l00004"></a>00004
69<a name="l00005"></a>00005 <span class="preprocessor">#ifndef CONFIG_H</span>
70<a name="l00006"></a>00006 <span class="preprocessor"></span><span class="preprocessor">#define CONFIG_H</span>
71<a name="l00007"></a>00007 <span class="preprocessor"></span>
72<a name="l00008"></a>00008
73<a name="l00009"></a>00009 <span class="comment">/* Define to dummy `main' function (if any) required to link to the Fortran</span>
74<a name="l00010"></a>00010 <span class="comment">   libraries. */</span>
75<a name="l00011"></a>00011 <span class="comment">/* #undef F77_DUMMY_MAIN */</span>
76<a name="l00012"></a>00012
77<a name="l00013"></a>00013 <span class="comment">/* Define if F77 and FC dummy `main' functions are identical. */</span>
78<a name="l00014"></a>00014 <span class="comment">/* #undef FC_DUMMY_MAIN_EQ_F77 */</span>
79<a name="l00015"></a>00015
80<a name="l00016"></a>00016 <span class="comment">/* Define to 1 if you have the `acosh' function. */</span>
81<a name="l00017"></a>00017 <span class="preprocessor">#define HAVE_ACOSH 1</span>
82<a name="l00018"></a>00018 <span class="preprocessor"></span>
83<a name="l00019"></a>00019 <span class="comment">/* Define to 1 if you have the `asinh' function. */</span>
84<a name="l00020"></a>00020 <span class="preprocessor">#define HAVE_ASINH 1</span>
85<a name="l00021"></a>00021 <span class="preprocessor"></span>
86<a name="l00022"></a>00022 <span class="comment">/* Define to 1 if you have the `atanh' function. */</span>
87<a name="l00023"></a>00023 <span class="preprocessor">#define HAVE_ATANH 1</span>
88<a name="l00024"></a>00024 <span class="preprocessor"></span>
89<a name="l00025"></a>00025 <span class="comment">/* Define if you have a BLAS library. */</span>
90<a name="l00026"></a>00026 <span class="preprocessor">#define HAVE_BLAS 1</span>
91<a name="l00027"></a>00027 <span class="preprocessor"></span>
92<a name="l00028"></a>00028 <span class="comment">/* Define if you have an ACML BLAS library. */</span>
93<a name="l00029"></a>00029 <span class="comment">/* #undef HAVE_BLAS_ACML */</span>
94<a name="l00030"></a>00030
95<a name="l00031"></a>00031 <span class="comment">/* Define if you have an ATLAS BLAS library. */</span>
96<a name="l00032"></a>00032 <span class="preprocessor">#define HAVE_BLAS_ATLAS 1</span>
97<a name="l00033"></a>00033 <span class="preprocessor"></span>
98<a name="l00034"></a>00034 <span class="comment">/* Define if you have an MKL BLAS library. */</span>
99<a name="l00035"></a>00035 <span class="comment">/* #undef HAVE_BLAS_MKL */</span>
100<a name="l00036"></a>00036
101<a name="l00037"></a>00037 <span class="comment">/* Define to 1 if you have the `cbrt' function. */</span>
102<a name="l00038"></a>00038 <span class="preprocessor">#define HAVE_CBRT 1</span>
103<a name="l00039"></a>00039 <span class="preprocessor"></span>
104<a name="l00040"></a>00040 <span class="comment">/* Define to 1 if you have the &lt;cmath&gt; header file. */</span>
105<a name="l00041"></a>00041 <span class="preprocessor">#define HAVE_CMATH 1</span>
106<a name="l00042"></a>00042 <span class="preprocessor"></span>
107<a name="l00043"></a>00043 <span class="comment">/* Define to 1 if you have the &lt;complex&gt; header file. */</span>
108<a name="l00044"></a>00044 <span class="preprocessor">#define HAVE_COMPLEX 1</span>
109<a name="l00045"></a>00045 <span class="preprocessor"></span>
110<a name="l00046"></a>00046 <span class="comment">/* Define to 1 if you have the declaration of `isfinite', and to 0 if you</span>
111<a name="l00047"></a>00047 <span class="comment">   don't. */</span>
112<a name="l00048"></a>00048 <span class="preprocessor">#define HAVE_DECL_ISFINITE 0</span>
113<a name="l00049"></a>00049 <span class="preprocessor"></span>
114<a name="l00050"></a>00050 <span class="comment">/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.</span>
115<a name="l00051"></a>00051 <span class="comment">   */</span>
116<a name="l00052"></a>00052 <span class="preprocessor">#define HAVE_DECL_ISINF 1</span>
117<a name="l00053"></a>00053 <span class="preprocessor"></span>
118<a name="l00054"></a>00054 <span class="comment">/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.</span>
119<a name="l00055"></a>00055 <span class="comment">   */</span>
120<a name="l00056"></a>00056 <span class="preprocessor">#define HAVE_DECL_ISNAN 1</span>
121<a name="l00057"></a>00057 <span class="preprocessor"></span>
122<a name="l00058"></a>00058 <span class="comment">/* Define to 1 if you have the declaration of `signgam', and to 0 if you</span>
123<a name="l00059"></a>00059 <span class="comment">   don't. */</span>
124<a name="l00060"></a>00060 <span class="preprocessor">#define HAVE_DECL_SIGNGAM 1</span>
125<a name="l00061"></a>00061 <span class="preprocessor"></span>
126<a name="l00062"></a>00062 <span class="comment">/* Define to 1 if you have the &lt;dlfcn.h&gt; header file. */</span>
127<a name="l00063"></a>00063 <span class="preprocessor">#define HAVE_DLFCN_H 1</span>
128<a name="l00064"></a>00064 <span class="preprocessor"></span>
129<a name="l00065"></a>00065 <span class="comment">/* Define to 1 if you have the `erf' function. */</span>
130<a name="l00066"></a>00066 <span class="preprocessor">#define HAVE_ERF 1</span>
131<a name="l00067"></a>00067 <span class="preprocessor"></span>
132<a name="l00068"></a>00068 <span class="comment">/* Define to 1 if you have the `erfc' function. */</span>
133<a name="l00069"></a>00069 <span class="preprocessor">#define HAVE_ERFC 1</span>
134<a name="l00070"></a>00070 <span class="preprocessor"></span>
135<a name="l00071"></a>00071 <span class="comment">/* Define to 1 if you have the `expm1' function. */</span>
136<a name="l00072"></a>00072 <span class="preprocessor">#define HAVE_EXPM1 1</span>
137<a name="l00073"></a>00073 <span class="preprocessor"></span>
138<a name="l00074"></a>00074 <span class="comment">/* Define if the compiler supports extern template */</span>
139<a name="l00075"></a>00075 <span class="preprocessor">#define HAVE_EXTERN_TEMPLATE 1</span>
140<a name="l00076"></a>00076 <span class="preprocessor"></span>
141<a name="l00077"></a>00077 <span class="comment">/* Define if you have FFT library. */</span>
142<a name="l00078"></a>00078 <span class="comment">/* #undef HAVE_FFT */</span>
143<a name="l00079"></a>00079
144<a name="l00080"></a>00080 <span class="comment">/* Define if you have FFTW3 library. */</span>
145<a name="l00081"></a>00081 <span class="comment">/* #undef HAVE_FFTW3 */</span>
146<a name="l00082"></a>00082
147<a name="l00083"></a>00083 <span class="comment">/* Define if you have ACML FFT library. */</span>
148<a name="l00084"></a>00084 <span class="comment">/* #undef HAVE_FFT_ACML */</span>
149<a name="l00085"></a>00085
150<a name="l00086"></a>00086 <span class="comment">/* Define if you have MKL FFT library. */</span>
151<a name="l00087"></a>00087 <span class="comment">/* #undef HAVE_FFT_MKL */</span>
152<a name="l00088"></a>00088
153<a name="l00089"></a>00089 <span class="comment">/* Define to 1 if you have the `finite' function. */</span>
154<a name="l00090"></a>00090 <span class="preprocessor">#define HAVE_FINITE 1</span>
155<a name="l00091"></a>00091 <span class="preprocessor"></span>
156<a name="l00092"></a>00092 <span class="comment">/* Define to 1 if you have the `fpclass' function. */</span>
157<a name="l00093"></a>00093 <span class="comment">/* #undef HAVE_FPCLASS */</span>
158<a name="l00094"></a>00094
159<a name="l00095"></a>00095 <span class="comment">/* Define to 1 if you have the &lt;ieeefp.h&gt; header file. */</span>
160<a name="l00096"></a>00096 <span class="comment">/* #undef HAVE_IEEEFP_H */</span>
161<a name="l00097"></a>00097
162<a name="l00098"></a>00098 <span class="comment">/* Define to 1 if you have the &lt;inttypes.h&gt; header file. */</span>
163<a name="l00099"></a>00099 <span class="preprocessor">#define HAVE_INTTYPES_H 1</span>
164<a name="l00100"></a>00100 <span class="preprocessor"></span>
165<a name="l00101"></a>00101 <span class="comment">/* Define to 1 if you have the `isfinite' function. */</span>
166<a name="l00102"></a>00102 <span class="comment">/* #undef HAVE_ISFINITE */</span>
167<a name="l00103"></a>00103
168<a name="l00104"></a>00104 <span class="comment">/* Define to 1 if you have the `isinf' function. */</span>
169<a name="l00105"></a>00105 <span class="preprocessor">#define HAVE_ISINF 1</span>
170<a name="l00106"></a>00106 <span class="preprocessor"></span>
171<a name="l00107"></a>00107 <span class="comment">/* Define to 1 if you have the `isnan' function. */</span>
172<a name="l00108"></a>00108 <span class="preprocessor">#define HAVE_ISNAN 1</span>
173<a name="l00109"></a>00109 <span class="preprocessor"></span>
174<a name="l00110"></a>00110 <span class="comment">/* Define if you have LAPACK library. */</span>
175<a name="l00111"></a>00111 <span class="preprocessor">#define HAVE_LAPACK 1</span>
176<a name="l00112"></a>00112 <span class="preprocessor"></span>
177<a name="l00113"></a>00113 <span class="comment">/* Define to 1 if you have the `lgamma' function. */</span>
178<a name="l00114"></a>00114 <span class="preprocessor">#define HAVE_LGAMMA 1</span>
179<a name="l00115"></a>00115 <span class="preprocessor"></span>
180<a name="l00116"></a>00116 <span class="comment">/* Define to 1 if you have the `log1p' function. */</span>
181<a name="l00117"></a>00117 <span class="preprocessor">#define HAVE_LOG1P 1</span>
182<a name="l00118"></a>00118 <span class="preprocessor"></span>
183<a name="l00119"></a>00119 <span class="comment">/* Define to 1 if you have the `log2' function. */</span>
184<a name="l00120"></a>00120 <span class="preprocessor">#define HAVE_LOG2 1</span>
185<a name="l00121"></a>00121 <span class="preprocessor"></span>
186<a name="l00122"></a>00122 <span class="comment">/* Define to 1 if you have the &lt;memory.h&gt; header file. */</span>
187<a name="l00123"></a>00123 <span class="preprocessor">#define HAVE_MEMORY_H 1</span>
188<a name="l00124"></a>00124 <span class="preprocessor"></span>
189<a name="l00125"></a>00125 <span class="comment">/* Define to 1 if you have the `rint' function. */</span>
190<a name="l00126"></a>00126 <span class="preprocessor">#define HAVE_RINT 1</span>
191<a name="l00127"></a>00127 <span class="preprocessor"></span>
192<a name="l00128"></a>00128 <span class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</span>
193<a name="l00129"></a>00129 <span class="preprocessor">#define HAVE_STDINT_H 1</span>
194<a name="l00130"></a>00130 <span class="preprocessor"></span>
195<a name="l00131"></a>00131 <span class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</span>
196<a name="l00132"></a>00132 <span class="preprocessor">#define HAVE_STDLIB_H 1</span>
197<a name="l00133"></a>00133 <span class="preprocessor"></span>
198<a name="l00134"></a>00134 <span class="comment">/* Define to 1 if you have the `std::isfinite' function. */</span>
199<a name="l00135"></a>00135 <span class="preprocessor">#define HAVE_STD_ISFINITE 1</span>
200<a name="l00136"></a>00136 <span class="preprocessor"></span>
201<a name="l00137"></a>00137 <span class="comment">/* Define to 1 if you have the `std::isinf' function. */</span>
202<a name="l00138"></a>00138 <span class="preprocessor">#define HAVE_STD_ISINF 1</span>
203<a name="l00139"></a>00139 <span class="preprocessor"></span>
204<a name="l00140"></a>00140 <span class="comment">/* Define to 1 if you have the `std::isnan' function. */</span>
205<a name="l00141"></a>00141 <span class="preprocessor">#define HAVE_STD_ISNAN 1</span>
206<a name="l00142"></a>00142 <span class="preprocessor"></span>
207<a name="l00143"></a>00143 <span class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</span>
208<a name="l00144"></a>00144 <span class="preprocessor">#define HAVE_STRINGS_H 1</span>
209<a name="l00145"></a>00145 <span class="preprocessor"></span>
210<a name="l00146"></a>00146 <span class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</span>
211<a name="l00147"></a>00147 <span class="preprocessor">#define HAVE_STRING_H 1</span>
212<a name="l00148"></a>00148 <span class="preprocessor"></span>
213<a name="l00149"></a>00149 <span class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</span>
214<a name="l00150"></a>00150 <span class="preprocessor">#define HAVE_SYS_STAT_H 1</span>
215<a name="l00151"></a>00151 <span class="preprocessor"></span>
216<a name="l00152"></a>00152 <span class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</span>
217<a name="l00153"></a>00153 <span class="preprocessor">#define HAVE_SYS_TYPES_H 1</span>
218<a name="l00154"></a>00154 <span class="preprocessor"></span>
219<a name="l00155"></a>00155 <span class="comment">/* Define to 1 if you have the `tgamma' function. */</span>
220<a name="l00156"></a>00156 <span class="preprocessor">#define HAVE_TGAMMA 1</span>
221<a name="l00157"></a>00157 <span class="preprocessor"></span>
222<a name="l00158"></a>00158 <span class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</span>
223<a name="l00159"></a>00159 <span class="preprocessor">#define HAVE_UNISTD_H 1</span>
224<a name="l00160"></a>00160 <span class="preprocessor"></span>
225<a name="l00161"></a>00161 <span class="comment">/* Define to use zdotusub_ Fortran wrapper. */</span>
226<a name="l00162"></a>00162 <span class="comment">/* #undef HAVE_ZDOTUSUB */</span>
227<a name="l00163"></a>00163
228<a name="l00164"></a>00164 <span class="comment">/* Define to use "void zdotu_()". */</span>
229<a name="l00165"></a>00165 <span class="comment">/* #undef HAVE_ZDOTU_VOID */</span>
230<a name="l00166"></a>00166
231<a name="l00167"></a>00167 <span class="comment">/* Define if you want exceptions handling */</span>
232<a name="l00168"></a>00168 <span class="preprocessor">#define ITPP_EXCEPTIONS 1</span>
233<a name="l00169"></a>00169 <span class="preprocessor"></span>
234<a name="l00170"></a>00170 <span class="comment">/* Define to the sub-directory in which libtool stores uninstalled libraries.</span>
235<a name="l00171"></a>00171 <span class="comment">   */</span>
236<a name="l00172"></a>00172 <span class="preprocessor">#define LT_OBJDIR ".libs/"</span>
237<a name="l00173"></a>00173 <span class="preprocessor"></span>
238<a name="l00174"></a>00174 <span class="comment">/* Name of package */</span>
239<a name="l00175"></a>00175 <span class="preprocessor">#define PACKAGE "itpp"</span>
240<a name="l00176"></a>00176 <span class="preprocessor"></span>
241<a name="l00177"></a>00177 <span class="comment">/* Define to the address where bug reports for this package should be sent. */</span>
242<a name="l00178"></a>00178 <span class="preprocessor">#define PACKAGE_BUGREPORT "ediap@users.sourceforge.net"</span>
243<a name="l00179"></a>00179 <span class="preprocessor"></span>
244<a name="l00180"></a>00180 <span class="comment">/* Define to the full name of this package. */</span>
245<a name="l00181"></a>00181 <span class="preprocessor">#define PACKAGE_NAME "IT++"</span>
246<a name="l00182"></a>00182 <span class="preprocessor"></span>
247<a name="l00183"></a>00183 <span class="comment">/* Define to the full name and version of this package. */</span>
248<a name="l00184"></a>00184 <span class="preprocessor">#define PACKAGE_STRING "IT++ 4.1.r1665"</span>
249<a name="l00185"></a>00185 <span class="preprocessor"></span>
250<a name="l00186"></a>00186 <span class="comment">/* Define to the one symbol short name of this package. */</span>
251<a name="l00187"></a>00187 <span class="preprocessor">#define PACKAGE_TARNAME "itpp"</span>
252<a name="l00188"></a>00188 <span class="preprocessor"></span>
253<a name="l00189"></a>00189 <span class="comment">/* Define to the version of this package. */</span>
254<a name="l00190"></a>00190 <span class="preprocessor">#define PACKAGE_VERSION "4.1.r1665"</span>
255<a name="l00191"></a>00191 <span class="preprocessor"></span>
256<a name="l00192"></a>00192 <span class="comment">/* The size of `int', as computed by sizeof. */</span>
257<a name="l00193"></a>00193 <span class="preprocessor">#define SIZEOF_INT 4</span>
258<a name="l00194"></a>00194 <span class="preprocessor"></span>
259<a name="l00195"></a>00195 <span class="comment">/* The size of `long', as computed by sizeof. */</span>
260<a name="l00196"></a>00196 <span class="preprocessor">#define SIZEOF_LONG 8</span>
261<a name="l00197"></a>00197 <span class="preprocessor"></span>
262<a name="l00198"></a>00198 <span class="comment">/* The size of `long long', as computed by sizeof. */</span>
263<a name="l00199"></a>00199 <span class="preprocessor">#define SIZEOF_LONG_LONG 8</span>
264<a name="l00200"></a>00200 <span class="preprocessor"></span>
265<a name="l00201"></a>00201 <span class="comment">/* The size of `short', as computed by sizeof. */</span>
266<a name="l00202"></a>00202 <span class="preprocessor">#define SIZEOF_SHORT 2</span>
267<a name="l00203"></a>00203 <span class="preprocessor"></span>
268<a name="l00204"></a>00204 <span class="comment">/* The size of `unsigned int', as computed by sizeof. */</span>
269<a name="l00205"></a>00205 <span class="preprocessor">#define SIZEOF_UNSIGNED_INT 4</span>
270<a name="l00206"></a>00206 <span class="preprocessor"></span>
271<a name="l00207"></a>00207 <span class="comment">/* The size of `unsigned long', as computed by sizeof. */</span>
272<a name="l00208"></a>00208 <span class="preprocessor">#define SIZEOF_UNSIGNED_LONG 8</span>
273<a name="l00209"></a>00209 <span class="preprocessor"></span>
274<a name="l00210"></a>00210 <span class="comment">/* The size of `unsigned long long', as computed by sizeof. */</span>
275<a name="l00211"></a>00211 <span class="preprocessor">#define SIZEOF_UNSIGNED_LONG_LONG 8</span>
276<a name="l00212"></a>00212 <span class="preprocessor"></span>
277<a name="l00213"></a>00213 <span class="comment">/* The size of `unsigned short', as computed by sizeof. */</span>
278<a name="l00214"></a>00214 <span class="preprocessor">#define SIZEOF_UNSIGNED_SHORT 2</span>
279<a name="l00215"></a>00215 <span class="preprocessor"></span>
280<a name="l00216"></a>00216 <span class="comment">/* Define to 1 if you have the ANSI C header files. */</span>
281<a name="l00217"></a>00217 <span class="preprocessor">#define STDC_HEADERS 1</span>
282<a name="l00218"></a>00218 <span class="preprocessor"></span>
283<a name="l00219"></a>00219 <span class="comment">/* Define to 1 if you can safely include both &lt;sys/time.h&gt; and &lt;time.h&gt;. */</span>
284<a name="l00220"></a>00220 <span class="preprocessor">#define TIME_WITH_SYS_TIME 1</span>
285<a name="l00221"></a>00221 <span class="preprocessor"></span>
286<a name="l00222"></a>00222 <span class="comment">/* Version number of package */</span>
287<a name="l00223"></a>00223 <span class="preprocessor">#define VERSION "4.1.r1665"</span>
288<a name="l00224"></a>00224 <span class="preprocessor"></span>
289<a name="l00225"></a>00225
290<a name="l00226"></a>00226 <span class="preprocessor">#if defined(HAVE_CMATH)</span>
291<a name="l00227"></a>00227 <span class="preprocessor"></span><span class="preprocessor">#  include &lt;cmath&gt;</span>
292<a name="l00228"></a>00228 <span class="preprocessor">#endif</span>
293<a name="l00229"></a>00229 <span class="preprocessor"></span>
294<a name="l00230"></a>00230 <span class="comment">/* IT++ uses only std::min() and std::max() functions, not macros */</span>
295<a name="l00231"></a>00231 <span class="preprocessor">#ifdef min</span>
296<a name="l00232"></a>00232 <span class="preprocessor"></span><span class="comment">/* #  undef min */</span>
297<a name="l00233"></a>00233 <span class="preprocessor">#endif</span>
298<a name="l00234"></a>00234 <span class="preprocessor"></span><span class="preprocessor">#ifdef max</span>
299<a name="l00235"></a>00235 <span class="preprocessor"></span><span class="comment">/* #  undef max */</span>
300<a name="l00236"></a>00236 <span class="preprocessor">#endif</span>
301<a name="l00237"></a>00237 <span class="preprocessor"></span>
302<a name="l00238"></a>00238 <span class="preprocessor">#endif </span><span class="comment">/* #ifndef CONFIG_H */</span>
303<a name="l00239"></a>00239
304</pre></div></div>
305<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:11 2009 for mixpp by&nbsp;
306<a href="http://www.doxygen.org/index.html">
307<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
308</body>
309</html>
Note: See TracBrowser for help on using the browser.