File: a00146.html

package info (click to toggle)
omnievents 1%3A2.6.2-5.1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,004 kB
  • sloc: cpp: 7,676; python: 3,138; sh: 2,575; xml: 2,057; java: 1,409; javascript: 551; makefile: 317; ansic: 9
file content (286 lines) | stat: -rw-r--r-- 25,607 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!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>OmniEvents: config.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.3-20050530 -->
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</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="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">src</a></div>
<h1>config.h</h1><a href="a00083.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* src/config.h.  Generated by configure.  */</span>
<a name="l00002"></a>00002 <span class="comment">/* src/config.h.in.  Generated from configure.ac by autoheader.  */</span>
<a name="l00003"></a>00003 
<a name="l00004"></a>00004 <span class="comment">/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP</span>
<a name="l00005"></a>00005 <span class="comment">   systems. This function is required for `alloca.c' support on those systems.</span>
<a name="l00006"></a>00006 <span class="comment">   */</span>
<a name="l00007"></a>00007 <span class="comment">/* #undef CRAY_STACKSEG_END */</span>
<a name="l00008"></a>00008 
<a name="l00009"></a>00009 <span class="comment">/* Define to 1 if using `alloca.c'. */</span>
<a name="l00010"></a>00010 <span class="comment">/* #undef C_ALLOCA */</span>
<a name="l00011"></a>00011 
<a name="l00012"></a>00012 <span class="comment">/* define if fstream::open() accepts third parameter. */</span>
<a name="l00013"></a>00013 <span class="comment">/* #undef FSTREAM_OPEN_PROT */</span>
<a name="l00014"></a>00014 
<a name="l00015"></a>00015 <span class="comment">/* Define to 1 if you have `alloca', as a function or macro. */</span>
<a name="l00016"></a><a class="code" href="a00083.html#a0">00016</a> <span class="preprocessor">#define HAVE_ALLOCA 1</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span>
<a name="l00018"></a>00018 <span class="comment">/* Define to 1 if you have &lt;alloca.h&gt; and it should be used (not on Ultrix).</span>
<a name="l00019"></a>00019 <span class="comment">   */</span>
<a name="l00020"></a><a class="code" href="a00083.html#a1">00020</a> <span class="preprocessor">#define HAVE_ALLOCA_H 1</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="comment">/* define if bool is a built-in type */</span>
<a name="l00023"></a><a class="code" href="a00083.html#a2">00023</a> <span class="preprocessor">#define HAVE_BOOL </span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="comment">/* Define to 1 if you have the &lt;cmath&gt; header file. */</span>
<a name="l00026"></a><a class="code" href="a00083.html#a3">00026</a> <span class="preprocessor">#define HAVE_CMATH 1</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span>
<a name="l00028"></a>00028 <span class="comment">/* Define to 1 if you have the &lt;fcntl.h&gt; header file. */</span>
<a name="l00029"></a><a class="code" href="a00083.html#a4">00029</a> <span class="preprocessor">#define HAVE_FCNTL_H 1</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span>
<a name="l00031"></a>00031 <span class="comment">/* define if we have fstream::attach(). */</span>
<a name="l00032"></a>00032 <span class="comment">/* #undef HAVE_FSTREAM_ATTACH */</span>
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 <span class="comment">/* define if we have fstream::open(). */</span>
<a name="l00035"></a><a class="code" href="a00083.html#a5">00035</a> <span class="preprocessor">#define HAVE_FSTREAM_OPEN 1</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span>
<a name="l00037"></a>00037 <span class="comment">/* Define to 1 if you have the `gethostname' function. */</span>
<a name="l00038"></a><a class="code" href="a00083.html#a6">00038</a> <span class="preprocessor">#define HAVE_GETHOSTNAME 1</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span>
<a name="l00040"></a>00040 <span class="comment">/* Define to 1 if you have the `getopt' function. */</span>
<a name="l00041"></a><a class="code" href="a00083.html#a7">00041</a> <span class="preprocessor">#define HAVE_GETOPT 1</span>
<a name="l00042"></a>00042 <span class="preprocessor"></span>
<a name="l00043"></a>00043 <span class="comment">/* Define to 1 if you have the &lt;inttypes.h&gt; header file. */</span>
<a name="l00044"></a><a class="code" href="a00083.html#a8">00044</a> <span class="preprocessor">#define HAVE_INTTYPES_H 1</span>
<a name="l00045"></a>00045 <span class="preprocessor"></span>
<a name="l00046"></a>00046 <span class="comment">/* Define to 1 if you have the &lt;iomanip&gt; header file. */</span>
<a name="l00047"></a><a class="code" href="a00083.html#a9">00047</a> <span class="preprocessor">#define HAVE_IOMANIP 1</span>
<a name="l00048"></a>00048 <span class="preprocessor"></span>
<a name="l00049"></a>00049 <span class="comment">/* Define to 1 if you have the &lt;iomanip.h&gt; header file. */</span>
<a name="l00050"></a>00050 <span class="comment">/* #undef HAVE_IOMANIP_H */</span>
<a name="l00051"></a>00051 
<a name="l00052"></a>00052 <span class="comment">/* Define to 1 if you have the &lt;iostream&gt; header file. */</span>
<a name="l00053"></a><a class="code" href="a00083.html#a10">00053</a> <span class="preprocessor">#define HAVE_IOSTREAM 1</span>
<a name="l00054"></a>00054 <span class="preprocessor"></span>
<a name="l00055"></a>00055 <span class="comment">/* Define to 1 if you have the &lt;iostream.h&gt; header file. */</span>
<a name="l00056"></a>00056 <span class="comment">/* #undef HAVE_IOSTREAM_H */</span>
<a name="l00057"></a>00057 
<a name="l00058"></a>00058 <span class="comment">/* Define to 1 if you have the &lt;libc.h&gt; header file. */</span>
<a name="l00059"></a>00059 <span class="comment">/* #undef HAVE_LIBC_H */</span>
<a name="l00060"></a>00060 
<a name="l00061"></a>00061 <span class="comment">/* Define to 1 if your system has a GNU libc compatible `malloc' function, and</span>
<a name="l00062"></a>00062 <span class="comment">   to 0 otherwise. */</span>
<a name="l00063"></a><a class="code" href="a00083.html#a11">00063</a> <span class="preprocessor">#define HAVE_MALLOC 1</span>
<a name="l00064"></a>00064 <span class="preprocessor"></span>
<a name="l00065"></a>00065 <span class="comment">/* Define to 1 if you have the &lt;malloc.h&gt; header file. */</span>
<a name="l00066"></a><a class="code" href="a00083.html#a12">00066</a> <span class="preprocessor">#define HAVE_MALLOC_H 1</span>
<a name="l00067"></a>00067 <span class="preprocessor"></span>
<a name="l00068"></a>00068 <span class="comment">/* Define to 1 if you have the &lt;memory.h&gt; header file. */</span>
<a name="l00069"></a><a class="code" href="a00083.html#a13">00069</a> <span class="preprocessor">#define HAVE_MEMORY_H 1</span>
<a name="l00070"></a>00070 <span class="preprocessor"></span>
<a name="l00071"></a>00071 <span class="comment">/* define if the compiler implements namespaces */</span>
<a name="l00072"></a><a class="code" href="a00083.html#a14">00072</a> <span class="preprocessor">#define HAVE_NAMESPACES </span>
<a name="l00073"></a>00073 <span class="preprocessor"></span>
<a name="l00074"></a>00074 <span class="comment">/* "define if omniORB3 is available." */</span>
<a name="l00075"></a>00075 <span class="comment">/* #undef HAVE_OMNIORB3 */</span>
<a name="l00076"></a>00076 
<a name="l00077"></a>00077 <span class="comment">/* "define if omniORB4 is available." */</span>
<a name="l00078"></a><a class="code" href="a00083.html#a15">00078</a> <span class="preprocessor">#define HAVE_OMNIORB4 1</span>
<a name="l00079"></a>00079 <span class="preprocessor"></span>
<a name="l00080"></a>00080 <span class="comment">/* Define to 1 if you have the `on_exit' function. */</span>
<a name="l00081"></a><a class="code" href="a00083.html#a16">00081</a> <span class="preprocessor">#define HAVE_ON_EXIT 1</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span>
<a name="l00083"></a>00083 <span class="comment">/* Define to 1 if you have the &lt;process.h&gt; header file. */</span>
<a name="l00084"></a>00084 <span class="comment">/* #undef HAVE_PROCESS_H */</span>
<a name="l00085"></a>00085 
<a name="l00086"></a>00086 <span class="comment">/* Define if you have POSIX threads libraries and header files. */</span>
<a name="l00087"></a><a class="code" href="a00083.html#a17">00087</a> <span class="preprocessor">#define HAVE_PTHREAD 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 &lt;signal.h&gt; header file. */</span>
<a name="l00090"></a><a class="code" href="a00083.html#a18">00090</a> <span class="preprocessor">#define HAVE_SIGNAL_H 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 `sigset' function. */</span>
<a name="l00093"></a>00093 <span class="comment">/* #undef HAVE_SIGSET */</span>
<a name="l00094"></a>00094 
<a name="l00095"></a>00095 <span class="comment">/* Define to 1 if `stat' has the bug that it succeeds when given the</span>
<a name="l00096"></a>00096 <span class="comment">   zero-length file name argument. */</span>
<a name="l00097"></a>00097 <span class="comment">/* #undef HAVE_STAT_EMPTY_STRING_BUG */</span>
<a name="l00098"></a>00098 
<a name="l00099"></a>00099 <span class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</span>
<a name="l00100"></a><a class="code" href="a00083.html#a19">00100</a> <span class="preprocessor">#define HAVE_STDINT_H 1</span>
<a name="l00101"></a>00101 <span class="preprocessor"></span>
<a name="l00102"></a>00102 <span class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</span>
<a name="l00103"></a><a class="code" href="a00083.html#a20">00103</a> <span class="preprocessor">#define HAVE_STDLIB_H 1</span>
<a name="l00104"></a>00104 <span class="preprocessor"></span>
<a name="l00105"></a>00105 <span class="comment">/* define if C++ iostream is in namespace std. */</span>
<a name="l00106"></a><a class="code" href="a00083.html#a21">00106</a> <span class="preprocessor">#define HAVE_STD_IOSTREAM 1</span>
<a name="l00107"></a>00107 <span class="preprocessor"></span>
<a name="l00108"></a>00108 <span class="comment">/* define if C++ Standard Template Library is in namespace std */</span>
<a name="l00109"></a><a class="code" href="a00083.html#a22">00109</a> <span class="preprocessor">#define HAVE_STD_STL 1</span>
<a name="l00110"></a>00110 <span class="preprocessor"></span>
<a name="l00111"></a>00111 <span class="comment">/* define if the compiler supports Standard Template Library */</span>
<a name="l00112"></a><a class="code" href="a00083.html#a23">00112</a> <span class="preprocessor">#define HAVE_STL </span>
<a name="l00113"></a>00113 <span class="preprocessor"></span>
<a name="l00114"></a>00114 <span class="comment">/* Define to 1 if you have the `strchr' function. */</span>
<a name="l00115"></a><a class="code" href="a00083.html#a24">00115</a> <span class="preprocessor">#define HAVE_STRCHR 1</span>
<a name="l00116"></a>00116 <span class="preprocessor"></span>
<a name="l00117"></a>00117 <span class="comment">/* Define to 1 if you have the `strdup' function. */</span>
<a name="l00118"></a><a class="code" href="a00083.html#a25">00118</a> <span class="preprocessor">#define HAVE_STRDUP 1</span>
<a name="l00119"></a>00119 <span class="preprocessor"></span>
<a name="l00120"></a>00120 <span class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</span>
<a name="l00121"></a><a class="code" href="a00083.html#a26">00121</a> <span class="preprocessor">#define HAVE_STRINGS_H 1</span>
<a name="l00122"></a>00122 <span class="preprocessor"></span>
<a name="l00123"></a>00123 <span class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</span>
<a name="l00124"></a><a class="code" href="a00083.html#a27">00124</a> <span class="preprocessor">#define HAVE_STRING_H 1</span>
<a name="l00125"></a>00125 <span class="preprocessor"></span>
<a name="l00126"></a>00126 <span class="comment">/* Define to 1 if you have the &lt;syslog.h&gt; header file. */</span>
<a name="l00127"></a><a class="code" href="a00083.html#a28">00127</a> <span class="preprocessor">#define HAVE_SYSLOG_H 1</span>
<a name="l00128"></a>00128 <span class="preprocessor"></span>
<a name="l00129"></a>00129 <span class="comment">/* Define to 1 if you have the &lt;sys/param.h&gt; header file. */</span>
<a name="l00130"></a><a class="code" href="a00083.html#a29">00130</a> <span class="preprocessor">#define HAVE_SYS_PARAM_H 1</span>
<a name="l00131"></a>00131 <span class="preprocessor"></span>
<a name="l00132"></a>00132 <span class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</span>
<a name="l00133"></a><a class="code" href="a00083.html#a30">00133</a> <span class="preprocessor">#define HAVE_SYS_STAT_H 1</span>
<a name="l00134"></a>00134 <span class="preprocessor"></span>
<a name="l00135"></a>00135 <span class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</span>
<a name="l00136"></a><a class="code" href="a00083.html#a31">00136</a> <span class="preprocessor">#define HAVE_SYS_TYPES_H 1</span>
<a name="l00137"></a>00137 <span class="preprocessor"></span>
<a name="l00138"></a>00138 <span class="comment">/* Define to 1 if you have the &lt;sys/utsname.h&gt; header file. */</span>
<a name="l00139"></a><a class="code" href="a00083.html#a32">00139</a> <span class="preprocessor">#define HAVE_SYS_UTSNAME_H 1</span>
<a name="l00140"></a>00140 <span class="preprocessor"></span>
<a name="l00141"></a>00141 <span class="comment">/* Define to 1 if you have the `tzset' function. */</span>
<a name="l00142"></a><a class="code" href="a00083.html#a33">00142</a> <span class="preprocessor">#define HAVE_TZSET 1</span>
<a name="l00143"></a>00143 <span class="preprocessor"></span>
<a name="l00144"></a>00144 <span class="comment">/* Define to 1 if you have the `uname' function. */</span>
<a name="l00145"></a><a class="code" href="a00083.html#a34">00145</a> <span class="preprocessor">#define HAVE_UNAME 1</span>
<a name="l00146"></a>00146 <span class="preprocessor"></span>
<a name="l00147"></a>00147 <span class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</span>
<a name="l00148"></a><a class="code" href="a00083.html#a35">00148</a> <span class="preprocessor">#define HAVE_UNISTD_H 1</span>
<a name="l00149"></a>00149 <span class="preprocessor"></span>
<a name="l00150"></a>00150 <span class="comment">/* Define to 1 if `lstat' dereferences a symlink specified with a trailing</span>
<a name="l00151"></a>00151 <span class="comment">   slash. */</span>
<a name="l00152"></a><a class="code" href="a00083.html#a36">00152</a> <span class="preprocessor">#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1</span>
<a name="l00153"></a>00153 <span class="preprocessor"></span>
<a name="l00154"></a>00154 <span class="comment">/* Define to the address where bug reports for this package should be sent. */</span>
<a name="l00155"></a><a class="code" href="a00083.html#a37">00155</a> <span class="preprocessor">#define PACKAGE_BUGREPORT "alex.omnievents@firetree.net"</span>
<a name="l00156"></a>00156 <span class="preprocessor"></span>
<a name="l00157"></a>00157 <span class="comment">/* Define to the full name of this package. */</span>
<a name="l00158"></a><a class="code" href="a00083.html#a38">00158</a> <span class="preprocessor">#define PACKAGE_NAME "omniEvents"</span>
<a name="l00159"></a>00159 <span class="preprocessor"></span>
<a name="l00160"></a>00160 <span class="comment">/* Define to the full name and version of this package. */</span>
<a name="l00161"></a><a class="code" href="a00083.html#a39">00161</a> <span class="preprocessor">#define PACKAGE_STRING "omniEvents 2.6.2"</span>
<a name="l00162"></a>00162 <span class="preprocessor"></span>
<a name="l00163"></a>00163 <span class="comment">/* Define to the one symbol short name of this package. */</span>
<a name="l00164"></a><a class="code" href="a00083.html#a40">00164</a> <span class="preprocessor">#define PACKAGE_TARNAME "omnievents"</span>
<a name="l00165"></a>00165 <span class="preprocessor"></span>
<a name="l00166"></a>00166 <span class="comment">/* Define to the version of this package. */</span>
<a name="l00167"></a><a class="code" href="a00083.html#a41">00167</a> <span class="preprocessor">#define PACKAGE_VERSION "2.6.2"</span>
<a name="l00168"></a>00168 <span class="preprocessor"></span>
<a name="l00169"></a>00169 <span class="comment">/* Define to the necessary symbol if this constant</span>
<a name="l00170"></a>00170 <span class="comment"> uses a non-standard name</span>
<a name="l00171"></a>00171 <span class="comment">   on your system. */</span>
<a name="l00172"></a>00172 <span class="comment">/* #undef PTHREAD_CREATE_JOINABLE */</span>
<a name="l00173"></a>00173 
<a name="l00174"></a>00174 <span class="comment">/* Define as the return type of signal handlers (`int' or `void'). */</span>
<a name="l00175"></a><a class="code" href="a00083.html#a42">00175</a> <span class="preprocessor">#define RETSIGTYPE void</span>
<a name="l00176"></a>00176 <span class="preprocessor"></span>
<a name="l00177"></a>00177 <span class="comment">/* If using the C implementation of alloca, define if you know the</span>
<a name="l00178"></a>00178 <span class="comment">   direction of stack growth for your system; otherwise it will be</span>
<a name="l00179"></a>00179 <span class="comment">   automatically deduced at run-time.</span>
<a name="l00180"></a>00180 <span class="comment">        STACK_DIRECTION &gt; 0 =&gt; grows toward higher addresses</span>
<a name="l00181"></a>00181 <span class="comment">        STACK_DIRECTION &lt; 0 =&gt; grows toward lower addresses</span>
<a name="l00182"></a>00182 <span class="comment">        STACK_DIRECTION = 0 =&gt; direction of growth unknown */</span>
<a name="l00183"></a>00183 <span class="comment">/* #undef STACK_DIRECTION */</span>
<a name="l00184"></a>00184 
<a name="l00185"></a>00185 <span class="comment">/* Define to 1 if you have the ANSI C header files. */</span>
<a name="l00186"></a><a class="code" href="a00083.html#a43">00186</a> <span class="preprocessor">#define STDC_HEADERS 1</span>
<a name="l00187"></a>00187 <span class="preprocessor"></span>
<a name="l00188"></a>00188 <span class="comment">/* for omniORB */</span>
<a name="l00189"></a><a class="code" href="a00083.html#a44">00189</a> <span class="preprocessor">#define __OSVERSION__ 2</span>
<a name="l00190"></a>00190 <span class="preprocessor"></span>
<a name="l00191"></a>00191 <span class="comment">/* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */</span>
<a name="l00192"></a><a class="code" href="a00083.html#a45">00192</a> <span class="preprocessor">#define __USE_STD_IOSTREAM 1</span>
<a name="l00193"></a>00193 <span class="preprocessor"></span>
<a name="l00194"></a>00194 <span class="comment">/* for OmniORB on AIX */</span>
<a name="l00195"></a>00195 <span class="comment">/* #undef __aix__ */</span>
<a name="l00196"></a>00196 
<a name="l00197"></a>00197 <span class="comment">/* for OmniORB on AlphaProcessor */</span>
<a name="l00198"></a>00198 <span class="comment">/* #undef __alpha__ */</span>
<a name="l00199"></a>00199 
<a name="l00200"></a>00200 <span class="comment">/* for OmniORB on ArmProcessor */</span>
<a name="l00201"></a>00201 <span class="comment">/* #undef __arm__ */</span>
<a name="l00202"></a>00202 
<a name="l00203"></a>00203 <span class="comment">/* for OmniORB on Darwin */</span>
<a name="l00204"></a>00204 <span class="comment">/* #undef __darwin__ */</span>
<a name="l00205"></a>00205 
<a name="l00206"></a>00206 <span class="comment">/* for OmniORB on FreeBSD */</span>
<a name="l00207"></a>00207 <span class="comment">/* #undef __freebsd__ */</span>
<a name="l00208"></a>00208 
<a name="l00209"></a>00209 <span class="comment">/* for OmniORB on HppaProcessor */</span>
<a name="l00210"></a>00210 <span class="comment">/* #undef __hppa__ */</span>
<a name="l00211"></a>00211 
<a name="l00212"></a>00212 <span class="comment">/* for OmniORB on HPUX */</span>
<a name="l00213"></a>00213 <span class="comment">/* #undef __hpux__ */</span>
<a name="l00214"></a>00214 
<a name="l00215"></a>00215 <span class="comment">/* for OmniORB on ia64Processor */</span>
<a name="l00216"></a>00216 <span class="comment">/* #undef __ia64__ */</span>
<a name="l00217"></a>00217 
<a name="l00218"></a>00218 <span class="comment">/* for OmniORB on IRIX */</span>
<a name="l00219"></a>00219 <span class="comment">/* #undef __irix__ */</span>
<a name="l00220"></a>00220 
<a name="l00221"></a>00221 <span class="comment">/* for OmniORB on Linux, Cygwin */</span>
<a name="l00222"></a><a class="code" href="a00083.html#a46">00222</a> <span class="preprocessor">#define __linux__ 1</span>
<a name="l00223"></a>00223 <span class="preprocessor"></span>
<a name="l00224"></a>00224 <span class="comment">/* for OmniORB on m68kProcessor */</span>
<a name="l00225"></a>00225 <span class="comment">/* #undef __m68k__ */</span>
<a name="l00226"></a>00226 
<a name="l00227"></a>00227 <span class="comment">/* for OmniORB on IndigoProcessor */</span>
<a name="l00228"></a>00228 <span class="comment">/* #undef __mips__ */</span>
<a name="l00229"></a>00229 
<a name="l00230"></a>00230 <span class="comment">/* for OmniORB on NextStep */</span>
<a name="l00231"></a>00231 <span class="comment">/* #undef __nextstep__ */</span>
<a name="l00232"></a>00232 
<a name="l00233"></a>00233 <span class="comment">/* for OmniORB on OSF1 (Tru64) */</span>
<a name="l00234"></a>00234 <span class="comment">/* #undef __osf1__ */</span>
<a name="l00235"></a>00235 
<a name="l00236"></a>00236 <span class="comment">/* for OmniORB on OSR5 */</span>
<a name="l00237"></a>00237 <span class="comment">/* #undef __osr5__ */</span>
<a name="l00238"></a>00238 
<a name="l00239"></a>00239 <span class="comment">/* for OmniORB on PowerPCProcessor */</span>
<a name="l00240"></a>00240 <span class="comment">/* #undef __powerpc__ */</span>
<a name="l00241"></a>00241 
<a name="l00242"></a>00242 <span class="comment">/* for OmniORB on s390Processor */</span>
<a name="l00243"></a>00243 <span class="comment">/* #undef __s390__ */</span>
<a name="l00244"></a>00244 
<a name="l00245"></a>00245 <span class="comment">/* for OmniORB on SparcProcessor */</span>
<a name="l00246"></a>00246 <span class="comment">/* #undef __sparc__ */</span>
<a name="l00247"></a>00247 
<a name="l00248"></a>00248 <span class="comment">/* for OmniORB on SunOS (Solaris) */</span>
<a name="l00249"></a>00249 <span class="comment">/* #undef __sunos__ */</span>
<a name="l00250"></a>00250 
<a name="l00251"></a>00251 <span class="comment">/* for OmniORB on x86Processor */</span>
<a name="l00252"></a><a class="code" href="a00083.html#a47">00252</a> <span class="preprocessor">#define __x86__ 1</span>
<a name="l00253"></a>00253 <span class="preprocessor"></span>
<a name="l00254"></a>00254 <span class="comment">/* Define to empty if `const' does not conform to ANSI C. */</span>
<a name="l00255"></a>00255 <span class="comment">/* #undef const */</span>
<a name="l00256"></a>00256 
<a name="l00257"></a>00257 <span class="comment">/* Define to `__inline__' or `__inline' if that's what the C compiler</span>
<a name="l00258"></a>00258 <span class="comment">   calls it, or to nothing if 'inline' is not supported under any name.  */</span>
<a name="l00259"></a>00259 <span class="preprocessor">#ifndef __cplusplus</span>
<a name="l00260"></a>00260 <span class="preprocessor"></span><span class="comment">/* #undef inline */</span>
<a name="l00261"></a>00261 <span class="preprocessor">#endif</span>
<a name="l00262"></a>00262 <span class="preprocessor"></span>
<a name="l00263"></a>00263 <span class="comment">/* Define to rpl_malloc if the replacement function should be used. */</span>
<a name="l00264"></a>00264 <span class="comment">/* #undef malloc */</span>
<a name="l00265"></a>00265 
<a name="l00266"></a>00266 <span class="comment">/* Define to `unsigned' if &lt;sys/types.h&gt; does not define. */</span>
<a name="l00267"></a>00267 <span class="comment">/* #undef size_t */</span>
<a name="l00268"></a>00268 
<a name="l00269"></a>00269 
<a name="l00270"></a>00270 <span class="comment">/* Clean away the PACKAGE_* macros unless they are needed. */</span>
<a name="l00271"></a>00271 <span class="preprocessor">#include "<a class="code" href="a00134.html">scour.h</a>"</span>
<a name="l00272"></a>00272 
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Aug 26 20:56:13 2005 for OmniEvents by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.3-20050530 </small></address>
</body>
</html>