| 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
|
|
|