eventdns_tor.h 427 B

1234567891011121314151617181920212223
  1. #include "orconfig.h"
  2. #define DNS_USE_OPENSSL_FOR_ID
  3. #ifndef HAVE_UINT
  4. typedef unsigned int uint;
  5. #endif
  6. #ifndef HAVE_U_CHAR
  7. typedef unsigned char u_char;
  8. #endif
  9. #ifdef MS_WINDOWS
  10. #define inline __inline
  11. #endif
  12. #include "torint.h"
  13. #if defined(MS_WINDOWS) && !defined(WIN32)
  14. /* How did _this_ happen? */
  15. #define WIN32
  16. #endif
  17. /* XXXX020 These are for debugging possible memory leaks. */
  18. #include "util.h"
  19. #include "compat.h"