mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Initial import of Bro's binpac subdirectory from SVN r7088.
This commit is contained in:
parent
5a1c4fd5fe
commit
c8665318e6
113 changed files with 15630 additions and 0 deletions
14
tools/binpac/src/pac_dbg.h
Normal file
14
tools/binpac/src/pac_dbg.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* $Id: pac_dbg.h 3265 2006-06-09 21:16:12Z rpang $ */
|
||||
|
||||
#ifndef pac_dbg_h
|
||||
#define pac_dbg_h
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
extern bool FLAGS_pac_debug;
|
||||
|
||||
#define ASSERT(x) assert(x)
|
||||
#define DEBUG_MSG(x...) if ( FLAGS_pac_debug ) fprintf(stderr, x)
|
||||
|
||||
#endif /* pac_dbg_h */
|
Loading…
Add table
Add a link
Reference in a new issue