bump to 0.2.4.9-alpha
[tor.git] / src / win32 / orconfig.h
blob1352e712d840ab13a6d153068630d44d1a52680a
1 /* orconfig.h for Windows -- This file is *not* generated by autoconf.
2 * Instead, it has to be hand-edited to keep Win32 happy.
3 */
5 /* Windows-only defines. */
6 #define CONFDIR ""
8 /* Define to 1 if you have the <arpa/inet.h> header file. */
9 #undef HAVE_ARPA_INET_H
11 /* Define to 1 if you have the <assert.h> header file. */
12 #define HAVE_ASSERT_H
14 /* Define to 1 if you have the <ctype.h> header file. */
15 #define HAVE_CTYPE_H
17 #define ENABLE_THREADS
19 /* Define to 1 if you have the <errno.h> header file. */
20 #define HAVE_ERRNO_H
22 /* Define to 1 if you have the `event_get_method' function. */
23 #define HAVE_EVENT_GET_METHOD 1
25 /* Define to 1 if you have the `event_get_version' function. */
26 #define HAVE_EVENT_GET_VERSION 1
28 /* Define to 1 if you have the `event_set_log_callback' function. */
29 #define HAVE_EVENT_SET_LOG_CALLBACK 1
31 /* Define to 1 if you have the <fcntl.h> header file. */
32 #define HAVE_FCNTL_H
34 /* Define to 1 if you have the `ftime' function. */
35 #define HAVE_FTIME
37 /* Define to 1 if you have the `gettimeofday' function. */
38 #undef HAVE_GETTIMEOFDAY
40 /* Define to 1 if you have the <grp.h> header file. */
41 #undef HAVE_GRP_H
43 /* Define to 1 if you have the `inet_aton' function. */
44 #undef HAVE_INET_ATON
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 /* #define HAVE_INTTYPES_H */
49 /* Define to 1 if you have the <limits.h> header file. */
50 #define HAVE_LIMITS_H
52 /* Define to 1 if you have the <machine/limits.h> header file. */
53 #undef HAVE_MACHINE_LIMITS_H
55 /* Define to 1 if you have the <memory.h> header file. */
56 #define HAVE_MEMORY_H
58 /* Define to 1 if you have the <netdb.h> header file. */
59 #undef HAVE_NETDB_H
61 /* Define to 1 if you have the <netinet/in.h> header file. */
62 #undef HAVE_NETINET_IN_H
64 /* Define to 1 if you have the <poll.h> header file. */
65 #undef HAVE_POLL_H
67 /* Define to 1 if you have the <pwd.h> header file. */
68 #undef HAVE_PWD_H
70 /* Define to 1 if you have the <signal.h> header file. */
71 #define HAVE_SIGNAL_H
73 /* Define to 1 if you have the `socketpair' function. */
74 #undef HAVE_SOCKETPAIR
76 /* Define to 1 if you have the <stdint.h> header file. */
77 #undef HAVE_STDINT_H
79 /* Define to 1 if you have the <stdlib.h> header file. */
80 #define HAVE_STDLIB_H
82 /* Define to 1 if you have the <strings.h> header file. */
83 #undef HAVE_STRINGS_H
85 /* Define to 1 if you have the <string.h> header file. */
86 #define HAVE_STRING_H
88 /* Define to 1 if you have the `strlcat' function. */
89 #if defined (WINCE)
90 #define HAVE_STRLCAT
91 #else
92 #undef HAVE_STRLCAT
93 #endif
95 /* Define to 1 if you have the `strlcpy' function. */
96 #if defined (WINCE)
97 #define HAVE_STRLCPY
98 #else
99 #undef HAVE_STRLCPY
100 #endif
101 /* Define to 1 if you have the `strptime' function. */
102 #undef HAVE_STRPTIME
104 /* Define to 1 if your timeval has a tv_sec element. */
105 #define HAVE_STRUCT_TIMEVAL_TV_SEC
106 /* Change to #undef if you're using BCC */
108 /* Define to 1 if you have the <sys/fcntl.h> header file. */
109 #undef HAVE_SYS_FCNTL_H
111 /* Define to 1 if you have the <sys/ioctl.h> header file. */
112 #undef HAVE_SYS_IOCTL_H
114 /* Define to 1 if you have the <sys/limits.h> header file. */
115 #undef HAVE_SYS_LIMITS_H
117 /* Define to 1 if you have the <sys/poll.h> header file. */
118 #undef HAVE_SYS_POLL_H
120 /* Define to 1 if you have the <sys/socket.h> header file. */
121 #undef HAVE_SYS_SOCKET_H
124 /* Define to 1 if you have the <sys/stat.h> header file. */
125 #define HAVE_SYS_STAT_H
127 /* Define to 1 if you have the <sys/time.h> header file. */
128 #undef HAVE_SYS_TIME_H
130 /* Define to 1 if you have the <sys/types.h> header file. */
131 #define HAVE_SYS_TYPES_H
133 /* Define to 1 if you have the <sys/utime.h> header file. */
134 #define HAVE_SYS_UTIME_H
136 /* Define to 1 if you have the <sys/wait.h> header file. */
137 #undef HAVE_SYS_WAIT_H
139 /* Define to 1 if you have the <time.h> header file. */
140 #define HAVE_TIME_H
142 /* Define to 1 if you have the `uname' function. */
143 #undef HAVE_UNAME
145 /* Define to 1 if you have the <unistd.h> header file. */
146 #undef HAVE_UNISTD_H
148 /* Define to 1 if you have the `_vscprintf' function. */
149 #define HAVE__VSCPRINTF 1
151 /* Define to 1 iff NULL is represented by a 0 in memory. */
152 #define NULL_REP_IS_ZERO_BYTES 1
154 /* Name of package */
155 #define PACKAGE "tor"
157 /* Define to the address where bug reports for this package should be sent. */
158 #undef PACKAGE_BUGREPORT
160 /* Define to the full name of this package. */
161 #undef PACKAGE_NAME
163 /* Define to the full name and version of this package. */
164 #undef PACKAGE_STRING
166 /* Define to the one symbol short name of this package. */
167 #undef PACKAGE_TARNAME
169 /* Define to the version of this package. */
170 #undef PACKAGE_VERSION
172 /* The size of a `char', as computed by sizeof. */
173 #define SIZEOF_CHAR 1
175 /* The size of a `int', as computed by sizeof. */
176 #define SIZEOF_INT 4
178 /* The size of a `int16_t', as computed by sizeof. */
179 #undef SIZEOF_INT16_T
181 /* The size of a `int32_t', as computed by sizeof. */
182 #undef SIZEOF_INT32_T
184 /* The size of a `int64_t', as computed by sizeof. */
185 #undef SIZEOF_INT64_T
187 /* The size of a `int8_t', as computed by sizeof. */
188 #undef SIZEOF_INT8_T
190 /* The size of a `long', as computed by sizeof. */
191 #define SIZEOF_LONG 4
193 /* The size of a `long long', as computed by sizeof. */
194 #undef SIZEOF_LONG_LONG
196 /* The size of `pid_t', as computed by sizeof. */
197 #define SIZEOF_PID_T 0
199 /* The size of a `short', as computed by sizeof. */
200 #define SIZEOF_SHORT 2
202 /* The size of a `time_t', as computed by sizeof. */
203 #define SIZEOF_TIME_T 4
205 /* The size of a `uint16_t', as computed by sizeof. */
206 #undef SIZEOF_UINT16_T
208 /* The size of a `uint32_t', as computed by sizeof. */
209 #undef SIZEOF_UINT32_T
211 /* The size of a `uint64_t', as computed by sizeof. */
212 #undef SIZEOF_UINT64_T
214 /* The size of a `uint8_t', as computed by sizeof. */
215 #undef SIZEOF_UINT8_T
217 /* The size of a `void *', as computed by sizeof. */
218 #define SIZEOF_VOID_P 4
220 /* The size of a `__int64', as computed by sizeof. */
221 #define SIZEOF___INT64 8
223 /* The sizeof a size_t, as computed by sizeof. */
224 #define SIZEOF_SIZE_T 4
226 /* Define to 1 if you have the ANSI C header files. */
227 #define STDC_HEADERS
229 /* Define to 1 if time_t is signed. */
230 #define TIME_T_IS_SIGNED
232 /* Define to 1 iff unaligned int access is allowed */
233 #define UNALIGNED_INT_ACCESS_OK
235 #define HAVE_EVENT_H
237 /* Define to 1 iff we represent negative integers with two's complement */
238 #define USING_TWOS_COMPLEMENT
240 /* Version number of package */
241 #define VERSION "0.2.4.9-alpha"
245 #define HAVE_STRUCT_SOCKADDR_IN6
246 #define HAVE_STRUCT_IN6_ADDR
247 #define RSHIFT_DOES_SIGN_EXTEND
248 #define FLEXIBLE_ARRAY_MEMBER 0
249 #define HAVE_EVENT2_EVENT_H
250 #define SHARE_DATADIR ""