From: Axel Wagner Date: Thu, 28 Apr 2011 18:55:40 +0000 (+0200) Subject: yajl-compatibility: Forgot to git-add that one X-Git-Tag: 4.0.1~7^2~3^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cdc5e6527f4a8f9e513170267268b824330744b5;p=i3%2Fi3 yajl-compatibility: Forgot to git-add that one --- diff --git a/i3bar/yajl-fallback/yajl/yajl_version.h b/i3bar/yajl-fallback/yajl/yajl_version.h new file mode 100644 index 00000000..c6da442e --- /dev/null +++ b/i3bar/yajl-fallback/yajl/yajl_version.h @@ -0,0 +1,7 @@ +#ifndef YAJL_VERSION_H_ +#define YAJL_VERSION_H_ +/* Fallback for libyajl 1 which does not provide yajl_version.h */ +#define YAJL_MAJOR 1 +#define YAJL_MINOR 0 +#define YAJL_MICRO 0 +#endif