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

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

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/win/nmakehlp.c ('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 efc1d47bc68d0238d76771ebfadf2ce291f35060..36fd60781c6e1c2b8da9e34a6f7a7e2b38e3b014 100644
--- a/third_party/sqlite/src/config.h.in
+++ b/third_party/sqlite/src/config.h.in
@@ -27,6 +27,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `isnan' function. */
+#undef HAVE_ISNAN
+
/* Define to 1 if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R
@@ -48,6 +51,9 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
+/* Define to 1 if you have the strchrnul() function */
+#undef HAVE_STRCHRNUL
+
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
« no previous file with comments | « third_party/sqlite/src/autoconf/tea/win/nmakehlp.c ('k') | third_party/sqlite/src/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698