1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-27 08:52:26 +03:00

If SQLITE_DISABLE_LFS is defined, omit the bigfile tests. (CVS 2781)

FossilOrigin-Name: f882a516da18f45dbb668078d0d8240d930e1180
This commit is contained in:
danielk1977
2005-11-25 09:01:23 +00:00
parent 0964b23a99
commit 26c5d79f60
5 changed files with 24 additions and 12 deletions

View File

@@ -51,7 +51,7 @@
** The DJGPP compiler environment looks mostly like Unix, but it
** lacks the fcntl() system call. So redefine fcntl() to be something
** that always succeeds. This means that locking does not occur under
** DJGPP. But its DOS - what did you expect?
** DJGPP. But it's DOS - what did you expect?
*/
#ifdef __DJGPP__
# define fcntl(A,B,C) 0