eventdns_tor.h 337 B

12345678910111213141516171819
  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 "../common/torint.h"
  13. #if defined(MS_WINDOWS) && !defined(WIN32)
  14. /* How did _this_ happen? */
  15. #define WIN32
  16. #endif