summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-04-13 20:40:02 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-04-13 20:51:20 +0200
commit9ee3b4d685ae702ced54e20cc13704d6c016dd36 (patch)
treecb2bde6ac45354c6a477c64f41b7130136a82ceb
parent0f561292228a2382814759454d910f92d54bb9a1 (diff)
patch amalgamation to show usleep flag
-rw-r--r--amalgamation/sqlite3.c3
1 files changed, 3 insertions, 0 deletions
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