File: a00142.html

package info (click to toggle)
omnievents 2.6.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,228 kB
  • ctags: 2,538
  • sloc: cpp: 7,346; sh: 2,568; python: 2,171; xml: 2,057; java: 1,407; makefile: 304; ansic: 9
file content (280 lines) | stat: -rw-r--r-- 20,489 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>config.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.15 -->
<center>
<a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>config.h</h1><a href="a00082.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/* src/config.h.  Generated by configure.  */</font>
00002 <font class="comment">/* src/config.h.in.  Generated from configure.ac by autoheader.  */</font>
00003 
00004 <font class="comment">/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP</font>
00005 <font class="comment">   systems. This function is required for `alloca.c' support on those systems.</font>
00006 <font class="comment">   */</font>
00007 <font class="comment">/* #undef CRAY_STACKSEG_END */</font>
00008 
00009 <font class="comment">/* Define to 1 if using `alloca.c'. */</font>
00010 <font class="comment">/* #undef C_ALLOCA */</font>
00011 
00012 <font class="comment">/* define if fstream::open() accepts third parameter. */</font>
<a name="l00013"></a><a class="code" href="a00082.html#a0">00013</a> <font class="preprocessor">#define FSTREAM_OPEN_PROT 1</font>
00014 <font class="preprocessor"></font>
00015 <font class="comment">/* Define to 1 if you have `alloca', as a function or macro. */</font>
<a name="l00016"></a><a class="code" href="a00082.html#a1">00016</a> <font class="preprocessor">#define HAVE_ALLOCA 1</font>
00017 <font class="preprocessor"></font>
00018 <font class="comment">/* Define to 1 if you have &lt;alloca.h&gt; and it should be used (not on Ultrix).</font>
00019 <font class="comment">   */</font>
<a name="l00020"></a><a class="code" href="a00082.html#a2">00020</a> <font class="preprocessor">#define HAVE_ALLOCA_H 1</font>
00021 <font class="preprocessor"></font>
00022 <font class="comment">/* define if bool is a built-in type */</font>
<a name="l00023"></a><a class="code" href="a00082.html#a3">00023</a> <font class="preprocessor">#define HAVE_BOOL </font>
00024 <font class="preprocessor"></font>
00025 <font class="comment">/* Define to 1 if you have the &lt;cmath&gt; header file. */</font>
<a name="l00026"></a><a class="code" href="a00082.html#a4">00026</a> <font class="preprocessor">#define HAVE_CMATH 1</font>
00027 <font class="preprocessor"></font>
00028 <font class="comment">/* Define to 1 if you have the &lt;fcntl.h&gt; header file. */</font>
<a name="l00029"></a><a class="code" href="a00082.html#a5">00029</a> <font class="preprocessor">#define HAVE_FCNTL_H 1</font>
00030 <font class="preprocessor"></font>
00031 <font class="comment">/* define if we have fstream::attach(). */</font>
<a name="l00032"></a><a class="code" href="a00082.html#a6">00032</a> <font class="preprocessor">#define HAVE_FSTREAM_ATTACH 1</font>
00033 <font class="preprocessor"></font>
00034 <font class="comment">/* define if we have fstream::open(). */</font>
<a name="l00035"></a><a class="code" href="a00082.html#a7">00035</a> <font class="preprocessor">#define HAVE_FSTREAM_OPEN 1</font>
00036 <font class="preprocessor"></font>
00037 <font class="comment">/* Define to 1 if you have the `gethostname' function. */</font>
<a name="l00038"></a><a class="code" href="a00082.html#a8">00038</a> <font class="preprocessor">#define HAVE_GETHOSTNAME 1</font>
00039 <font class="preprocessor"></font>
00040 <font class="comment">/* Define to 1 if you have the `getopt' function. */</font>
<a name="l00041"></a><a class="code" href="a00082.html#a9">00041</a> <font class="preprocessor">#define HAVE_GETOPT 1</font>
00042 <font class="preprocessor"></font>
00043 <font class="comment">/* Define to 1 if you have the &lt;inttypes.h&gt; header file. */</font>
<a name="l00044"></a><a class="code" href="a00082.html#a10">00044</a> <font class="preprocessor">#define HAVE_INTTYPES_H 1</font>
00045 <font class="preprocessor"></font>
00046 <font class="comment">/* Define to 1 if you have the &lt;iomanip&gt; header file. */</font>
<a name="l00047"></a><a class="code" href="a00082.html#a11">00047</a> <font class="preprocessor">#define HAVE_IOMANIP 1</font>
00048 <font class="preprocessor"></font>
00049 <font class="comment">/* Define to 1 if you have the &lt;iomanip.h&gt; header file. */</font>
00050 <font class="comment">/* #undef HAVE_IOMANIP_H */</font>
00051 
00052 <font class="comment">/* Define to 1 if you have the &lt;iostream&gt; header file. */</font>
<a name="l00053"></a><a class="code" href="a00082.html#a12">00053</a> <font class="preprocessor">#define HAVE_IOSTREAM 1</font>
00054 <font class="preprocessor"></font>
00055 <font class="comment">/* Define to 1 if you have the &lt;iostream.h&gt; header file. */</font>
00056 <font class="comment">/* #undef HAVE_IOSTREAM_H */</font>
00057 
00058 <font class="comment">/* Define to 1 if you have the &lt;libc.h&gt; header file. */</font>
00059 <font class="comment">/* #undef HAVE_LIBC_H */</font>
00060 
00061 <font class="comment">/* Define to 1 if your system has a working `malloc' function. */</font>
<a name="l00062"></a><a class="code" href="a00082.html#a13">00062</a> <font class="preprocessor">#define HAVE_MALLOC 1</font>
00063 <font class="preprocessor"></font>
00064 <font class="comment">/* Define to 1 if you have the &lt;malloc.h&gt; header file. */</font>
<a name="l00065"></a><a class="code" href="a00082.html#a14">00065</a> <font class="preprocessor">#define HAVE_MALLOC_H 1</font>
00066 <font class="preprocessor"></font>
00067 <font class="comment">/* Define to 1 if you have the &lt;memory.h&gt; header file. */</font>
<a name="l00068"></a><a class="code" href="a00082.html#a15">00068</a> <font class="preprocessor">#define HAVE_MEMORY_H 1</font>
00069 <font class="preprocessor"></font>
00070 <font class="comment">/* define if the compiler implements namespaces */</font>
<a name="l00071"></a><a class="code" href="a00082.html#a16">00071</a> <font class="preprocessor">#define HAVE_NAMESPACES </font>
00072 <font class="preprocessor"></font>
00073 <font class="comment">/* "define if omniORB3 is available." */</font>
00074 <font class="comment">/* #undef HAVE_OMNIORB3 */</font>
00075 
00076 <font class="comment">/* "define if omniORB4 is available." */</font>
<a name="l00077"></a><a class="code" href="a00082.html#a17">00077</a> <font class="preprocessor">#define HAVE_OMNIORB4 1</font>
00078 <font class="preprocessor"></font>
00079 <font class="comment">/* Define to 1 if you have the `on_exit' function. */</font>
<a name="l00080"></a><a class="code" href="a00082.html#a18">00080</a> <font class="preprocessor">#define HAVE_ON_EXIT 1</font>
00081 <font class="preprocessor"></font>
00082 <font class="comment">/* Define to 1 if you have the &lt;process.h&gt; header file. */</font>
00083 <font class="comment">/* #undef HAVE_PROCESS_H */</font>
00084 
00085 <font class="comment">/* Define if you have POSIX threads libraries and header files. */</font>
<a name="l00086"></a><a class="code" href="a00082.html#a19">00086</a> <font class="preprocessor">#define HAVE_PTHREAD 1</font>
00087 <font class="preprocessor"></font>
00088 <font class="comment">/* Define to 1 if you have the &lt;signal.h&gt; header file. */</font>
<a name="l00089"></a><a class="code" href="a00082.html#a20">00089</a> <font class="preprocessor">#define HAVE_SIGNAL_H 1</font>
00090 <font class="preprocessor"></font>
00091 <font class="comment">/* Define to 1 if you have the `sigset' function. */</font>
00092 <font class="comment">/* #undef HAVE_SIGSET */</font>
00093 
00094 <font class="comment">/* Define to 1 if `stat' has the bug that it succeeds when given the</font>
00095 <font class="comment">   zero-length file name argument. */</font>
00096 <font class="comment">/* #undef HAVE_STAT_EMPTY_STRING_BUG */</font>
00097 
00098 <font class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</font>
<a name="l00099"></a><a class="code" href="a00082.html#a21">00099</a> <font class="preprocessor">#define HAVE_STDINT_H 1</font>
00100 <font class="preprocessor"></font>
00101 <font class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</font>
<a name="l00102"></a><a class="code" href="a00082.html#a22">00102</a> <font class="preprocessor">#define HAVE_STDLIB_H 1</font>
00103 <font class="preprocessor"></font>
00104 <font class="comment">/* define if C++ iostream is in namespace std. */</font>
<a name="l00105"></a><a class="code" href="a00082.html#a23">00105</a> <font class="preprocessor">#define HAVE_STD_IOSTREAM 1</font>
00106 <font class="preprocessor"></font>
00107 <font class="comment">/* define if C++ Standard Template Library is in namespace std */</font>
<a name="l00108"></a><a class="code" href="a00082.html#a24">00108</a> <font class="preprocessor">#define HAVE_STD_STL 1</font>
00109 <font class="preprocessor"></font>
00110 <font class="comment">/* define if the compiler supports Standard Template Library */</font>
<a name="l00111"></a><a class="code" href="a00082.html#a25">00111</a> <font class="preprocessor">#define HAVE_STL </font>
00112 <font class="preprocessor"></font>
00113 <font class="comment">/* Define to 1 if you have the `strchr' function. */</font>
<a name="l00114"></a><a class="code" href="a00082.html#a26">00114</a> <font class="preprocessor">#define HAVE_STRCHR 1</font>
00115 <font class="preprocessor"></font>
00116 <font class="comment">/* Define to 1 if you have the `strdup' function. */</font>
<a name="l00117"></a><a class="code" href="a00082.html#a27">00117</a> <font class="preprocessor">#define HAVE_STRDUP 1</font>
00118 <font class="preprocessor"></font>
00119 <font class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</font>
<a name="l00120"></a><a class="code" href="a00082.html#a28">00120</a> <font class="preprocessor">#define HAVE_STRINGS_H 1</font>
00121 <font class="preprocessor"></font>
00122 <font class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</font>
<a name="l00123"></a><a class="code" href="a00082.html#a29">00123</a> <font class="preprocessor">#define HAVE_STRING_H 1</font>
00124 <font class="preprocessor"></font>
00125 <font class="comment">/* Define to 1 if you have the &lt;syslog.h&gt; header file. */</font>
<a name="l00126"></a><a class="code" href="a00082.html#a30">00126</a> <font class="preprocessor">#define HAVE_SYSLOG_H 1</font>
00127 <font class="preprocessor"></font>
00128 <font class="comment">/* Define to 1 if you have the &lt;sys/param.h&gt; header file. */</font>
<a name="l00129"></a><a class="code" href="a00082.html#a31">00129</a> <font class="preprocessor">#define HAVE_SYS_PARAM_H 1</font>
00130 <font class="preprocessor"></font>
00131 <font class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</font>
<a name="l00132"></a><a class="code" href="a00082.html#a32">00132</a> <font class="preprocessor">#define HAVE_SYS_STAT_H 1</font>
00133 <font class="preprocessor"></font>
00134 <font class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</font>
<a name="l00135"></a><a class="code" href="a00082.html#a33">00135</a> <font class="preprocessor">#define HAVE_SYS_TYPES_H 1</font>
00136 <font class="preprocessor"></font>
00137 <font class="comment">/* Define to 1 if you have the &lt;sys/utsname.h&gt; header file. */</font>
<a name="l00138"></a><a class="code" href="a00082.html#a34">00138</a> <font class="preprocessor">#define HAVE_SYS_UTSNAME_H 1</font>
00139 <font class="preprocessor"></font>
00140 <font class="comment">/* Define to 1 if you have the `tzset' function. */</font>
<a name="l00141"></a><a class="code" href="a00082.html#a35">00141</a> <font class="preprocessor">#define HAVE_TZSET 1</font>
00142 <font class="preprocessor"></font>
00143 <font class="comment">/* Define to 1 if you have the `uname' function. */</font>
<a name="l00144"></a><a class="code" href="a00082.html#a36">00144</a> <font class="preprocessor">#define HAVE_UNAME 1</font>
00145 <font class="preprocessor"></font>
00146 <font class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</font>
<a name="l00147"></a><a class="code" href="a00082.html#a37">00147</a> <font class="preprocessor">#define HAVE_UNISTD_H 1</font>
00148 <font class="preprocessor"></font>
00149 <font class="comment">/* Define to 1 if `lstat' dereferences a symlink specified with a trailing</font>
00150 <font class="comment">   slash. */</font>
<a name="l00151"></a><a class="code" href="a00082.html#a38">00151</a> <font class="preprocessor">#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1</font>
00152 <font class="preprocessor"></font>
00153 <font class="comment">/* Define to the address where bug reports for this package should be sent. */</font>
<a name="l00154"></a><a class="code" href="a00082.html#a39">00154</a> <font class="preprocessor">#define PACKAGE_BUGREPORT "alex.omnievents@firetree.net"</font>
00155 <font class="preprocessor"></font>
00156 <font class="comment">/* Define to the full name of this package. */</font>
<a name="l00157"></a><a class="code" href="a00082.html#a40">00157</a> <font class="preprocessor">#define PACKAGE_NAME "omniEvents"</font>
00158 <font class="preprocessor"></font>
00159 <font class="comment">/* Define to the full name and version of this package. */</font>
<a name="l00160"></a><a class="code" href="a00082.html#a41">00160</a> <font class="preprocessor">#define PACKAGE_STRING "omniEvents 2.6.1"</font>
00161 <font class="preprocessor"></font>
00162 <font class="comment">/* Define to the one symbol short name of this package. */</font>
<a name="l00163"></a><a class="code" href="a00082.html#a42">00163</a> <font class="preprocessor">#define PACKAGE_TARNAME "omnievents"</font>
00164 <font class="preprocessor"></font>
00165 <font class="comment">/* Define to the version of this package. */</font>
<a name="l00166"></a><a class="code" href="a00082.html#a43">00166</a> <font class="preprocessor">#define PACKAGE_VERSION "2.6.1"</font>
00167 <font class="preprocessor"></font>
00168 <font class="comment">/* Define to the necessary symbol if this constant</font>
00169 <font class="comment"> uses a non-standard name</font>
00170 <font class="comment">   on your system. */</font>
00171 <font class="comment">/* #undef PTHREAD_CREATE_JOINABLE */</font>
00172 
00173 <font class="comment">/* Define as the return type of signal handlers (`int' or `void'). */</font>
<a name="l00174"></a><a class="code" href="a00082.html#a44">00174</a> <font class="preprocessor">#define RETSIGTYPE void</font>
00175 <font class="preprocessor"></font>
00176 <font class="comment">/* If using the C implementation of alloca, define if you know the</font>
00177 <font class="comment">   direction of stack growth for your system; otherwise it will be</font>
00178 <font class="comment">   automatically deduced at run-time.</font>
00179 <font class="comment">        STACK_DIRECTION &gt; 0 =&gt; grows toward higher addresses</font>
00180 <font class="comment">        STACK_DIRECTION &lt; 0 =&gt; grows toward lower addresses</font>
00181 <font class="comment">        STACK_DIRECTION = 0 =&gt; direction of growth unknown */</font>
00182 <font class="comment">/* #undef STACK_DIRECTION */</font>
00183 
00184 <font class="comment">/* Define to 1 if you have the ANSI C header files. */</font>
<a name="l00185"></a><a class="code" href="a00082.html#a45">00185</a> <font class="preprocessor">#define STDC_HEADERS 1</font>
00186 <font class="preprocessor"></font>
00187 <font class="comment">/* for omniORB */</font>
<a name="l00188"></a><a class="code" href="a00082.html#a46">00188</a> <font class="preprocessor">#define __OSVERSION__ 2</font>
00189 <font class="preprocessor"></font>
00190 <font class="comment">/* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */</font>
<a name="l00191"></a><a class="code" href="a00082.html#a47">00191</a> <font class="preprocessor">#define __USE_STD_IOSTREAM 1</font>
00192 <font class="preprocessor"></font>
00193 <font class="comment">/* for OmniORB on AIX */</font>
00194 <font class="comment">/* #undef __aix__ */</font>
00195 
00196 <font class="comment">/* for OmniORB on AlphaProcessor */</font>
00197 <font class="comment">/* #undef __alpha__ */</font>
00198 
00199 <font class="comment">/* for OmniORB on ArmProcessor */</font>
00200 <font class="comment">/* #undef __arm__ */</font>
00201 
00202 <font class="comment">/* for OmniORB on Darwin */</font>
00203 <font class="comment">/* #undef __darwin__ */</font>
00204 
00205 <font class="comment">/* for OmniORB on FreeBSD */</font>
00206 <font class="comment">/* #undef __freebsd__ */</font>
00207 
00208 <font class="comment">/* for OmniORB on HppaProcessor */</font>
00209 <font class="comment">/* #undef __hppa__ */</font>
00210 
00211 <font class="comment">/* for OmniORB on HPUX */</font>
00212 <font class="comment">/* #undef __hpux__ */</font>
00213 
00214 <font class="comment">/* for OmniORB on ia64Processor */</font>
00215 <font class="comment">/* #undef __ia64__ */</font>
00216 
00217 <font class="comment">/* for OmniORB on IRIX */</font>
00218 <font class="comment">/* #undef __irix__ */</font>
00219 
00220 <font class="comment">/* for OmniORB on Linux, Cygwin */</font>
<a name="l00221"></a><a class="code" href="a00082.html#a48">00221</a> <font class="preprocessor">#define __linux__ 1</font>
00222 <font class="preprocessor"></font>
00223 <font class="comment">/* for OmniORB on m68kProcessor */</font>
00224 <font class="comment">/* #undef __m68k__ */</font>
00225 
00226 <font class="comment">/* for OmniORB on IndigoProcessor */</font>
00227 <font class="comment">/* #undef __mips__ */</font>
00228 
00229 <font class="comment">/* for OmniORB on NextStep */</font>
00230 <font class="comment">/* #undef __nextstep__ */</font>
00231 
00232 <font class="comment">/* for OmniORB on OSF1 (Tru64) */</font>
00233 <font class="comment">/* #undef __osf1__ */</font>
00234 
00235 <font class="comment">/* for OmniORB on OSR5 */</font>
00236 <font class="comment">/* #undef __osr5__ */</font>
00237 
00238 <font class="comment">/* for OmniORB on PowerPCProcessor */</font>
00239 <font class="comment">/* #undef __powerpc__ */</font>
00240 
00241 <font class="comment">/* for OmniORB on s390Processor */</font>
00242 <font class="comment">/* #undef __s390__ */</font>
00243 
00244 <font class="comment">/* for OmniORB on SparcProcessor */</font>
00245 <font class="comment">/* #undef __sparc__ */</font>
00246 
00247 <font class="comment">/* for OmniORB on SunOS (Solaris) */</font>
00248 <font class="comment">/* #undef __sunos__ */</font>
00249 
00250 <font class="comment">/* for OmniORB on x86Processor */</font>
<a name="l00251"></a><a class="code" href="a00082.html#a49">00251</a> <font class="preprocessor">#define __x86__ 1</font>
00252 <font class="preprocessor"></font>
00253 <font class="comment">/* Define to empty if `const' does not conform to ANSI C. */</font>
00254 <font class="comment">/* #undef const */</font>
00255 
00256 <font class="comment">/* Define as `__inline' if that's what the C compiler calls it, or to nothing</font>
00257 <font class="comment">   if it is not supported. */</font>
00258 <font class="comment">/* #undef inline */</font>
00259 
00260 <font class="comment">/* Define to `unsigned' if &lt;sys/types.h&gt; does not define. */</font>
00261 <font class="comment">/* #undef size_t */</font>
00262 
00263 
00264 <font class="comment">/* Clean away the PACKAGE_* macros unless they are needed. */</font>
00265 <font class="preprocessor">#include "<a class="code" href="a00133.html">scour.h</a>"</font>
00266 
</pre></div><hr><address align="right"><small>Generated on Fri Nov 19 17:42:19 2004 for OmniEvents by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.15 </small></address>
</body>
</html>