From 9ee3b4d685ae702ced54e20cc13704d6c016dd36 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 13 Apr 2017 20:40:02 +0200 Subject: patch amalgamation to show usleep flag --- amalgamation/sqlite3.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/amalgamation/sqlite3.c b/amalgamation/sqlite3.c index 3aee1fb..221737f 100644 --- a/amalgamation/sqlite3.c +++ b/amalgamation/sqlite3.c @@ -21134,6 +21134,9 @@ static const char * const azCompileOpt[] = { #if HAVE_ISNAN || SQLITE_HAVE_ISNAN "HAVE_ISNAN", #endif +#if HAVE_USLEEP + "HAVE_USLEEP", +#endif #if SQLITE_HOMEGROWN_RECURSIVE_MUTEX "HOMEGROWN_RECURSIVE_MUTEX", #endif -- cgit v1.2.3