From 958c219b882d26b62a58b212cfb9678f6158e075 Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 2 Jun 2015 12:25:58 -0400 Subject: [PATCH] [utils] constants.h --- src/constants.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/constants.h diff --git a/src/constants.h b/src/constants.h new file mode 100644 index 00000000..04fa9e5d --- /dev/null +++ b/src/constants.h @@ -0,0 +1,10 @@ +#ifndef LIBPOSTAL_CONSTANTS_H +#define LIBPOSTAL_CONSTANTS_H + +#include +#include + +#define NAMESPACE_SEPARATOR_CHAR "|" +#define NAMESPACE_SEPARATOR_CHAR_LEN strlen(NAMESPACE_SEPARATOR_CHAR) + +#endif \ No newline at end of file