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

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

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 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
« no previous file with comments | « third_party/sqlite/src/autoconf/tea/configure.ac ('k') | third_party/sqlite/src/configure » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 27 matching lines...) Expand all
38 38
39 /* Define to 1 if you have the <malloc.h> header file. */ 39 /* Define to 1 if you have the <malloc.h> header file. */
40 #undef HAVE_MALLOC_H 40 #undef HAVE_MALLOC_H
41 41
42 /* Define to 1 if you have the `malloc_usable_size' function. */ 42 /* Define to 1 if you have the `malloc_usable_size' function. */
43 #undef HAVE_MALLOC_USABLE_SIZE 43 #undef HAVE_MALLOC_USABLE_SIZE
44 44
45 /* Define to 1 if you have the <memory.h> header file. */ 45 /* Define to 1 if you have the <memory.h> header file. */
46 #undef HAVE_MEMORY_H 46 #undef HAVE_MEMORY_H
47 47
48 /* Define to 1 if you have the pread() function. */
49 #undef HAVE_PREAD
50
51 /* Define to 1 if you have the pread64() function. */
52 #undef HAVE_PREAD64
53
54 /* Define to 1 if you have the pwrite() function. */
55 #undef HAVE_PWRITE
56
57 /* Define to 1 if you have the pwrite64() function. */
58 #undef HAVE_PWRITE64
59
48 /* Define to 1 if you have the <stdint.h> header file. */ 60 /* Define to 1 if you have the <stdint.h> header file. */
49 #undef HAVE_STDINT_H 61 #undef HAVE_STDINT_H
50 62
51 /* Define to 1 if you have the <stdlib.h> header file. */ 63 /* Define to 1 if you have the <stdlib.h> header file. */
52 #undef HAVE_STDLIB_H 64 #undef HAVE_STDLIB_H
53 65
54 /* Define to 1 if you have the strchrnul() function */ 66 /* Define to 1 if you have the strchrnul() function */
55 #undef HAVE_STRCHRNUL 67 #undef HAVE_STRCHRNUL
56 68
57 /* Define to 1 if you have the <strings.h> header file. */ 69 /* Define to 1 if you have the <strings.h> header file. */
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 #undef PACKAGE_VERSION 122 #undef PACKAGE_VERSION
111 123
112 /* Define to 1 if you have the ANSI C header files. */ 124 /* Define to 1 if you have the ANSI C header files. */
113 #undef STDC_HEADERS 125 #undef STDC_HEADERS
114 126
115 /* Number of bits in a file offset, on hosts where this is settable. */ 127 /* Number of bits in a file offset, on hosts where this is settable. */
116 #undef _FILE_OFFSET_BITS 128 #undef _FILE_OFFSET_BITS
117 129
118 /* Define for large files, on AIX-style hosts. */ 130 /* Define for large files, on AIX-style hosts. */
119 #undef _LARGE_FILES 131 #undef _LARGE_FILES
OLDNEW
« no previous file with comments | « third_party/sqlite/src/autoconf/tea/configure.ac ('k') | third_party/sqlite/src/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698