| Index: third_party/sqlite/src/config.h.in
|
| diff --git a/third_party/sqlite/src/config.h.in b/third_party/sqlite/src/config.h.in
|
| index 36fd60781c6e1c2b8da9e34a6f7a7e2b38e3b014..f2ba7d4fc4ca9c1a87daa0381eecbbea1b653f88 100644
|
| --- a/third_party/sqlite/src/config.h.in
|
| +++ b/third_party/sqlite/src/config.h.in
|
| @@ -45,6 +45,18 @@
|
| /* Define to 1 if you have the <memory.h> header file. */
|
| #undef HAVE_MEMORY_H
|
|
|
| +/* Define to 1 if you have the pread() function. */
|
| +#undef HAVE_PREAD
|
| +
|
| +/* Define to 1 if you have the pread64() function. */
|
| +#undef HAVE_PREAD64
|
| +
|
| +/* Define to 1 if you have the pwrite() function. */
|
| +#undef HAVE_PWRITE
|
| +
|
| +/* Define to 1 if you have the pwrite64() function. */
|
| +#undef HAVE_PWRITE64
|
| +
|
| /* Define to 1 if you have the <stdint.h> header file. */
|
| #undef HAVE_STDINT_H
|
|
|
|
|