From 11830e05a6ed293738d4b9b26a1555f60d1e744d Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Wed, 8 Jan 2025 18:34:48 +0000 Subject: [PATCH] Remove legacy. --- sqlite3/sqlite_cfg.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sqlite3/sqlite_cfg.h b/sqlite3/sqlite_cfg.h index 4add44e..219927b 100644 --- a/sqlite3/sqlite_cfg.h +++ b/sqlite3/sqlite_cfg.h @@ -18,8 +18,6 @@ #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 -#define LONGDOUBLE_TYPE double - #define HAVE_LOG2 1 #define HAVE_LOG10 1 #define HAVE_ISNAN 1 @@ -35,10 +33,6 @@ #define HAVE_MALLOC_H 1 #define HAVE_MALLOC_USABLE_SIZE 1 -// Because Wasm does not support shared memory, -// SQLite disables WAL for Wasm builds. -#undef SQLITE_OMIT_WAL - // Implemented in vfs.c. int localtime_s(struct tm *const pTm, time_t const *const pTime);