]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump-stdinc.h
remove redundant TRUE|FALSE defs and move them to tcpdump-stdinc.h
[tcpdump] / tcpdump-stdinc.h
index 222dd6b735d2abf9b01c3f0e171f56eac10815e7..a3079dc7b2b4702bccb9b80760cf4c9f7a804d7b 100644 (file)
@@ -29,7 +29,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.12.2.4 2005-07-09 21:19:45 risso Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.12.2.5 2006-06-23 02:07:27 hannes Exp $ (LBL)
  */
 
 /*
@@ -178,4 +178,12 @@ typedef char* caddr_t;
 #define INET_ADDRSTRLEN 16
 #endif
 
+#ifndef TRUE
+#define TRUE 1
+#endif
+
+#ifndef FALSE
+#define FALSE 0
+#endif
+
 #endif /* tcpdump_stdinc_h */