From 9a9b506c340fda363c0075a4e17e7ab893371c41 Mon Sep 17 00:00:00 2001 From: Brian Rectanus Date: Sat, 15 Aug 2009 21:40:39 -0700 Subject: [PATCH] 64 bit cleanup --- src/eidps-common.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/eidps-common.h diff --git a/src/eidps-common.h b/src/eidps-common.h new file mode 100644 index 0000000000..7b8574c3d8 --- /dev/null +++ b/src/eidps-common.h @@ -0,0 +1,17 @@ +/* Copyright (c) 2008 Victor Julien */ + +/** + * Common includes, etc. + */ + +#ifndef __EIDPS_COMMON_H__ +#define __EIDPS_COMMON_H__ + +#define TRUE 1 +#define FALSE 0 + +#include +#include + +#endif /* __EIDPS_COMMON_H__ */ +