config.h.in 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the `closefrom' function. */
  3. #undef HAVE_CLOSEFROM
  4. /* Define to 1 if you have the `daemon' function. */
  5. #undef HAVE_DAEMON
  6. /* Define to 1 if the system has the type `int16_t'. */
  7. #undef HAVE_INT16_T
  8. /* Define to 1 if the system has the type `int32_t'. */
  9. #undef HAVE_INT32_T
  10. /* Define to 1 if the system has the type `int64_t'. */
  11. #undef HAVE_INT64_T
  12. /* Define to 1 if the system has the type `int8_t'. */
  13. #undef HAVE_INT8_T
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #undef HAVE_INTTYPES_H
  16. /* Define to 1 if you have the `pcap' library (-lpcap). */
  17. #undef HAVE_LIBPCAP
  18. /* Define to 1 if you have the <memory.h> header file. */
  19. #undef HAVE_MEMORY_H
  20. /* Define to 1 if you have the <net/bpf.h> header file. */
  21. #undef HAVE_NET_BPF_H
  22. /* Define to 1 if you have the <pcap-bpf.h> header file. */
  23. #undef HAVE_PCAP_BPF_H
  24. /* Define to 1 if you have the <pcap.h> header file. */
  25. #undef HAVE_PCAP_H
  26. /* Define to 1 if you have the `setgid' function. */
  27. #undef HAVE_SETGID
  28. /* Define to 1 if you have the `setresgid' function. */
  29. #undef HAVE_SETRESGID
  30. /* Define to 1 if you have the `setresuid' function. */
  31. #undef HAVE_SETRESUID
  32. /* Define to 1 if you have the `setreuid' function. */
  33. #undef HAVE_SETREUID
  34. /* Define to 1 if you have the <stdint.h> header file. */
  35. #undef HAVE_STDINT_H
  36. /* Define to 1 if you have the <stdlib.h> header file. */
  37. #undef HAVE_STDLIB_H
  38. /* Define to 1 if you have the <strings.h> header file. */
  39. #undef HAVE_STRINGS_H
  40. /* Define to 1 if you have the <string.h> header file. */
  41. #undef HAVE_STRING_H
  42. /* Define to 1 if you have the `strlcat' function. */
  43. #undef HAVE_STRLCAT
  44. /* Define to 1 if you have the `strlcpy' function. */
  45. #undef HAVE_STRLCPY
  46. /* struct ip6_ext.ip6e_nxt exists */
  47. #undef HAVE_STRUCT_IP6_EXT
  48. /* Define to 1 if you have the <sys/stat.h> header file. */
  49. #undef HAVE_SYS_STAT_H
  50. /* Define to 1 if you have the <sys/types.h> header file. */
  51. #undef HAVE_SYS_TYPES_H
  52. /* Define to 1 if the system has the type `uint16_t'. */
  53. #undef HAVE_UINT16_T
  54. /* Define to 1 if the system has the type `uint32_t'. */
  55. #undef HAVE_UINT32_T
  56. /* Define to 1 if the system has the type `uint64_t'. */
  57. #undef HAVE_UINT64_T
  58. /* Define to 1 if the system has the type `uint8_t'. */
  59. #undef HAVE_UINT8_T
  60. /* Define to 1 if you have the <unistd.h> header file. */
  61. #undef HAVE_UNISTD_H
  62. /* Define to 1 if the system has the type `u_int16_t'. */
  63. #undef HAVE_U_INT16_T
  64. /* Define to 1 if the system has the type `u_int32_t'. */
  65. #undef HAVE_U_INT32_T
  66. /* Define to 1 if the system has the type `u_int64_t'. */
  67. #undef HAVE_U_INT64_T
  68. /* Define to 1 if the system has the type `u_int8_t'. */
  69. #undef HAVE_U_INT8_T
  70. /* 16-bit signed int */
  71. #undef OUR_CFG_INT16_T
  72. /* 32-bit signed int */
  73. #undef OUR_CFG_INT32_T
  74. /* 64-bit signed int */
  75. #undef OUR_CFG_INT64_T
  76. /* 8-bit signed int */
  77. #undef OUR_CFG_INT8_T
  78. /* 16-bit unsigned int */
  79. #undef OUR_CFG_U_INT16_T
  80. /* 32-bit unsigned int */
  81. #undef OUR_CFG_U_INT32_T
  82. /* 64-bit unsigned int */
  83. #undef OUR_CFG_U_INT64_T
  84. /* 8-bit unsigned int */
  85. #undef OUR_CFG_U_INT8_T
  86. /* Define to the address where bug reports for this package should be sent. */
  87. #undef PACKAGE_BUGREPORT
  88. /* Define to the full name of this package. */
  89. #undef PACKAGE_NAME
  90. /* Define to the full name and version of this package. */
  91. #undef PACKAGE_STRING
  92. /* Define to the one symbol short name of this package. */
  93. #undef PACKAGE_TARNAME
  94. /* Define to the home page for this package. */
  95. #undef PACKAGE_URL
  96. /* Define to the version of this package. */
  97. #undef PACKAGE_VERSION
  98. /* privdrop chroot directory */
  99. #undef PRIVDROP_CHROOT_DIR
  100. /* The size of `char', as computed by sizeof. */
  101. #undef SIZEOF_CHAR
  102. /* The size of `int', as computed by sizeof. */
  103. #undef SIZEOF_INT
  104. /* The size of `long int', as computed by sizeof. */
  105. #undef SIZEOF_LONG_INT
  106. /* The size of `long long int', as computed by sizeof. */
  107. #undef SIZEOF_LONG_LONG_INT
  108. /* The size of `short int', as computed by sizeof. */
  109. #undef SIZEOF_SHORT_INT
  110. /* struct sockaddr contains length */
  111. #undef SOCK_HAS_LEN
  112. /* Define to 1 if you have the ANSI C header files. */
  113. #undef STDC_HEADERS