autoconfig.h 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. /* autoconfig.h. Generated from autoconfig.h.in by configure. */
  2. /* autoconfig.h.in. Generated from configure.ac by autoheader. */
  3. /* Define if building universal (internal helper macro) */
  4. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  5. /* Define to 1 to compile debug code */
  6. /* #undef DEBUG */
  7. /* Define to 1 if you have the <arpa/inet.h> header file. */
  8. #define HAVE_ARPA_INET_H 1
  9. /* Define to 1 if you have the <dlfcn.h> header file. */
  10. #define HAVE_DLFCN_H 1
  11. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  12. /* #undef HAVE_DOPRNT */
  13. /* Define to 1 if you have the <fcntl.h> header file. */
  14. #define HAVE_FCNTL_H 1
  15. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  16. #define HAVE_FSEEKO 1
  17. /* Define to 1 if you have the <inttypes.h> header file. */
  18. #define HAVE_INTTYPES_H 1
  19. /* Define to 1 if you have the <limits.h> header file. */
  20. #define HAVE_LIMITS_H 1
  21. /* Define to 1 if you have the <memory.h> header file. */
  22. #define HAVE_MEMORY_H 1
  23. /* Define to 1 if you have the <netdb.h> header file. */
  24. #define HAVE_NETDB_H 1
  25. /* Define to 1 if you have the <netinet/in.h> header file. */
  26. #define HAVE_NETINET_IN_H 1
  27. /* Define if you have POSIX threads libraries and header files. */
  28. #define HAVE_PTHREAD 1
  29. /* Define to 1 if you have the <stdint.h> header file. */
  30. #define HAVE_STDINT_H 1
  31. /* Define to 1 if you have the <stdlib.h> header file. */
  32. #define HAVE_STDLIB_H 1
  33. /* Define to 1 if you have the <strings.h> header file. */
  34. #define HAVE_STRINGS_H 1
  35. /* Define to 1 if you have the <string.h> header file. */
  36. #define HAVE_STRING_H 1
  37. /* Defines if strndup is available on your system */
  38. #define HAVE_STRNDUP 1
  39. /* Defines if strnlen is available on your system */
  40. #define HAVE_STRNLEN 1
  41. /* Define to 1 if you have the <syslog.h> header file. */
  42. #define HAVE_SYSLOG_H 1
  43. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  44. #define HAVE_SYS_IOCTL_H 1
  45. /* Define to 1 if you have the <sys/socket.h> header file. */
  46. #define HAVE_SYS_SOCKET_H 1
  47. /* Define to 1 if you have the <sys/stat.h> header file. */
  48. #define HAVE_SYS_STAT_H 1
  49. /* Define to 1 if you have the <sys/time.h> header file. */
  50. #define HAVE_SYS_TIME_H 1
  51. /* Define to 1 if you have the <sys/types.h> header file. */
  52. #define HAVE_SYS_TYPES_H 1
  53. /* Define to 1 if you have the <unistd.h> header file. */
  54. #define HAVE_UNISTD_H 1
  55. /* Define to 1 if you have the `vprintf' function. */
  56. #define HAVE_VPRINTF 1
  57. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  58. /* #undef HAVE_WS2TCPIP_H */
  59. /* see upnpconfig.h */
  60. #define IXML_HAVE_SCRIPTSUPPORT 1
  61. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  62. #define LT_OBJDIR ".libs/"
  63. /* Define to 1 to prevent compilation of assert() */
  64. #define NDEBUG 1
  65. /* Name of package */
  66. #define PACKAGE "libupnp"
  67. /* Define to the address where bug reports for this package should be sent. */
  68. #define PACKAGE_BUGREPORT "mroberto@users.sourceforge.net"
  69. /* Define to the full name of this package. */
  70. #define PACKAGE_NAME "libupnp"
  71. /* Define to the full name and version of this package. */
  72. #define PACKAGE_STRING "libupnp 1.6.24"
  73. /* Define to the one symbol short name of this package. */
  74. #define PACKAGE_TARNAME "libupnp"
  75. /* Define to the home page for this package. */
  76. #define PACKAGE_URL ""
  77. /* Define to the version of this package. */
  78. #define PACKAGE_VERSION "1.6.24"
  79. /* Define to necessary symbol if this constant uses a non-standard name on
  80. your system. */
  81. /* #undef PTHREAD_CREATE_JOINABLE */
  82. /* Define to 1 if you have the ANSI C header files. */
  83. #define STDC_HEADERS 1
  84. /* see upnpconfig.h */
  85. #define UPNP_ENABLE_BLOCKING_TCP_CONNECTIONS 1
  86. /* see upnpconfig.h */
  87. /* #undef UPNP_ENABLE_IPV6 */
  88. /* see upnpconfig.h */
  89. /* #undef UPNP_ENABLE_POST_WRITE */
  90. /* see upnpconfig.h */
  91. /* #undef UPNP_ENABLE_UNSPECIFIED_SERVER */
  92. /* see upnpconfig.h */
  93. #define UPNP_HAVE_CLIENT 1
  94. /* see upnpconfig.h */
  95. /* #undef UPNP_HAVE_DEBUG */
  96. /* see upnpconfig.h */
  97. #define UPNP_HAVE_DEVICE 1
  98. /* see upnpconfig.h */
  99. #define UPNP_HAVE_GENA 1
  100. /* see upnpconfig.h */
  101. #define UPNP_HAVE_OPTSSDP 1
  102. /* see upnpconfig.h */
  103. #define UPNP_HAVE_SOAP 1
  104. /* see upnpconfig.h */
  105. #define UPNP_HAVE_SSDP 1
  106. /* see upnpconfig.h */
  107. #define UPNP_HAVE_TOOLS 1
  108. /* see upnpconfig.h */
  109. #define UPNP_HAVE_WEBSERVER 1
  110. /* see upnpconfig.h */
  111. /* #undef UPNP_MINISERVER_REUSEADDR */
  112. /* Do not use pthread_rwlock_t */
  113. #define UPNP_USE_RWLOCK 1
  114. /* see upnpconfig.h */
  115. #define UPNP_VERSION_MAJOR 1
  116. /* see upnpconfig.h */
  117. #define UPNP_VERSION_MINOR 6
  118. /* see upnpconfig.h */
  119. #define UPNP_VERSION_PATCH 24
  120. /* see upnpconfig.h */
  121. #define UPNP_VERSION_STRING "1.6.24"
  122. /* Version number of package */
  123. #define VERSION "1.6.24"
  124. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  125. significant byte first (like Motorola and SPARC, unlike Intel). */
  126. #if defined AC_APPLE_UNIVERSAL_BUILD
  127. # if defined __BIG_ENDIAN__
  128. # define WORDS_BIGENDIAN 1
  129. # endif
  130. #else
  131. # ifndef WORDS_BIGENDIAN
  132. /* # undef WORDS_BIGENDIAN */
  133. # endif
  134. #endif
  135. /* File Offset size */
  136. #define _FILE_OFFSET_BITS 64
  137. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  138. #define _LARGEFILE_SOURCE 1
  139. /* Large files support */
  140. #define _LARGE_FILE_SOURCE /**/
  141. /* Define to empty if `const' does not conform to ANSI C. */
  142. /* #undef const */
  143. /* Define to `long int' if <sys/types.h> does not define. */
  144. /* #undef off_t */
  145. /* Define to `unsigned int' if <sys/types.h> does not define. */
  146. /* #undef size_t */
  147. /* Type for storing the length of struct sockaddr */
  148. /* #undef socklen_t */