config_in.h 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. /* config_in.h. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define if building for a CISC machine (e.g. Intel). */
  5. #undef CPU_CISC
  6. /* Define if building for a RISC machine (assume slow byte access). */
  7. #undef CPU_RISC
  8. /* Define to enabled debug logging for all mudules. */
  9. #undef ENABLE_DEBUG_LOGGING
  10. /* Logging statments will be writen to this file. */
  11. #undef ERR_REPORTING_FILE
  12. /* Define to redirect logging to stdout. */
  13. #undef ERR_REPORTING_STDOUT
  14. /* Define this to use AES-GCM. */
  15. #undef GCM
  16. /* Define to 1 if you have the <arpa/inet.h> header file. */
  17. #undef HAVE_ARPA_INET_H
  18. /* Define to 1 if you have the <byteswap.h> header file. */
  19. #undef HAVE_BYTESWAP_H
  20. /* Define to 1 if you have the `inet_aton' function. */
  21. #undef HAVE_INET_ATON
  22. /* Define to 1 if the system has the type `int16_t'. */
  23. #undef HAVE_INT16_T
  24. /* Define to 1 if the system has the type `int32_t'. */
  25. #undef HAVE_INT32_T
  26. /* Define to 1 if the system has the type `int8_t'. */
  27. #undef HAVE_INT8_T
  28. /* Define to 1 if you have the <inttypes.h> header file. */
  29. #undef HAVE_INTTYPES_H
  30. /* Define to 1 if you have the `dl' library (-ldl). */
  31. #undef HAVE_LIBDL
  32. /* Define to 1 if you have the `nspr4' library (-lnspr4). */
  33. #undef HAVE_LIBNSPR4
  34. /* Define to 1 if you have the `nss3' library (-lnss3). */
  35. #undef HAVE_LIBNSS3
  36. /* Define to 1 if you have the `socket' library (-lsocket). */
  37. #undef HAVE_LIBSOCKET
  38. /* Define to 1 if you have the `z' library (-lz). */
  39. #undef HAVE_LIBZ
  40. /* Define to 1 if you have the <machine/types.h> header file. */
  41. #undef HAVE_MACHINE_TYPES_H
  42. /* Define to 1 if you have the <memory.h> header file. */
  43. #undef HAVE_MEMORY_H
  44. /* Define to 1 if you have the <netinet/in.h> header file. */
  45. #undef HAVE_NETINET_IN_H
  46. /* Define to 1 if you have the <nss.h> header file. */
  47. #undef HAVE_NSS_H
  48. /* Define to 1 if you have the `winpcap' library (-lwpcap) */
  49. #undef HAVE_PCAP
  50. /* Define to 1 if you have the `sigaction' function. */
  51. #undef HAVE_SIGACTION
  52. /* Define to 1 if you have the `socket' function. */
  53. #undef HAVE_SOCKET
  54. /* Define to 1 if you have the <stdint.h> header file. */
  55. #undef HAVE_STDINT_H
  56. /* Define to 1 if you have the <stdlib.h> header file. */
  57. #undef HAVE_STDLIB_H
  58. /* Define to 1 if you have the <strings.h> header file. */
  59. #undef HAVE_STRINGS_H
  60. /* Define to 1 if you have the <string.h> header file. */
  61. #undef HAVE_STRING_H
  62. /* Define to 1 if you have the <sys/int_types.h> header file. */
  63. #undef HAVE_SYS_INT_TYPES_H
  64. /* Define to 1 if you have the <sys/socket.h> header file. */
  65. #undef HAVE_SYS_SOCKET_H
  66. /* Define to 1 if you have the <sys/stat.h> header file. */
  67. #undef HAVE_SYS_STAT_H
  68. /* Define to 1 if you have the <sys/types.h> header file. */
  69. #undef HAVE_SYS_TYPES_H
  70. /* Define to 1 if you have the <sys/uio.h> header file. */
  71. #undef HAVE_SYS_UIO_H
  72. /* Define to 1 if the system has the type `uint16_t'. */
  73. #undef HAVE_UINT16_T
  74. /* Define to 1 if the system has the type `uint32_t'. */
  75. #undef HAVE_UINT32_T
  76. /* Define to 1 if the system has the type `uint64_t'. */
  77. #undef HAVE_UINT64_T
  78. /* Define to 1 if the system has the type `uint8_t'. */
  79. #undef HAVE_UINT8_T
  80. /* Define to 1 if you have the <unistd.h> header file. */
  81. #undef HAVE_UNISTD_H
  82. /* Define to 1 if you have the `usleep' function. */
  83. #undef HAVE_USLEEP
  84. /* Define to 1 if you have the <windows.h> header file. */
  85. #undef HAVE_WINDOWS_H
  86. /* Define to 1 if you have the <winsock2.h> header file. */
  87. #undef HAVE_WINSOCK2_H
  88. /* Define to use X86 inlined assembly code */
  89. #undef HAVE_X86
  90. /* Define this to use NSS crypto. */
  91. #undef NSS
  92. /* Define this to use OpenSSL crypto. */
  93. #undef OPENSSL
  94. /* Define this to use OpenSSL KDF for SRTP. */
  95. #undef OPENSSL_KDF
  96. /* Define to the address where bug reports for this package should be sent. */
  97. #undef PACKAGE_BUGREPORT
  98. /* Define to the full name of this package. */
  99. #undef PACKAGE_NAME
  100. /* Define to the full name and version of this package. */
  101. #undef PACKAGE_STRING
  102. /* Define to the one symbol short name of this package. */
  103. #undef PACKAGE_TARNAME
  104. /* Define to the home page for this package. */
  105. #undef PACKAGE_URL
  106. /* Define to the version of this package. */
  107. #undef PACKAGE_VERSION
  108. /* The size of `unsigned long', as computed by sizeof. */
  109. #undef SIZEOF_UNSIGNED_LONG
  110. /* The size of `unsigned long long', as computed by sizeof. */
  111. #undef SIZEOF_UNSIGNED_LONG_LONG
  112. /* Define to 1 if you have the ANSI C header files. */
  113. #undef STDC_HEADERS
  114. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  115. significant byte first (like Motorola and SPARC, unlike Intel). */
  116. #if defined AC_APPLE_UNIVERSAL_BUILD
  117. # if defined __BIG_ENDIAN__
  118. # define WORDS_BIGENDIAN 1
  119. # endif
  120. #else
  121. # ifndef WORDS_BIGENDIAN
  122. # undef WORDS_BIGENDIAN
  123. # endif
  124. #endif
  125. /* Define to empty if `const' does not conform to ANSI C. */
  126. #undef const
  127. /* Define to `__inline__' or `__inline' if that's what the C compiler
  128. calls it, or to nothing if 'inline' is not supported under any name. */
  129. #ifndef __cplusplus
  130. #undef inline
  131. #endif
  132. /* Define to `unsigned int' if <sys/types.h> does not define. */
  133. #undef size_t