aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns_tor.h
blob: 4c40b3524b2140790d0840acda71dc446019fe26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright (c) 2007-2012, The Tor Project, Inc. */
/* See LICENSE for licensing information */

#include "orconfig.h"
#define DNS_USE_OPENSSL_FOR_ID
#ifndef HAVE_UINT
typedef unsigned int uint;
#endif
#ifndef HAVE_U_CHAR
typedef unsigned char u_char;
#endif
#ifdef _WIN32
#define inline __inline
#endif
#include "torint.h"

/* These are for debugging possible memory leaks. */
#include "util.h"
#include "compat.h"