yajl-compatibility: Forgot to git-add that one

next
Axel Wagner 2011-04-28 20:55:40 +02:00
parent b150ec1c47
commit cdc5e6527f
1 changed files with 7 additions and 0 deletions

View File

@ -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