orconfig.h 3.7 KB

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