eventdns_tor.h
上传用户:awang829
上传日期:2019-07-14
资源大小:2356k
文件大小:1k
- /* Copyright (c) 2007-2009, 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 MS_WINDOWS
- #define inline __inline
- #endif
- #include "torint.h"
- #if defined(MS_WINDOWS) && !defined(WIN32)
- /* How did _this_ happen? */
- #define WIN32
- #endif
- /* These are for debugging possible memory leaks. */
- #include "util.h"
- #include "compat.h"