eventdns_tor.h 418 B

1234567891011121314151617181920
  1. /* Copyright (c) 2007-2012, 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 _WIN32
  12. #define inline __inline
  13. #endif
  14. #include "torint.h"
  15. /* These are for debugging possible memory leaks. */
  16. #include "util.h"
  17. #include "compat.h"