summaryrefslogtreecommitdiff
path: root/print-l2tp.c
diff options
context:
space:
mode:
authorhannes <hannes>2006-06-23 02:03:09 +0000
committerhannes <hannes>2006-06-23 02:03:09 +0000
commit617f68b27238e29c391700fbd935b8e48eb263df (patch)
tree386ea8109dc0d37f65db22cccbb006a6a69c2ce0 /print-l2tp.c
parent939a69c898052f7a61688be4317c836808f1a2ec (diff)
downloadtcpdump-617f68b27238e29c391700fbd935b8e48eb263df.tar.gz
remove redundant TRUE|FALSE defs
Diffstat (limited to 'print-l2tp.c')
-rw-r--r--print-l2tp.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/print-l2tp.c b/print-l2tp.c
index dfc65582..55c21251 100644
--- a/print-l2tp.c
+++ b/print-l2tp.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-l2tp.c,v 1.19 2005-04-20 21:49:56 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-l2tp.c,v 1.20 2006-06-23 02:03:09 hannes Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -40,14 +40,6 @@ static const char rcsid[] _U_ =
static char tstr[] = " [|l2tp]";
-#ifndef TRUE
-#define TRUE 1
-#endif
-
-#ifndef FALSE
-#define FALSE 0
-#endif
-
#define L2TP_MSGTYPE_SCCRQ 1 /* Start-Control-Connection-Request */
#define L2TP_MSGTYPE_SCCRP 2 /* Start-Control-Connection-Reply */
#define L2TP_MSGTYPE_SCCCN 3 /* Start-Control-Connection-Connected */