patch-include_config_h 3.4 KB

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