mirror of https://github.com/OISF/suricata
64 bit cleanup
parent
2a6aa00cd8
commit
9a9b506c34
@ -0,0 +1,17 @@
|
|||||||
|
/* Copyright (c) 2008 Victor Julien <victor@inliniac.net> */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Common includes, etc.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __EIDPS_COMMON_H__
|
||||||
|
#define __EIDPS_COMMON_H__
|
||||||
|
|
||||||
|
#define TRUE 1
|
||||||
|
#define FALSE 0
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
|
#endif /* __EIDPS_COMMON_H__ */
|
||||||
|
|
||||||
Loading…
Reference in New Issue