Windows version is 0.0.6 too
[tor.git] / src / win32 / orconfig.h
blob04629861b91c1eddf82e9d048fd027f136c1d249
1 /* $Id */
2 /* orconfig.h for Windows -- This file is *not* generated by autoconf.
3 * Instead, it has to be hand-edited to keep Win32 happy.
4 */
6 /* Windows-only defines. */
7 #define MS_WINDOWS
8 #define MS_WIN32
9 #define CONFDIR ""
11 /* Define to 1 if you have the <arpa/inet.h> header file. */
12 #undef HAVE_ARPA_INET_H
14 /* Define to 1 if you have the <assert.h> header file. */
15 #define HAVE_ASSERT_H
17 /* Define to 1 if you have the <ctype.h> header file. */
18 #define HAVE_CTYPE_H
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 <fcntl.h> header file. */
24 #define HAVE_FCNTL_H
26 /* Define to 1 if you have the `ftime' function. */
27 #define HAVE_FTIME
29 /* Define to 1 if you have the `gettimeofday' function. */
30 #undef HAVE_GETTIMEOFDAY
32 /* Define to 1 if you have the <grp.h> header file. */
33 #undef HAVE_GRP_H
35 /* Define to 1 if you have the `inet_aton' function. */
36 #undef HAVE_INET_ATON
38 /* Define to 1 if you have the <inttypes.h> header file. */
39 #define HAVE_INTTYPES_H
41 /* Define to 1 if you have the <limits.h> header file. */
42 #define HAVE_LIMITS_H
44 /* Define to 1 if you have the <machine/limits.h> header file. */
45 #undef HAVE_MACHINE_LIMITS_H
47 /* Define to 1 if you have the <memory.h> header file. */
48 #define HAVE_MEMORY_H
50 /* Define to 1 if you have the <netdb.h> header file. */
51 #undef HAVE_NETDB_H
53 /* Define to 1 if you have the <netinet/in.h> header file. */
54 #undef HAVE_NETINET_IN_H
56 /* Define to 1 if you have the <poll.h> header file. */
57 #undef HAVE_POLL_H
59 /* Define to 1 if you have the <pwd.h> header file. */
60 #undef HAVE_PWD_H
62 /* Define to 1 if you have the <signal.h> header file. */
63 #define HAVE_SIGNAL_H
65 /* Define to 1 if you have the `socketpair' function. */
66 #undef HAVE_SOCKETPAIR
68 /* Define to 1 if you have the <stdint.h> header file. */
69 #undef HAVE_STDINT_H
71 /* Define to 1 if you have the <stdlib.h> header file. */
72 #define HAVE_STDLIB_H
74 /* Define to 1 if you have the <strings.h> header file. */
75 #undef HAVE_STRINGS_H
77 /* Define to 1 if you have the <string.h> header file. */
78 #define HAVE_STRING_H
80 /* Define to 1 if you have the `strlcat' function. */
81 #undef HAVE_STRLCAT
83 /* Define to 1 if you have the `strlcpy' function. */
84 #undef HAVE_STRLCPY
86 /* Define to 1 if you have the `strptime' function. */
87 #undef HAVE_STRPTIME
89 /* Define to 1 if you have the <sys/fcntl.h> header file. */
90 #undef HAVE_SYS_FCNTL_H
92 /* Define to 1 if you have the <sys/ioctl.h> header file. */
93 #undef HAVE_SYS_IOCTL_H
95 /* Define to 1 if you have the <sys/limits.h> header file. */
96 #undef HAVE_SYS_LIMITS_H
98 /* Define to 1 if you have the <sys/poll.h> header file. */
99 #undef HAVE_SYS_POLL_H
101 /* Define to 1 if you have the <sys/socket.h> header file. */
102 #undef HAVE_SYS_SOCKET_H
104 /* Define to 1 if you have the <sys/stat.h> header file. */
105 #define HAVE_SYS_STAT_H
107 /* Define to 1 if you have the <sys/time.h> header file. */
108 #undef HAVE_SYS_TIME_H
110 /* Define to 1 if you have the <sys/types.h> header file. */
111 #define HAVE_SYS_TYPES_H
113 /* Define to 1 if you have the <sys/wait.h> header file. */
114 #undef HAVE_SYS_WAIT_H
116 /* Define to 1 if you have the <time.h> header file. */
117 #define HAVE_TIME_H
119 /* Define to 1 if you have the `uname' function. */
120 #undef HAVE_UNAME
122 /* Define to 1 if you have the <unistd.h> header file. */
123 #undef HAVE_UNISTD_H
125 /* Name of package */
126 #define PACKAGE "tor"
128 /* Def
129 ine to the address where bug reports for this package should be sent. */
130 #undef PACKAGE_BUGREPORT
132 /* Define to the full name of this package. */
133 #undef PACKAGE_NAME
135 /* Define to the full name and version of this package. */
136 #undef PACKAGE_STRING
138 /* Define to the one symbol short name of this package. */
139 #undef PACKAGE_TARNAME
141 /* Define to the version of this package. */
142 #undef PACKAGE_VERSION
144 /* The size of a `char', as computed by sizeof. */
145 #define SIZEOF_CHAR 1
147 /* The size of a `int', as computed by sizeof. */
148 #define SIZEOF_INT 4
150 /* The size of a `int16_t', as computed by sizeof. */
151 #undef SIZEOF_INT16_T
153 /* The size of a `int32_t', as computed by sizeof. */
154 #undef SIZEOF_INT32_T
156 /* The size of a `int64_t', as computed by sizeof. */
157 #undef SIZEOF_INT64_T
159 /* The size of a `int8_t', as computed by sizeof. */
160 #undef SIZEOF_INT8_T
162 /* The size of a `long', as computed by sizeof. */
163 #define SIZEOF_LONG 4
165 /* The size of a `long long', as computed by sizeof. */
166 #undef SIZEOF_LONG_LONG
168 /* The size of a `short', as computed by sizeof. */
169 #define SIZEOF_SHORT 2
171 /* The size of a `uint16_t', as computed by sizeof. */
172 #undef SIZEOF_UINT16_T
174 /* The size of a `uint32_t', as computed by sizeof. */
175 #undef SIZEOF_UINT32_T
177 /* The size of a `uint64_t', as computed by sizeof. */
178 #undef SIZEOF_UINT64_T
180 /* The size of a `uint8_t', as computed by sizeof. */
181 #undef SIZEOF_UINT8_T
183 /* The size of a `__int64', as computed by sizeof. */
184 #define SIZEOF___INT64 8
186 /* Define to 1 if you have the ANSI C header files. */
187 #define STDC_HEADERS
189 /* Define to 1 iff unaligned int access is allowed */
190 #define UNALIGNED_INT_ACCESS_OK
192 /* Version number of package */
193 #define VERSION "0.0.6"