1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Do not require os_other.h if compiling with -DOS_OTHER=1. (CVS 4588)

FossilOrigin-Name: 96ec39031e0b0b9a69e7b5647580326a87f94d2e
This commit is contained in:
drh
2007-12-03 21:52:09 +00:00
parent fe91033907
commit 275ac343df
3 changed files with 8 additions and 18 deletions

View File

@@ -128,16 +128,6 @@
# define SQLITE_TEMP_FILE_PREFIX "etilqs_"
#endif
/*
** If using an alternative OS interface, then we must have an "os_other.h"
** header file available for that interface. Presumably the "os_other.h"
** header file contains #defines similar to those above.
*/
#if OS_OTHER
# include "os_other.h"
#endif
/*
** The following values may be passed as the second argument to
** sqlite3OsLock(). The various locks exhibit the following semantics: