comparison sqlite/sqliteInt.h @ 1452:c3b203d258a7 trunk

[svn] - heh
author nenolod
date Fri, 28 Jul 2006 13:57:26 -0700
parents b6b61becdf4e
children
comparison
equal deleted inserted replaced
1451:abf8fee03d59 1452:c3b203d258a7
57 # define _FILE_OFFSET_BITS 64 57 # define _FILE_OFFSET_BITS 64
58 # endif 58 # endif
59 # define _LARGEFILE_SOURCE 1 59 # define _LARGEFILE_SOURCE 1
60 #endif 60 #endif
61 61
62 #include "sqlite3.h" 62 #include "sqlite.h"
63 #include "hash.h" 63 #include "hash.h"
64 #include "parse.h" 64 #include "parse.h"
65 #include <stdio.h> 65 #include <stdio.h>
66 #include <stdlib.h> 66 #include <stdlib.h>
67 #include <string.h> 67 #include <string.h>