Makes YAJL dependency to be optional

This commit is contained in:
Felipe Zimmerle
2015-11-24 16:03:33 -03:00
parent cf4377df70
commit fbf8ea74f3
5 changed files with 180 additions and 127 deletions

View File

@@ -15,7 +15,9 @@
#include "common/modsecurity_test.h"
#ifdef WITH_YAJL
#include <yajl/yajl_tree.h>
#endif
#include <dirent.h>
#include <string.h>
#include <sys/stat.h>