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

Side by Side Diff: third_party/sqlite/sqlite-src-3070603/config.h.in

Issue 826543003: [sql] Import reference version of SQLite 3.7.6.3. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: gitignore forgot some files for me. Created 5 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 unified diff | Download patch
OLDNEW
1 /* config.h.in. Generated from configure.ac by autoheader. */ 1 /* config.h.in. Generated from configure.ac by autoheader. */
2 2
3 /* Define to 1 if you have the <dlfcn.h> header file. */ 3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H 4 #undef HAVE_DLFCN_H
5 5
6 /* Define to 1 if you have the `fdatasync' function. */ 6 /* Define to 1 if you have the `fdatasync' function. */
7 #undef HAVE_FDATASYNC 7 #undef HAVE_FDATASYNC
8 8
9 /* Define to 1 if you have the `gmtime_r' function. */ 9 /* Define to 1 if you have the `gmtime_r' function. */
10 #undef HAVE_GMTIME_R 10 #undef HAVE_GMTIME_R
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 #undef PACKAGE_VERSION 95 #undef PACKAGE_VERSION
96 96
97 /* Define to 1 if you have the ANSI C header files. */ 97 /* Define to 1 if you have the ANSI C header files. */
98 #undef STDC_HEADERS 98 #undef STDC_HEADERS
99 99
100 /* Number of bits in a file offset, on hosts where this is settable. */ 100 /* Number of bits in a file offset, on hosts where this is settable. */
101 #undef _FILE_OFFSET_BITS 101 #undef _FILE_OFFSET_BITS
102 102
103 /* Define for large files, on AIX-style hosts. */ 103 /* Define for large files, on AIX-style hosts. */
104 #undef _LARGE_FILES 104 #undef _LARGE_FILES
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/config.sub ('k') | third_party/sqlite/sqlite-src-3070603/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698