You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
647 B

  1. --- a/configure.in
  2. +++ b/configure.in
  3. @@ -78,16 +78,6 @@ AC_CHECK_HEADERS([limits.h err.h paths.h],,)
  4. AC_CHECK_HEADERS([unistd.h stdio.h stddef.h fcntl.h stdlib.h assert.h errno.h stdarg.h string.h netdb.h], ,
  5. [echo "ERROR: Required C header missing"; exit 1])
  6. -# Check for linux type transparent proxy support
  7. -AC_CHECK_HEADERS([linux/netfilter_ipv4.h],
  8. - AC_DEFINE(LINUX_TRANSPARENT_PROXY, 1, [Whether the system supports a linux type transparent proxy]),
  9. - ,
  10. - [[
  11. - #ifdef HAVE_LIMITS_H
  12. - #include <limits.h>
  13. - #endif
  14. - ]] )
  15. -
  16. # Checks for typedefs, structures, and compiler characteristics.
  17. AC_C_CONST
  18. AC_TYPE_SIZE_T