]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ldp.c
From Carles Kishimoto <[email protected]>:
[tcpdump] / print-ldp.c
index c42ee224dd90d050abd2224efa53f40b191dbb3c..c05c75c53a3e18fd5b8abc68d75f8cdec3052685 100644 (file)
@@ -16,7 +16,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ldp.c,v 1.8.2.8 2006-02-03 08:42:30 hannes Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ldp.c,v 1.8.2.9 2006-06-23 02:07:27 hannes Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -220,9 +220,6 @@ static const struct tok ldp_fec_martini_ifparm_vccv_cv_values[] = {
 #define AFNUM_INET6    2
 #define AFNUM_LEN       2 
 
-#define FALSE 0
-#define TRUE  1
-
 int ldp_msg_print(register const u_char *);
 int ldp_tlv_print(register const u_char *);