Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: third_party/sqlite/src/config.h.in

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/autoconf/tea/configure.ac ('k') | third_party/sqlite/src/configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/sqlite/src/autoconf/tea/configure.ac ('k') | third_party/sqlite/src/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698