patch-include_config_h_in 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. --- Libnet-1.0.2a.orig/include/config.h.in 2000-05-25 02:28:49.000000000 +0200
  2. +++ Libnet-1.0.2a/include/config.h.in 2009-08-23 00:39:57.000000000 +0200
  3. @@ -1,14 +1,20 @@
  4. -/* include/config.h.in. Generated automatically from configure.in by autoheader. */
  5. -
  6. -/* Define to empty if the keyword does not work. */
  7. -#undef const
  8. +/* include/config.h.in. Generated from configure.in by autoheader. */
  9. +/* $Id: acconfig.h,v 1.1.1.1 2000/05/25 00:28:49 route Exp $
  10. + *
  11. + * Libnet autoconfiguration acconfig.h file
  12. + * Copyright (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com>
  13. + * All rights reserved.
  14. + *
  15. + * Process this file with autoheader to produce a config.h file.
  16. + */
  17. #undef LIBNET_BSDISH_OS
  18. #undef LIBNET_BSD_BYTE_SWAP
  19. #undef DLPI_DEV_PREFIX
  20. +#undef LIBNET_FAST_X86_CHECK
  21. +#undef HAVE_SOLARIS
  22. #undef HAVE_DEV_DLPI
  23. #undef HAVE_SOCKADDR_SA_LEN
  24. -#undef HAVE_SOLARIS
  25. #undef HAVE_DLPI
  26. #undef HAVE_PF_PACKET
  27. #undef HAVE_STRUCT_IP_CSUM
  28. @@ -21,23 +27,84 @@
  29. #undef LIBNET_BIG_ENDIAN
  30. #undef LIBNET_LIL_ENDIAN
  31. -/* Define if you have the strerror function. */
  32. -#undef HAVE_STRERROR
  33. +/* Define to 1 if you have the <dlfcn.h> header file. */
  34. +#undef HAVE_DLFCN_H
  35. -/* Define if you have the <net/ethernet.h> header file. */
  36. +/* Define to 1 if you have the <inttypes.h> header file. */
  37. +#undef HAVE_INTTYPES_H
  38. +
  39. +/* Define to 1 if you have the `nsl' library (-lnsl). */
  40. +#undef HAVE_LIBNSL
  41. +
  42. +/* Define to 1 if you have the `socket' library (-lsocket). */
  43. +#undef HAVE_LIBSOCKET
  44. +
  45. +/* Define to 1 if you have the <memory.h> header file. */
  46. +#undef HAVE_MEMORY_H
  47. +
  48. +/* Define to 1 if you have the <net/ethernet.h> header file. */
  49. #undef HAVE_NET_ETHERNET_H
  50. -/* Define if you have the <sys/bufmod.h> header file. */
  51. +/* Define to 1 if you have the <stdint.h> header file. */
  52. +#undef HAVE_STDINT_H
  53. +
  54. +/* Define to 1 if you have the <stdlib.h> header file. */
  55. +#undef HAVE_STDLIB_H
  56. +
  57. +/* Define to 1 if you have the `strerror' function. */
  58. +#undef HAVE_STRERROR
  59. +
  60. +/* Define to 1 if you have the <strings.h> header file. */
  61. +#undef HAVE_STRINGS_H
  62. +
  63. +/* Define to 1 if you have the <string.h> header file. */
  64. +#undef HAVE_STRING_H
  65. +
  66. +/* Define to 1 if you have the <sys/bufmod.h> header file. */
  67. #undef HAVE_SYS_BUFMOD_H
  68. -/* Define if you have the <sys/dlpi_ext.h> header file. */
  69. +/* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
  70. #undef HAVE_SYS_DLPI_EXT_H
  71. -/* Define if you have the <sys/sockio.h> header file. */
  72. +/* Define to 1 if you have the <sys/sockio.h> header file. */
  73. #undef HAVE_SYS_SOCKIO_H
  74. -/* Define if you have the nsl library (-lnsl). */
  75. -#undef HAVE_LIBNSL
  76. +/* Define to 1 if you have the <sys/stat.h> header file. */
  77. +#undef HAVE_SYS_STAT_H
  78. -/* Define if you have the socket library (-lsocket). */
  79. -#undef HAVE_LIBSOCKET
  80. +/* Define to 1 if you have the <sys/types.h> header file. */
  81. +#undef HAVE_SYS_TYPES_H
  82. +
  83. +/* Define to 1 if you have the <unistd.h> header file. */
  84. +#undef HAVE_UNISTD_H
  85. +
  86. +/* Define to the sub-directory in which libtool stores uninstalled libraries.
  87. + */
  88. +#undef LT_OBJDIR
  89. +
  90. +/* Name of package */
  91. +#undef PACKAGE
  92. +
  93. +/* Define to the address where bug reports for this package should be sent. */
  94. +#undef PACKAGE_BUGREPORT
  95. +
  96. +/* Define to the full name of this package. */
  97. +#undef PACKAGE_NAME
  98. +
  99. +/* Define to the full name and version of this package. */
  100. +#undef PACKAGE_STRING
  101. +
  102. +/* Define to the one symbol short name of this package. */
  103. +#undef PACKAGE_TARNAME
  104. +
  105. +/* Define to the version of this package. */
  106. +#undef PACKAGE_VERSION
  107. +
  108. +/* Define to 1 if you have the ANSI C header files. */
  109. +#undef STDC_HEADERS
  110. +
  111. +/* Version number of package */
  112. +#undef VERSION
  113. +
  114. +/* Define to empty if `const' does not conform to ANSI C. */
  115. +#undef const