aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-02-27 18:40:58 +0000
committerGravatar Sadie Powell2025-02-27 19:16:53 +0000
commitfe7ee19aba2c00786ce6a8d533eda3a3d86d03bd (patch)
tree410c0a5b7b87446011fde09a91121e9b04c88c0b /modules
parentMerge branch 'insp4' into master. (diff)
Vendor yyjson.
Diffstat (limited to 'modules')
-rw-r--r--modules/log_json.cpp (renamed from modules/extra/log_json.cpp)14
1 files changed, 1 insertions, 13 deletions
diff --git a/modules/extra/log_json.cpp b/modules/log_json.cpp
index 561e83933..5ab03ed75 100644
--- a/modules/extra/log_json.cpp
+++ b/modules/log_json.cpp
@@ -16,19 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/// $CompilerFlags: find_compiler_flags("yyjson")
-/// $LinkerFlags: find_linker_flags("yyjson")
-
-/// $PackageInfo: require_system("alpine") pkgconf yyjson-dev
-/// $PackageInfo: require_system("arch") pkgconf yyjson
-/// $PackageInfo: require_system("darwin") pkg-config yyjson
-/// $PackageInfo: require_system("debian~") libyyjson-dev pkg-config
-
-#ifdef _WIN32
-# pragma comment(lib, "yyjson.lib")
-#endif
-
-#include <yyjson.h>
+#include <yyjson/yyjson.c>
#include "inspircd.h"
#include "timeutils.h"