orconfig.h 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /* $Id$
  2. * orconfig.h -- This file is *not* generated by autoconf. Instead,
  3. * it has to be hand-edited to keep win32 happy. */
  4. #define MS_WINDOWS
  5. #define MS_WIN32
  6. /* Define to 1 if you have the <arpa/inet.h> header file. */
  7. #undef HAVE_ARPA_INET_H
  8. /* Define to 1 if you have the <assert.h> header file. */
  9. #define HAVE_ASSERT_H
  10. /* Define to 1 if you have the <ctype.h> header file. */
  11. #define HAVE_CTYPE_H
  12. /* Define to 1 if you have the <errno.h> header file. */
  13. #define HAVE_ERRNO_H
  14. #define HAVE_FCNTL_H
  15. #define HAVE_FTIME
  16. #undef HAVE_GETTIMEOFDAY
  17. #undef HAVE_STRPTIME
  18. #undef HAVE_INET_ATON
  19. /* Define to 1 if the system has the type `int16_t'. */
  20. #undef HAVE_INT16_T
  21. /* Define to 1 if the system has the type `int32_t'. */
  22. #undef HAVE_INT32_T
  23. /* Define to 1 if the system has the type `int64_t'. */
  24. #undef HAVE_INT64_T
  25. /* Define to 1 if the system has the type `int8_t'. */
  26. #undef HAVE_INT8_T
  27. /* Define to 1 if you have the <inttypes.h> header file. */
  28. #undef HAVE_INTTYPES_H
  29. /* Define to 1 if you have the <memory.h> header file. */
  30. #define HAVE_MEMORY_H
  31. /* Define to 1 if you have the <netdb.h> header file. */
  32. #undef HAVE_NETDB_H
  33. /* Define to 1 if you have the <netinet/in.h> header file. */
  34. #undef HAVE_NETINET_IN_H
  35. /* Define to 1 if you have the <poll.h> header file. */
  36. #undef HAVE_POLL_H
  37. /* Define to 1 if you have the <signal.h> header file. */
  38. #define HAVE_SIGNAL_H
  39. /* Define to 1 if you have the <stdint.h> header file. */
  40. #undef HAVE_STDINT_H
  41. /* Define to 1 if you have the <stdlib.h> header file. */
  42. #define HAVE_STDLIB_H
  43. /* Define to 1 if you have the <strings.h> header file. */
  44. #undef HAVE_STRINGS_H
  45. /* Define to 1 if you have the <string.h> header file. */
  46. #define HAVE_STRING_H
  47. /* Define to 1 if you have the <sys/fcntl.h> header file. */
  48. #undef HAVE_SYS_FCNTL_H
  49. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  50. #undef HAVE_SYS_IOCTL_H
  51. /* Define to 1 if you have the <sys/poll.h> header file. */
  52. #undef HAVE_SYS_POLL_H
  53. /* Define to 1 if you have the <sys/socket.h> header file. */
  54. #undef HAVE_SYS_SOCKET_H
  55. /* Define to 1 if you have the <sys/stat.h> header file. */
  56. #define HAVE_SYS_STAT_H
  57. /* Define to 1 if you have the <sys/time.h> header file. */
  58. #undef HAVE_SYS_TIME_H
  59. /* Define to 1 if you have the <sys/types.h> header file. */
  60. #define HAVE_SYS_TYPES_H
  61. /* Define to 1 if you have the <time.h> header file */
  62. #define HAVE_TIME_H
  63. /* Define to 1 if the system has the type `uint16_t'. */
  64. #undef HAVE_UINT16_T
  65. /* Define to 1 if the system has the type `uint32_t'. */
  66. #undef HAVE_UINT32_T
  67. /* Define to 1 if the system has the type `uint64_t'. */
  68. #undef HAVE_UINT64_T
  69. /* Define to 1 if the system has the type `uint8_t'. */
  70. #undef HAVE_UINT8_T
  71. /* Define to 1 if you have the <unistd.h> header file. */
  72. #undef HAVE_UNISTD_H
  73. /* Name of package */
  74. #define PACKAGE "tor"
  75. /* Define to the address where bug reports for this package should be sent. */
  76. #undef PACKAGE_BUGREPORT
  77. /* Define to the full name of this package. */
  78. #undef PACKAGE_NAME
  79. /* Define to the full name and version of this package. */
  80. #undef PACKAGE_STRING
  81. /* Define to the one symbol short name of this package. */
  82. #undef PACKAGE_TARNAME
  83. /* Define to the version of this package. */
  84. #undef PACKAGE_VERSION
  85. /* The size of a `char', as computed by sizeof. */
  86. #define SIZEOF_CHAR 1
  87. /* The size of a `int', as computed by sizeof. */
  88. #define SIZEOF_INT 4
  89. /* The size of a `long', as computed by sizeof. */
  90. #define SIZEOF_LONG 4
  91. /* The size of a `long long', as computed by sizeof. */
  92. #define SIZEOF_LONG_LONG 0
  93. /* The size of a `short', as computed by sizeof. */
  94. #define SIZEOF_SHORT 2
  95. /* The size of a `__int64', as computed by sizeof. */
  96. #define SIZEOF___INT64 8
  97. /* Define to 1 if you have the ANSI C header files. */
  98. #define STDC_HEADERS
  99. #define HAVE_LIMITS_H
  100. /* Version number of package */
  101. #define VERSION "0.0.2pre26"
  102. /* XXXX WWWW */
  103. #define CONFDIR ""