This done for the same reasons as we do not ship config.h.pull/585/head
| @@ -303,7 +303,7 @@ set(JSON_C_PUBLIC_HEADERS | |||||
| ${PROJECT_SOURCE_DIR}/json.h | ${PROJECT_SOURCE_DIR}/json.h | ||||
| ${PROJECT_SOURCE_DIR}/json_c_arraylist.h | ${PROJECT_SOURCE_DIR}/json_c_arraylist.h | ||||
| ${PROJECT_SOURCE_DIR}/debug.h | |||||
| ${PROJECT_SOURCE_DIR}/json_c_debug.h | |||||
| ${PROJECT_SOURCE_DIR}/json_c_version.h | ${PROJECT_SOURCE_DIR}/json_c_version.h | ||||
| ${PROJECT_SOURCE_DIR}/json_inttypes.h | ${PROJECT_SOURCE_DIR}/json_inttypes.h | ||||
| ${PROJECT_SOURCE_DIR}/json_object.h | ${PROJECT_SOURCE_DIR}/json_object.h | ||||
| @@ -332,7 +332,7 @@ set(JSON_C_HEADERS | |||||
| set(JSON_C_SOURCES | set(JSON_C_SOURCES | ||||
| ${PROJECT_SOURCE_DIR}/json_c_arraylist.c | ${PROJECT_SOURCE_DIR}/json_c_arraylist.c | ||||
| ${PROJECT_SOURCE_DIR}/debug.c | |||||
| ${PROJECT_SOURCE_DIR}/json_c_debug.c | |||||
| ${PROJECT_SOURCE_DIR}/json_c_version.c | ${PROJECT_SOURCE_DIR}/json_c_version.c | ||||
| ${PROJECT_SOURCE_DIR}/json_object.c | ${PROJECT_SOURCE_DIR}/json_object.c | ||||
| ${PROJECT_SOURCE_DIR}/json_object_iterator.c | ${PROJECT_SOURCE_DIR}/json_object_iterator.c | ||||
| @@ -22,7 +22,7 @@ extern "C" { | |||||
| #endif | #endif | ||||
| #include "json_c_arraylist.h" | #include "json_c_arraylist.h" | ||||
| #include "debug.h" | |||||
| #include "json_c_debug.h" | |||||
| #include "json_c_version.h" | #include "json_c_version.h" | ||||
| #include "json_object.h" | #include "json_object.h" | ||||
| #include "json_object_iterator.h" | #include "json_object_iterator.h" | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * $Id: debug.c,v 1.5 2006/01/26 02:16:28 mclark Exp $ | |||||
| * $Id: json_c_debug.c,v 1.5 2006/01/26 02:16:28 mclark Exp $ | |||||
| * | * | ||||
| * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd. | * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd. | ||||
| * Michael Clark <michael@metaparadigm.com> | * Michael Clark <michael@metaparadigm.com> | ||||
| @@ -28,7 +28,7 @@ | |||||
| #include <sys/param.h> | #include <sys/param.h> | ||||
| #endif /* HAVE_SYS_PARAM_H */ | #endif /* HAVE_SYS_PARAM_H */ | ||||
| #include "debug.h" | |||||
| #include "json_c_debug.h" | |||||
| static int _syslog = 0; | static int _syslog = 0; | ||||
| static int _debug = 0; | static int _debug = 0; | ||||
| @@ -1,5 +1,5 @@ | |||||
| /* | /* | ||||
| * $Id: debug.h,v 1.5 2006/01/30 23:07:57 mclark Exp $ | |||||
| * $Id: json_c_debug.h,v 1.5 2006/01/30 23:07:57 mclark Exp $ | |||||
| * | * | ||||
| * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd. | * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd. | ||||
| * Michael Clark <michael@metaparadigm.com> | * Michael Clark <michael@metaparadigm.com> | ||||
| @@ -23,7 +23,7 @@ | |||||
| #include <string.h> | #include <string.h> | ||||
| #include "json_c_arraylist.h" | #include "json_c_arraylist.h" | ||||
| #include "debug.h" | |||||
| #include "json_c_debug.h" | |||||
| #include "json_inttypes.h" | #include "json_inttypes.h" | ||||
| #include "json_object.h" | #include "json_object.h" | ||||
| #include "json_object_private.h" | #include "json_object_private.h" | ||||
| @@ -26,7 +26,7 @@ | |||||
| #include <string.h> | #include <string.h> | ||||
| #include "json_c_arraylist.h" | #include "json_c_arraylist.h" | ||||
| #include "debug.h" | |||||
| #include "json_c_debug.h" | |||||
| #include "json_inttypes.h" | #include "json_inttypes.h" | ||||
| #include "json_object.h" | #include "json_object.h" | ||||
| #include "json_object_private.h" | #include "json_object_private.h" | ||||
| @@ -50,7 +50,7 @@ | |||||
| #include "snprintf_compat.h" | #include "snprintf_compat.h" | ||||
| #include "debug.h" | |||||
| #include "json_c_debug.h" | |||||
| #include "json_inttypes.h" | #include "json_inttypes.h" | ||||
| #include "json_object.h" | #include "json_object.h" | ||||
| #include "json_tokener.h" | #include "json_tokener.h" | ||||
| @@ -25,7 +25,7 @@ | |||||
| #error Not enough var arg support! | #error Not enough var arg support! | ||||
| #endif /* HAVE_STDARG_H */ | #endif /* HAVE_STDARG_H */ | ||||
| #include "debug.h" | |||||
| #include "json_c_debug.h" | |||||
| #include "printbuf.h" | #include "printbuf.h" | ||||
| #include "snprintf_compat.h" | #include "snprintf_compat.h" | ||||
| #include "vasprintf_compat.h" | #include "vasprintf_compat.h" | ||||
| @@ -5,7 +5,7 @@ | |||||
| #include <stdlib.h> | #include <stdlib.h> | ||||
| #include <string.h> | #include <string.h> | ||||
| #include "debug.h" | |||||
| #include "json_c_debug.h" | |||||
| #include "printbuf.h" | #include "printbuf.h" | ||||
| static void test_basic_printbuf_memset(void); | static void test_basic_printbuf_memset(void); | ||||