| Index: third_party/sqlite/sqlite-src-3100200/config.h.in
|
| diff --git a/third_party/sqlite/src/config.h.in b/third_party/sqlite/sqlite-src-3100200/config.h.in
|
| similarity index 95%
|
| copy from third_party/sqlite/src/config.h.in
|
| copy to third_party/sqlite/sqlite-src-3100200/config.h.in
|
| index efc1d47bc68d0238d76771ebfadf2ce291f35060..36fd60781c6e1c2b8da9e34a6f7a7e2b38e3b014 100644
|
| --- a/third_party/sqlite/src/config.h.in
|
| +++ b/third_party/sqlite/sqlite-src-3100200/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
|
|
|
|
|