Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/tcpdump/include Makefile overrides
details: https://anonhg.NetBSD.org/src/rev/f82b5a83702a
branches: trunk
changeset: 759283:f82b5a83702a
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 05 05:13:45 2010 +0000
description:
Makefile overrides
diffstat:
external/bsd/tcpdump/include/config.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (27 lines):
diff -r c5167e2ac239 -r f82b5a83702a external/bsd/tcpdump/include/config.h
--- a/external/bsd/tcpdump/include/config.h Sun Dec 05 05:11:30 2010 +0000
+++ b/external/bsd/tcpdump/include/config.h Sun Dec 05 05:13:45 2010 +0000
@@ -33,8 +33,11 @@
/* define if INADDRSZ is defined (XXX not used!) */
#define HAVE_INADDRSZ 1
+#ifdef notdef
+/* From the Makefile */
/* define if RES_USE_INET6 is defined */
#define HAVE_RES_USE_INET6 1
+#endif
/* define if you have struct sockaddr_storage */
#define HAVE_SOCKADDR_STORAGE 1
@@ -118,8 +121,11 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
+#ifdef notdef
+/* From the Makefile */
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#define HAVE_LIBCRYPTO 1
+#endif
/* Define to 1 if you have the `rpc' library (-lrpc). */
/* #undef HAVE_LIBRPC */
Home |
Main Index |
Thread Index |
Old Index