eventdns_tor.h
上传用户:awang829
上传日期:2019-07-14
资源大小:2356k
文件大小:1k
源码类别:

网络

开发平台:

Unix_Linux

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