1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix threadtest3 so that it builds using the autoconf build system.

FossilOrigin-Name: d96de532cc4a192cfebae900701dcee0a7d29273
This commit is contained in:
dan
2015-12-03 12:01:54 +00:00
parent 48c06f32ca
commit 5fcc1ba4e7
5 changed files with 17 additions and 12 deletions

View File

@ -90,6 +90,11 @@
#include "test_multiplex.h"
/* Required to link test_multiplex.c */
#ifndef SQLITE_OMIT_WSD
int sqlite3PendingByte = 0x40000000;
#endif
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was