root/torment/trunk/orconfig.h.in

Revision 3922, 8.5 kB (checked in by hdm, 2 years ago)

Merge from 0.1.1.21 to 0.1.1.23

  • Property svn:eol-style set to native
Line 
1 /* orconfig.h.in.  Generated from configure.in by autoheader.  */
2
3 /* tor's configuration directory */
4 #undef CONFDIR
5
6 /* Enable dmalloc's malloc function check */
7 #undef DMALLOC_FUNC_CHECK
8
9 /* Defined if we will try to use multithreading */
10 #undef ENABLE_THREADS
11
12 /* Define to 1 if you have the <arpa/inet.h> header file. */
13 #undef HAVE_ARPA_INET_H
14
15 /* Define to 1 if you have the <assert.h> header file. */
16 #undef HAVE_ASSERT_H
17
18 /* Define to 1 if you have the <ctype.h> header file. */
19 #undef HAVE_CTYPE_H
20
21 /* Define to 1 if you have the <dmalloc.h> header file. */
22 #undef HAVE_DMALLOC_H
23
24 /* Define to 1 if you have the <errno.h> header file. */
25 #undef HAVE_ERRNO_H
26
27 /* Define to 1 if you have the `event_get_method' function. */
28 #undef HAVE_EVENT_GET_METHOD
29
30 /* Define to 1 if you have the `event_get_version' function. */
31 #undef HAVE_EVENT_GET_VERSION
32
33 /* Define to 1 if you have the <event.h> header file. */
34 #undef HAVE_EVENT_H
35
36 /* Define to 1 if you have the `event_set_log_callback' function. */
37 #undef HAVE_EVENT_SET_LOG_CALLBACK
38
39 /* Define to 1 if you have the <fcntl.h> header file. */
40 #undef HAVE_FCNTL_H
41
42 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
43 #undef HAVE_FSEEKO
44
45 /* Define to 1 if you have the `ftello' function. */
46 #undef HAVE_FTELLO
47
48 /* Define to 1 if you have the `ftime' function. */
49 #undef HAVE_FTIME
50
51 /* Define to 1 if you have the `getaddrinfo' function. */
52 #undef HAVE_GETADDRINFO
53
54 /* Define this if you have any gethostbyname_r() */
55 #undef HAVE_GETHOSTBYNAME_R
56
57 /* Define this if gethostbyname_r takes 3 arguments */
58 #undef HAVE_GETHOSTBYNAME_R_3_ARG
59
60 /* Define this if gethostbyname_r takes 5 arguments */
61 #undef HAVE_GETHOSTBYNAME_R_5_ARG
62
63 /* Define this if gethostbyname_r takes 6 arguments */
64 #undef HAVE_GETHOSTBYNAME_R_6_ARG
65
66 /* Define to 1 if you have the `getpwnam' function. */
67 #undef HAVE_GETPWNAM
68
69 /* Define to 1 if you have the `getpwuid' function. */
70 #undef HAVE_GETPWUID
71
72 /* Define to 1 if you have the `getrlimit' function. */
73 #undef HAVE_GETRLIMIT
74
75 /* Define to 1 if you have the `gettimeofday' function. */
76 #undef HAVE_GETTIMEOFDAY
77
78 /* Define to 1 if you have the `gmtime_r' function. */
79 #undef HAVE_GMTIME_R
80
81 /* Define to 1 if you have the <grp.h> header file. */
82 #undef HAVE_GRP_H
83
84 /* Define to 1 if you have the `inet_aton' function. */
85 #undef HAVE_INET_ATON
86
87 /* Define to 1 if you have the <inttypes.h> header file. */
88 #undef HAVE_INTTYPES_H
89
90 /* Define to 1 if you have the `localtime_r' function. */
91 #undef HAVE_LOCALTIME_R
92
93 /* Define to 1 if you have the <machine/limits.h> header file. */
94 #undef HAVE_MACHINE_LIMITS_H
95
96 /* Defined if the compiler supports __FUNCTION__ */
97 #undef HAVE_MACRO__FUNCTION__
98
99 /* Defined if the compiler supports __FUNC__ */
100 #undef HAVE_MACRO__FUNC__
101
102 /* Defined if the compiler supports __func__ */
103 #undef HAVE_MACRO__func__
104
105 /* Define to 1 if you have the `memmem' function. */
106 #undef HAVE_MEMMEM
107
108 /* Define to 1 if you have the <memory.h> header file. */
109 #undef HAVE_MEMORY_H
110
111 /* Define to 1 if you have the <netdb.h> header file. */
112 #undef HAVE_NETDB_H
113
114 /* Define to 1 if you have the <netinet/in.h> header file. */
115 #undef HAVE_NETINET_IN_H
116
117 /* Define to 1 if you have the `pthread_create' function. */
118 #undef HAVE_PTHREAD_CREATE
119
120 /* Define to 1 if you have the <pthread.h> header file. */
121 #undef HAVE_PTHREAD_H
122
123 /* Define to 1 if you have the <pwd.h> header file. */
124 #undef HAVE_PWD_H
125
126 /* Define to 1 if you have the `setrlimit' function. */
127 #undef HAVE_SETRLIMIT
128
129 /* Define to 1 if you have the <signal.h> header file. */
130 #undef HAVE_SIGNAL_H
131
132 /* Define to 1 if you have the `socketpair' function. */
133 #undef HAVE_SOCKETPAIR
134
135 /* Define to 1 if you have the <stddef.h> header file. */
136 #undef HAVE_STDDEF_H
137
138 /* Define to 1 if you have the <stdint.h> header file. */
139 #undef HAVE_STDINT_H
140
141 /* Define to 1 if you have the <stdlib.h> header file. */
142 #undef HAVE_STDLIB_H
143
144 /* Define to 1 if you have the <strings.h> header file. */
145 #undef HAVE_STRINGS_H
146
147 /* Define to 1 if you have the <string.h> header file. */
148 #undef HAVE_STRING_H
149
150 /* Define to 1 if you have the `strlcat' function. */
151 #undef HAVE_STRLCAT
152
153 /* Define to 1 if you have the `strlcpy' function. */
154 #undef HAVE_STRLCPY
155
156 /* Define to 1 if you have the `strptime' function. */
157 #undef HAVE_STRPTIME
158
159 /* Define to 1 if you have the `strtoull' function. */
160 #undef HAVE_STRTOULL
161
162 /* Define to 1 if `tv_sec' is member of `struct timeval'. */
163 #undef HAVE_STRUCT_TIMEVAL_TV_SEC
164
165 /* Define to 1 if you have the <syslog.h> header file. */
166 #undef HAVE_SYSLOG_H
167
168 /* Define to 1 if you have the <sys/fcntl.h> header file. */
169 #undef HAVE_SYS_FCNTL_H
170
171 /* Define to 1 if you have the <sys/ioctl.h> header file. */
172 #undef HAVE_SYS_IOCTL_H
173
174 /* Define to 1 if you have the <sys/limits.h> header file. */
175 #undef HAVE_SYS_LIMITS_H
176
177 /* Define to 1 if you have the <sys/param.h> header file. */
178 #undef HAVE_SYS_PARAM_H
179
180 /* Define to 1 if you have the <sys/resource.h> header file. */
181 #undef HAVE_SYS_RESOURCE_H
182
183 /* Define to 1 if you have the <sys/socket.h> header file. */
184 #undef HAVE_SYS_SOCKET_H
185
186 /* Define to 1 if you have the <sys/stat.h> header file. */
187 #undef HAVE_SYS_STAT_H
188
189 /* Define to 1 if you have the <sys/time.h> header file. */
190 #undef HAVE_SYS_TIME_H
191
192 /* Define to 1 if you have the <sys/types.h> header file. */
193 #undef HAVE_SYS_TYPES_H
194
195 /* Define to 1 if you have the <sys/utime.h> header file. */
196 #undef HAVE_SYS_UTIME_H
197
198 /* Define to 1 if you have the <sys/wait.h> header file. */
199 #undef HAVE_SYS_WAIT_H
200
201 /* Define to 1 if you have the <time.h> header file. */
202 #undef HAVE_TIME_H
203
204 /* Define to 1 if you have the `uname' function. */
205 #undef HAVE_UNAME
206
207 /* Define to 1 if you have the <unistd.h> header file. */
208 #undef HAVE_UNISTD_H
209
210 /* Define to 1 if you have the <utime.h> header file. */
211 #undef HAVE_UTIME_H
212
213 /* Define to 1 if you have the <zlib.h> header file. */
214 #undef HAVE_ZLIB_H
215
216 /* Default location to store state files. */
217 #undef LOCALSTATEDIR
218
219 /* name of the syslog facility */
220 #undef LOGFACILITY
221
222 /* Define to 1 iff memset(0) sets pointers to NULL */
223 #undef NULL_REP_IS_ZERO_BYTES
224
225 /* Name of package */
226 #undef PACKAGE
227
228 /* Define to the address where bug reports for this package should be sent. */
229 #undef PACKAGE_BUGREPORT
230
231 /* Define to the full name of this package. */
232 #undef PACKAGE_NAME
233
234 /* Define to the full name and version of this package. */
235 #undef PACKAGE_STRING
236
237 /* Define to the one symbol short name of this package. */
238 #undef PACKAGE_TARNAME
239
240 /* Define to the version of this package. */
241 #undef PACKAGE_VERSION
242
243 /* The size of a `cell_t', as computed by sizeof. */
244 #undef SIZEOF_CELL_T
245
246 /* The size of a `char', as computed by sizeof. */
247 #undef SIZEOF_CHAR
248
249 /* The size of a `int', as computed by sizeof. */
250 #undef SIZEOF_INT
251
252 /* The size of a `int16_t', as computed by sizeof. */
253 #undef SIZEOF_INT16_T
254
255 /* The size of a `int32_t', as computed by sizeof. */
256 #undef SIZEOF_INT32_T
257
258 /* The size of a `int64_t', as computed by sizeof. */
259 #undef SIZEOF_INT64_T
260
261 /* The size of a `int8_t', as computed by sizeof. */
262 #undef SIZEOF_INT8_T
263
264 /* The size of a `intptr_t', as computed by sizeof. */
265 #undef SIZEOF_INTPTR_T
266
267 /* The size of a `long', as computed by sizeof. */
268 #undef SIZEOF_LONG
269
270 /* The size of a `long long', as computed by sizeof. */
271 #undef SIZEOF_LONG_LONG
272
273 /* The size of a `short', as computed by sizeof. */
274 #undef SIZEOF_SHORT
275
276 /* The size of a `socklen_t', as computed by sizeof. */
277 #undef SIZEOF_SOCKLEN_T
278
279 /* The size of a `time_t', as computed by sizeof. */
280 #undef SIZEOF_TIME_T
281
282 /* The size of a `uint16_t', as computed by sizeof. */
283 #undef SIZEOF_UINT16_T
284
285 /* The size of a `uint32_t', as computed by sizeof. */
286 #undef SIZEOF_UINT32_T
287
288 /* The size of a `uint64_t', as computed by sizeof. */
289 #undef SIZEOF_UINT64_T
290
291 /* The size of a `uint8_t', as computed by sizeof. */
292 #undef SIZEOF_UINT8_T
293
294 /* The size of a `uintptr_t', as computed by sizeof. */
295 #undef SIZEOF_UINTPTR_T
296
297 /* The size of a `void *', as computed by sizeof. */
298 #undef SIZEOF_VOID_P
299
300 /* The size of a `__int64', as computed by sizeof. */
301 #undef SIZEOF___INT64
302
303 /* Define to 1 if you have the ANSI C header files. */
304 #undef STDC_HEADERS
305
306 /* Define to 1 iff time_t is signed */
307 #undef TIME_T_IS_SIGNED
308
309 /* Define to 1 iff unaligned int access is allowed */
310 #undef UNALIGNED_INT_ACCESS_OK
311
312 /* Debug memory allocation library */
313 #undef USE_DMALLOC
314
315 /* Version number of package */
316 #undef VERSION
317
318 /* Number of bits in a file offset, on hosts where this is settable. */
319 #undef _FILE_OFFSET_BITS
320
321 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
322 #undef _LARGEFILE_SOURCE
323
324 /* Define for large files, on AIX-style hosts. */
325 #undef _LARGE_FILES
326
327 /* Define on some platforms to activate x_r() functions in time.h */
328 #undef _REENTRANT
Note: See TracBrowser for help on using the browser.