]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add defines for _FILE_OFFSET_BITS and _LARGE_FILES if needed for large file support.
authormlcreech <mlcreech@noemail.net>
Tue, 6 May 2008 02:28:06 +0000 (02:28 +0000)
committermlcreech <mlcreech@noemail.net>
Tue, 6 May 2008 02:28:06 +0000 (02:28 +0000)
Ticket #3094. (CVS 5088)

FossilOrigin-Name: 729e2f06ba4030cc771fc876ddfd41866b8c0d93

config.h.in
manifest
manifest.uuid

index 9f78486bad81f9a3aff6cd0bff7f58665383cc89..b9c65aeed0d031664642555423b968a67ea23500 100644 (file)
@@ -11,7 +11,7 @@
 *************************************************************************
 ** Configuration header template to be filled in by 'configure' script
 **
-** @(#) $Id: config.h.in,v 1.1 2008/03/20 02:25:35 mlcreech Exp $
+** @(#) $Id: config.h.in,v 1.2 2008/05/06 02:28:06 mlcreech Exp $
 */
 #ifndef _CONFIG_H_
 #define _CONFIG_H_
 #undef HAVE_LOCALTIME_R
 
 
+/*****************************
+** Large file support
+*****************************/
+
+#undef _FILE_OFFSET_BITS
+#undef _LARGE_FILES
+
+
 /* End of header */
 #endif
index bf454ec0073efa7141a9adc032722ae8cf3df108..ec57091d4ac401ac8f9d19d2e33f95fa5d9b08c5 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sAC_SYS_LARGEFILE\sto\sensure\slarge\sfile\ssupport,\supdate\sautotools-related\sfiles.\r\nTicket\s#3094.\s(CVS\s5087)
-D 2008-05-05T22:52:56
+C Add\sdefines\sfor\s_FILE_OFFSET_BITS\sand\s_LARGE_FILES\sif\sneeded\sfor\slarge\sfile\ssupport.\r\nTicket\s#3094.\s(CVS\s5088)
+D 2008-05-06T02:28:06
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in 25b3282a4ac39388632c2fb0e044ff494d490952
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -16,7 +16,7 @@ F art/nocopy.gif 716aa07d4bb7250d4e75756073bf8ef9f56bec8f
 F art/powered_by_sqlite.gif 7fbcd7d3675391fd3d21672c14c05f5999eb60d1
 F config.guess 226d9a188c6196f3033ffc651cbc9dcee1a42977
 F config.h 5e461e321e0a56f1762da44eece1fe971ebdba3e
-F config.h.in feb93ab9f7703907947aadd3bcff7c6e790920bd
+F config.h.in 7940ca68451e949b9b4c83814a7c719721eea6e1
 F config.sub 9ebe4c3b3dab6431ece34f16828b594fb420da55
 F configure e1ecb9e25edbd0ab2b46adb9905e2ed69c9fb8f9 x
 F configure.ac d106f5114a042ffbd43db0537ca22aa6c4c6dd4d
@@ -633,7 +633,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 5e7c8ebd21915382280c146e7070481fa6a92eec
-R df8438cd192ab046c9a3d05409f33045
+P 2b1e455c46a184311a3a2e83b4f9345d2e34f497
+R aeee347795b87311a03bea5b7b9f7cfb
 U mlcreech
-Z d3a128d91920f1591c2a823b44cb060d
+Z 9fe7bc0a77d0030fd1330ee7f5b6aea5
index d6b2cbdb03ce13c3e2d12987afea41e62b366b58..e62c3fcd0d6a704606801178dad5fb66cd082576 100644 (file)
@@ -1 +1 @@
-2b1e455c46a184311a3a2e83b4f9345d2e34f497
\ No newline at end of file
+729e2f06ba4030cc771fc876ddfd41866b8c0d93
\ No newline at end of file