Renamed config.h -> jansson_private_config.h

This is because it's really easy to get a name collission if compiling
Jansson as a subproject in a larger CMake project. If one project includes
several subprojects each having their own config.h, this will cause the
wrong file to be loaded.
This commit is contained in:
Joakim Soderberg
2014-01-13 17:13:44 +01:00
parent 913937c98d
commit 3fe8f74e7f
10 changed files with 22 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <jansson_private_config.h>
#endif
#include <stdio.h>