Sun Dec 5 05:13:46 2010 UTC ()
Makefile overrides


(christos)
diff -r1.1 -r1.2 src/external/bsd/tcpdump/include/config.h

cvs diff -r1.1 -r1.2 src/external/bsd/tcpdump/include/config.h (expand / switch to unified diff)

--- src/external/bsd/tcpdump/include/config.h 2010/12/05 03:06:08 1.1
+++ src/external/bsd/tcpdump/include/config.h 2010/12/05 05:13:45 1.2
@@ -23,28 +23,31 @@ @@ -23,28 +23,31 @@
23 23
24/* define if you need to include missing/addrinfoh.h. */ 24/* define if you need to include missing/addrinfoh.h. */
25/* #undef NEED_ADDRINFO_H */ 25/* #undef NEED_ADDRINFO_H */
26 26
27/* define ifyou have the h_errno variable. */ 27/* define ifyou have the h_errno variable. */
28#define HAVE_H_ERRNO 1 28#define HAVE_H_ERRNO 1
29 29
30/* define if IN6ADDRSZ is defined (XXX not used!) */ 30/* define if IN6ADDRSZ is defined (XXX not used!) */
31#define HAVE_IN6ADDRSZ 1 31#define HAVE_IN6ADDRSZ 1
32 32
33/* define if INADDRSZ is defined (XXX not used!) */ 33/* define if INADDRSZ is defined (XXX not used!) */
34#define HAVE_INADDRSZ 1 34#define HAVE_INADDRSZ 1
35 35
 36#ifdef notdef
 37/* From the Makefile */
36/* define if RES_USE_INET6 is defined */ 38/* define if RES_USE_INET6 is defined */
37#define HAVE_RES_USE_INET6 1 39#define HAVE_RES_USE_INET6 1
 40#endif
38 41
39/* define if you have struct sockaddr_storage */ 42/* define if you have struct sockaddr_storage */
40#define HAVE_SOCKADDR_STORAGE 1 43#define HAVE_SOCKADDR_STORAGE 1
41 44
42/* define if you have both getipnodebyname() and getipnodebyaddr() */ 45/* define if you have both getipnodebyname() and getipnodebyaddr() */
43/* #undef USE_GETIPNODEBY */ 46/* #undef USE_GETIPNODEBY */
44 47
45/* define if you have ether_ntohost() and it works */ 48/* define if you have ether_ntohost() and it works */
46#define USE_ETHER_NTOHOST 1 49#define USE_ETHER_NTOHOST 1
47 50
48/* define if libpcap has pcap_version */ 51/* define if libpcap has pcap_version */
49/* #undef HAVE_PCAP_VERSION */ 52/* #undef HAVE_PCAP_VERSION */
50 53
@@ -108,28 +111,31 @@ @@ -108,28 +111,31 @@
108 111
109/* Define to 1 if you have the `ether_ntohost' function. */ 112/* Define to 1 if you have the `ether_ntohost' function. */
110#define HAVE_ETHER_NTOHOST 1 113#define HAVE_ETHER_NTOHOST 1
111 114
112/* Define to 1 if you have the <fcntl.h> header file. */ 115/* Define to 1 if you have the <fcntl.h> header file. */
113#define HAVE_FCNTL_H 1 116#define HAVE_FCNTL_H 1
114 117
115/* Define to 1 if you have the `getnameinfo' function. */ 118/* Define to 1 if you have the `getnameinfo' function. */
116#define HAVE_GETNAMEINFO 1 119#define HAVE_GETNAMEINFO 1
117 120
118/* Define to 1 if you have the <inttypes.h> header file. */ 121/* Define to 1 if you have the <inttypes.h> header file. */
119#define HAVE_INTTYPES_H 1 122#define HAVE_INTTYPES_H 1
120 123
 124#ifdef notdef
 125/* From the Makefile */
121/* Define to 1 if you have the `crypto' library (-lcrypto). */ 126/* Define to 1 if you have the `crypto' library (-lcrypto). */
122#define HAVE_LIBCRYPTO 1 127#define HAVE_LIBCRYPTO 1
 128#endif
123 129
124/* Define to 1 if you have the `rpc' library (-lrpc). */ 130/* Define to 1 if you have the `rpc' library (-lrpc). */
125/* #undef HAVE_LIBRPC */ 131/* #undef HAVE_LIBRPC */
126 132
127/* Define to 1 if you have the `smi' library (-lsmi). */ 133/* Define to 1 if you have the `smi' library (-lsmi). */
128/* #undef HAVE_LIBSMI */ 134/* #undef HAVE_LIBSMI */
129 135
130/* Define to 1 if you have the <memory.h> header file. */ 136/* Define to 1 if you have the <memory.h> header file. */
131#define HAVE_MEMORY_H 1 137#define HAVE_MEMORY_H 1
132 138
133/* Define to 1 if you have the <netdnet/dnetdb.h> header file. */ 139/* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
134/* #undef HAVE_NETDNET_DNETDB_H */ 140/* #undef HAVE_NETDNET_DNETDB_H */
135 141