Issues with router_get_by_nickname() (3)
[tor/rransom.git] / src / or / eventdns_tor.h
blob141ff09f1ecdcf1fd29ad0839059d2e2a6ef2382
1 /* Copyright (c) 2007-2010, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 #include "orconfig.h"
5 #define DNS_USE_OPENSSL_FOR_ID
6 #ifndef HAVE_UINT
7 typedef unsigned int uint;
8 #endif
9 #ifndef HAVE_U_CHAR
10 typedef unsigned char u_char;
11 #endif
12 #ifdef MS_WINDOWS
13 #define inline __inline
14 #endif
15 #include "torint.h"
17 #if defined(MS_WINDOWS) && !defined(WIN32)
18 /* How did _this_ happen? */
19 #define WIN32
20 #endif
22 /* These are for debugging possible memory leaks. */
23 #include "util.h"
24 #include "compat.h"