123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- #define CONFDIR ""
- #undef HAVE_ARPA_INET_H
- #define HAVE_ASSERT_H
- #define HAVE_CTYPE_H
- #define HAVE_ERRNO_H
- #define HAVE_FCNTL_H
- #define HAVE_FTIME
- #undef HAVE_GETTIMEOFDAY
- #undef HAVE_GRP_H
- #undef HAVE_INET_ATON
- #define HAVE_LIMITS_H
- #undef HAVE_MACHINE_LIMITS_H
- #define HAVE_MEMORY_H
- #undef HAVE_NETDB_H
- #undef HAVE_NETINET_IN_H
- #undef HAVE_POLL_H
- #undef HAVE_PWD_H
- #define HAVE_SIGNAL_H
- #undef HAVE_SOCKETPAIR
- #undef HAVE_STDINT_H
- #define HAVE_STDLIB_H
- #undef HAVE_STRINGS_H
- #define HAVE_STRING_H
- #undef HAVE_STRLCAT
- #undef HAVE_STRLCPY
- #undef HAVE_STRPTIME
- #define HAVE_STRUCT_TIMEVAL_TV_SEC
- #undef HAVE_SYS_FCNTL_H
- #undef HAVE_SYS_IOCTL_H
- #undef HAVE_SYS_LIMITS_H
- #undef HAVE_SYS_POLL_H
- #undef HAVE_SYS_SOCKET_H
- #define HAVE_SYS_STAT_H
- #undef HAVE_SYS_TIME_H
- #define HAVE_SYS_TYPES_H
- #define HAVE_SYS_UTIME_H
- #undef HAVE_SYS_WAIT_H
- #define HAVE_TIME_H
- #undef HAVE_UNAME
- #undef HAVE_UNISTD_H
- #define HAVE__VSCPRINTF 1
- #define NULL_REP_IS_ZERO_BYTES 1
- #define DOUBLE_0_REP_IS_ZERO_BYTES 1
- #define PACKAGE "tor"
- #undef PACKAGE_BUGREPORT
- #undef PACKAGE_NAME
- #undef PACKAGE_STRING
- #undef PACKAGE_TARNAME
- #undef PACKAGE_VERSION
- #define SIZEOF_CHAR 1
- #define SIZEOF_INT 4
- #undef SIZEOF_INT16_T
- #undef SIZEOF_INT32_T
- #undef SIZEOF_INT64_T
- #undef SIZEOF_INT8_T
- #define SIZEOF_LONG 4
- #undef SIZEOF_LONG_LONG
- #define SIZEOF_PID_T 0
- #define SIZEOF_SHORT 2
- #define SIZEOF_TIME_T 4
- #undef SIZEOF_UINT16_T
- #undef SIZEOF_UINT32_T
- #undef SIZEOF_UINT64_T
- #undef SIZEOF_UINT8_T
- #define SIZEOF_VOID_P 4
- #define SIZEOF___INT64 8
- #define SIZEOF_SIZE_T 4
- #define STDC_HEADERS
- #define UNALIGNED_INT_ACCESS_OK
- #define USING_TWOS_COMPLEMENT
- #define VERSION "0.3.1.9-dev"
- #define HAVE_STRUCT_SOCKADDR_IN6
- #define HAVE_STRUCT_IN6_ADDR
- #define RSHIFT_DOES_SIGN_EXTEND
- #define FLEXIBLE_ARRAY_MEMBER 0
- #define SHARE_DATADIR ""
- #define USE_CURVE25519_DONNA
- #define ENUM_VALS_ARE_SIGNED 1
- #ifndef STDOUT_FILENO
- #define STDOUT_FILENO 1
- #endif
- #ifndef STDERR_FILENO
- #define STDERR_FILENO 2
- #endif
- #define WINVER 0x0501
- #define _WIN32_WINNT 0x0501
- #define WIN32_LEAN_AND_MEAN 1
|