bump to 0.2.3.15-alpha-dev
[tor/neena.git] / src / win32 / orconfig.h
blobf6bbf8bc4e8255efad426d1703b7c8fbd2e5bd2e
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 _WIN32
7 #define CONFDIR ""
9 /* Define to 1 if you have the <arpa/inet.h> header file. */
10 #undef HAVE_ARPA_INET_H
12 /* Define to 1 if you have the <assert.h> header file. */
13 #define HAVE_ASSERT_H
15 /* Define to 1 if you have the <ctype.h> header file. */
16 #define HAVE_CTYPE_H
18 #define ENABLE_THREADS
20 /* Define to 1 if you have the <errno.h> header file. */
21 #define HAVE_ERRNO_H
23 /* Define to 1 if you have the `event_get_method' function. */
24 #define HAVE_EVENT_GET_METHOD 1
26 /* Define to 1 if you have the `event_get_version' function. */
27 #define HAVE_EVENT_GET_VERSION 1
29 /* Define to 1 if you have the `event_set_log_callback' function. */
30 #define HAVE_EVENT_SET_LOG_CALLBACK 1
32 /* Define to 1 if you have the <fcntl.h> header file. */
33 #define HAVE_FCNTL_H
35 /* Define to 1 if you have the `ftime' function. */
36 #define HAVE_FTIME
38 /* Define to 1 if you have the `gettimeofday' function. */
39 #undef HAVE_GETTIMEOFDAY
41 /* Define to 1 if you have the <grp.h> header file. */
42 #undef HAVE_GRP_H
44 /* Define to 1 if you have the `inet_aton' function. */
45 #undef HAVE_INET_ATON
47 /* Define to 1 if you have the <inttypes.h> header file. */
48 /* #define HAVE_INTTYPES_H */
50 /* Define to 1 if you have the <limits.h> header file. */
51 #define HAVE_LIMITS_H
53 /* Define to 1 if you have the <machine/limits.h> header file. */
54 #undef HAVE_MACHINE_LIMITS_H
56 /* Define to 1 if you have the <memory.h> header file. */
57 #define HAVE_MEMORY_H
59 /* Define to 1 if you have the <netdb.h> header file. */
60 #undef HAVE_NETDB_H
62 /* Define to 1 if you have the <netinet/in.h> header file. */
63 #undef HAVE_NETINET_IN_H
65 /* Define to 1 if you have the <poll.h> header file. */
66 #undef HAVE_POLL_H
68 /* Define to 1 if you have the <pwd.h> header file. */
69 #undef HAVE_PWD_H
71 /* Define to 1 if you have the <signal.h> header file. */
72 #define HAVE_SIGNAL_H
74 /* Define to 1 if you have the `socketpair' function. */
75 #undef HAVE_SOCKETPAIR
77 /* Define to 1 if you have the <stdint.h> header file. */
78 #undef HAVE_STDINT_H
80 /* Define to 1 if you have the <stdlib.h> header file. */
81 #define HAVE_STDLIB_H
83 /* Define to 1 if you have the <strings.h> header file. */
84 #undef HAVE_STRINGS_H
86 /* Define to 1 if you have the <string.h> header file. */
87 #define HAVE_STRING_H
89 /* Define to 1 if you have the `strlcat' function. */
90 #if defined (WINCE)
91 #define HAVE_STRLCAT
92 #else
93 #undef HAVE_STRLCAT
94 #endif
96 /* Define to 1 if you have the `strlcpy' function. */
97 #if defined (WINCE)
98 #define HAVE_STRLCPY
99 #else
100 #undef HAVE_STRLCPY
101 #endif
102 /* Define to 1 if you have the `strptime' function. */
103 #undef HAVE_STRPTIME
105 /* Define to 1 if your timeval has a tv_sec element. */
106 #define HAVE_STRUCT_TIMEVAL_TV_SEC
107 /* Change to #undef if you're using BCC */
109 /* Define to 1 if you have the <sys/fcntl.h> header file. */
110 #undef HAVE_SYS_FCNTL_H
112 /* Define to 1 if you have the <sys/ioctl.h> header file. */
113 #undef HAVE_SYS_IOCTL_H
115 /* Define to 1 if you have the <sys/limits.h> header file. */
116 #undef HAVE_SYS_LIMITS_H
118 /* Define to 1 if you have the <sys/poll.h> header file. */
119 #undef HAVE_SYS_POLL_H
121 /* Define to 1 if you have the <sys/socket.h> header file. */
122 #undef HAVE_SYS_SOCKET_H
125 /* Define to 1 if you have the <sys/stat.h> header file. */
126 #define HAVE_SYS_STAT_H
128 /* Define to 1 if you have the <sys/time.h> header file. */
129 #undef HAVE_SYS_TIME_H
131 /* Define to 1 if you have the <sys/types.h> header file. */
132 #define HAVE_SYS_TYPES_H
134 /* Define to 1 if you have the <sys/utime.h> header file. */
135 #define HAVE_SYS_UTIME_H
137 /* Define to 1 if you have the <sys/wait.h> header file. */
138 #undef HAVE_SYS_WAIT_H
140 /* Define to 1 if you have the <time.h> header file. */
141 #define HAVE_TIME_H
143 /* Define to 1 if you have the `uname' function. */
144 #undef HAVE_UNAME
146 /* Define to 1 if you have the <unistd.h> header file. */
147 #undef HAVE_UNISTD_H
149 /* Define to 1 iff NULL is represented by a 0 in memory. */
150 #define NULL_REP_IS_ZERO_BYTES 1
152 /* Name of package */
153 #define PACKAGE "tor"
155 /* Define to the address where bug reports for this package should be sent. */
156 #undef PACKAGE_BUGREPORT
158 /* Define to the full name of this package. */
159 #undef PACKAGE_NAME
161 /* Define to the full name and version of this package. */
162 #undef PACKAGE_STRING
164 /* Define to the one symbol short name of this package. */
165 #undef PACKAGE_TARNAME
167 /* Define to the version of this package. */
168 #undef PACKAGE_VERSION
170 /* The size of a `char', as computed by sizeof. */
171 #define SIZEOF_CHAR 1
173 /* The size of a `int', as computed by sizeof. */
174 #define SIZEOF_INT 4
176 /* The size of a `int16_t', as computed by sizeof. */
177 #undef SIZEOF_INT16_T
179 /* The size of a `int32_t', as computed by sizeof. */
180 #undef SIZEOF_INT32_T
182 /* The size of a `int64_t', as computed by sizeof. */
183 #undef SIZEOF_INT64_T
185 /* The size of a `int8_t', as computed by sizeof. */
186 #undef SIZEOF_INT8_T
188 /* The size of a `long', as computed by sizeof. */
189 #define SIZEOF_LONG 4
191 /* The size of a `long long', as computed by sizeof. */
192 #undef SIZEOF_LONG_LONG
194 /* The size of a `short', as computed by sizeof. */
195 #define SIZEOF_SHORT 2
197 /* The size of a `time_t', as computed by sizeof. */
198 #define SIZEOF_TIME_T 4
200 /* The size of a `uint16_t', as computed by sizeof. */
201 #undef SIZEOF_UINT16_T
203 /* The size of a `uint32_t', as computed by sizeof. */
204 #undef SIZEOF_UINT32_T
206 /* The size of a `uint64_t', as computed by sizeof. */
207 #undef SIZEOF_UINT64_T
209 /* The size of a `uint8_t', as computed by sizeof. */
210 #undef SIZEOF_UINT8_T
212 /* The size of a `void *', as computed by sizeof. */
213 #define SIZEOF_VOID_P 4
215 /* The size of a `__int64', as computed by sizeof. */
216 #define SIZEOF___INT64 8
218 /* The sizeof a size_t, as computed by sizeof. */
219 #define SIZEOF_SIZE_T 4
221 /* Define to 1 if you have the ANSI C header files. */
222 #define STDC_HEADERS
224 /* Define to 1 if time_t is signed. */
225 #define TIME_T_IS_SIGNED
227 /* Define to 1 iff unaligned int access is allowed */
228 #define UNALIGNED_INT_ACCESS_OK
230 #define HAVE_EVENT_H
232 /* Define to 1 iff we represent negative integers with two's complement */
233 #define USING_TWOS_COMPLEMENT
235 /* Version number of package */
236 #define VERSION "0.2.3.15-alpha-dev"
240 #define HAVE_STRUCT_SOCKADDR_IN6
241 #define HAVE_STRUCT_IN6_ADDR
242 #define RSHIFT_DOES_SIGN_EXTEND
243 #define FLEXIBLE_ARRAY_MEMBER 0
244 #define HAVE_EVENT2_EVENT_H
245 #define SHARE_DATADIR ""