patch-acconfig_h 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. --- Libnet-1.0.2a.orig/acconfig.h 2000-12-12 19:31:39.000000000 +0100
  2. +++ Libnet-1.0.2a/acconfig.h 2009-06-12 21:48:27.000000000 +0200
  3. @@ -1,15 +1,17 @@
  4. -dnl $Id: acconfig.h,v 1.1.1.1 2000/05/25 00:28:49 route Exp $
  5. -dnl
  6. -dnl Libnet autoconfiguration acconfig.h file
  7. -dnl Copyright (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com>
  8. -dnl All rights reserved.
  9. -dnl
  10. -dnl Process this file with autoheader to produce a config.h file.
  11. -dnl
  12. +/* $Id: acconfig.h,v 1.1.1.1 2000/05/25 00:28:49 route Exp $
  13. + *
  14. + * Libnet autoconfiguration acconfig.h file
  15. + * Copyright (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com>
  16. + * All rights reserved.
  17. + *
  18. + * Process this file with autoheader to produce a config.h file.
  19. + */
  20. #undef LIBNET_BSDISH_OS
  21. #undef LIBNET_BSD_BYTE_SWAP
  22. #undef DLPI_DEV_PREFIX
  23. +#undef LIBNET_FAST_X86_CHECK
  24. +#undef HAVE_SOLARIS
  25. #undef HAVE_DEV_DLPI
  26. #undef HAVE_SOCKADDR_SA_LEN
  27. #undef HAVE_DLPI
  28. @@ -23,5 +25,3 @@ dnl
  29. #undef __FAVOR_BSD
  30. #undef LIBNET_BIG_ENDIAN
  31. #undef LIBNET_LIL_ENDIAN
  32. -
  33. -dnl EOF