123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- --- Libnet-1.0.2a.orig/include/config.h 1970-01-01 00:00:00.000000000 +0100
- +++ Libnet-1.0.2a/include/config.h 2009-08-23 00:40:11.126420818 +0200
- @@ -0,0 +1,111 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +#define HAVE_PF_PACKET 1
- +
- +#define HAVE_LIB_PCAP 1
- +
- +
- +#define _BSD_SOURCE 1
- +#define __BSD_SOURCE 1
- +#define __FAVOR_BSD 1
- +
- +#define LIBNET_LIL_ENDIAN 1
- +
- +
- +#define HAVE_DLFCN_H 1
- +
- +
- +#define HAVE_INTTYPES_H 1
- +
- +
- +
- +
- +
- +
- +
- +
- +#define HAVE_MEMORY_H 1
- +
- +
- +#define HAVE_NET_ETHERNET_H 1
- +
- +
- +#define HAVE_STDINT_H 1
- +
- +
- +#define HAVE_STDLIB_H 1
- +
- +
- +#define HAVE_STRERROR 1
- +
- +
- +#define HAVE_STRINGS_H 1
- +
- +
- +#define HAVE_STRING_H 1
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +#define HAVE_SYS_STAT_H 1
- +
- +
- +#define HAVE_SYS_TYPES_H 1
- +
- +
- +#define HAVE_UNISTD_H 1
- +
- +
- +#define LT_OBJDIR ".libs/"
- +
- +
- +#define PACKAGE "libnet"
- +
- +
- +#define PACKAGE_BUGREPORT ""
- +
- +
- +#define PACKAGE_NAME ""
- +
- +
- +#define PACKAGE_STRING ""
- +
- +
- +#define PACKAGE_TARNAME ""
- +
- +
- +#define PACKAGE_VERSION ""
- +
- +
- +#define STDC_HEADERS 1
- +
- +
- +#define VERSION "1.0.2a"
- +
- +
- +
|