1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Make sure the _LARGEFILE_SOURCE macro occurs before any system

includes.  Ticket #2739. (CVS 4508)

FossilOrigin-Name: 36465aeb1f8f92d336faf16c25608c9a8a6585d3
This commit is contained in:
drh
2007-10-23 15:51:26 +00:00
parent 598f134020
commit 71674ce9ce
4 changed files with 40 additions and 34 deletions

View File

@ -105,7 +105,7 @@ foreach hdr {
} {
set available_hdr($hdr) 1
}
set available_hdr(sqlite3.h) 0
set available_hdr(sqliteInt.h) 0
# 78 stars used for comment formatting.
set s78 \
@ -195,7 +195,7 @@ proc copy_file {filename} {
# inlining opportunities.
#
foreach file {
sqlite3.h
sqliteInt.h
date.c
os.c