r14602@catbus: nickm | 2007-08-16 13:33:27 -0400
[tor.git] / src / or / eventdns_tor.h
blobd1acfe275ecf8c09241c104489ea70f3c4229f01
2 #include "orconfig.h"
3 #define DNS_USE_OPENSSL_FOR_ID
4 #ifndef HAVE_UINT
5 typedef unsigned int uint;
6 #endif
7 #ifndef HAVE_U_CHAR
8 typedef unsigned char u_char;
9 #endif
10 #ifdef MS_WINDOWS
11 #define inline __inline
12 #endif
13 #include "../common/torint.h"
15 #if defined(MS_WINDOWS) && !defined(WIN32)
16 /* How did _this_ happen? */
17 #define WIN32
18 #endif