Module Name:    src
Committed By:   christos
Date:           Sun Dec  5 05:13:46 UTC 2010

Modified Files:
        src/external/bsd/tcpdump/include: config.h

Log Message:
Makefile overrides


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/tcpdump/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/tcpdump/include/config.h
diff -u src/external/bsd/tcpdump/include/config.h:1.1 src/external/bsd/tcpdump/include/config.h:1.2
--- src/external/bsd/tcpdump/include/config.h:1.1	Sat Dec  4 22:06:08 2010
+++ src/external/bsd/tcpdump/include/config.h	Sun Dec  5 00:13:45 2010
@@ -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 */

Reply via email to