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

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

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/rules.vc ('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 812c5326905df8a258568735d86686c1bae18ec3..efc1d47bc68d0238d76771ebfadf2ce291f35060 100644
--- a/third_party/sqlite/src/config.h.in
+++ b/third_party/sqlite/src/config.h.in
@@ -33,6 +33,12 @@
/* Define to 1 if you have the `localtime_s' function. */
#undef HAVE_LOCALTIME_S
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
+/* Define to 1 if you have the `malloc_usable_size' function. */
+#undef HAVE_MALLOC_USABLE_SIZE
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -75,6 +81,9 @@
/* Define to 1 if you have the `usleep' function. */
#undef HAVE_USLEEP
+/* Define to 1 if you have the utime() library function. */
+#undef HAVE_UTIME
+
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
« no previous file with comments | « third_party/sqlite/src/autoconf/tea/win/rules.vc ('k') | third_party/sqlite/src/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698