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

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

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. 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 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 15 matching lines...) Expand all
26 26
27 /* Define to 1 if you have the <inttypes.h> header file. */ 27 /* Define to 1 if you have the <inttypes.h> header file. */
28 #undef HAVE_INTTYPES_H 28 #undef HAVE_INTTYPES_H
29 29
30 /* Define to 1 if you have the `localtime_r' function. */ 30 /* Define to 1 if you have the `localtime_r' function. */
31 #undef HAVE_LOCALTIME_R 31 #undef HAVE_LOCALTIME_R
32 32
33 /* Define to 1 if you have the `localtime_s' function. */ 33 /* Define to 1 if you have the `localtime_s' function. */
34 #undef HAVE_LOCALTIME_S 34 #undef HAVE_LOCALTIME_S
35 35
36 /* Define to 1 if you have the <malloc.h> header file. */
37 #undef HAVE_MALLOC_H
38
39 /* Define to 1 if you have the `malloc_usable_size' function. */
40 #undef HAVE_MALLOC_USABLE_SIZE
41
36 /* Define to 1 if you have the <memory.h> header file. */ 42 /* Define to 1 if you have the <memory.h> header file. */
37 #undef HAVE_MEMORY_H 43 #undef HAVE_MEMORY_H
38 44
39 /* Define to 1 if you have the <stdint.h> header file. */ 45 /* Define to 1 if you have the <stdint.h> header file. */
40 #undef HAVE_STDINT_H 46 #undef HAVE_STDINT_H
41 47
42 /* Define to 1 if you have the <stdlib.h> header file. */ 48 /* Define to 1 if you have the <stdlib.h> header file. */
43 #undef HAVE_STDLIB_H 49 #undef HAVE_STDLIB_H
44 50
45 /* Define to 1 if you have the <strings.h> header file. */ 51 /* Define to 1 if you have the <strings.h> header file. */
(...skipping 22 matching lines...) Expand all
68 74
69 /* Define to 1 if the system has the type `uintptr_t'. */ 75 /* Define to 1 if the system has the type `uintptr_t'. */
70 #undef HAVE_UINTPTR_T 76 #undef HAVE_UINTPTR_T
71 77
72 /* Define to 1 if you have the <unistd.h> header file. */ 78 /* Define to 1 if you have the <unistd.h> header file. */
73 #undef HAVE_UNISTD_H 79 #undef HAVE_UNISTD_H
74 80
75 /* Define to 1 if you have the `usleep' function. */ 81 /* Define to 1 if you have the `usleep' function. */
76 #undef HAVE_USLEEP 82 #undef HAVE_USLEEP
77 83
84 /* Define to 1 if you have the utime() library function. */
85 #undef HAVE_UTIME
86
78 /* Define to the sub-directory in which libtool stores uninstalled libraries. 87 /* Define to the sub-directory in which libtool stores uninstalled libraries.
79 */ 88 */
80 #undef LT_OBJDIR 89 #undef LT_OBJDIR
81 90
82 /* Define to the address where bug reports for this package should be sent. */ 91 /* Define to the address where bug reports for this package should be sent. */
83 #undef PACKAGE_BUGREPORT 92 #undef PACKAGE_BUGREPORT
84 93
85 /* Define to the full name of this package. */ 94 /* Define to the full name of this package. */
86 #undef PACKAGE_NAME 95 #undef PACKAGE_NAME
87 96
88 /* Define to the full name and version of this package. */ 97 /* Define to the full name and version of this package. */
89 #undef PACKAGE_STRING 98 #undef PACKAGE_STRING
90 99
91 /* Define to the one symbol short name of this package. */ 100 /* Define to the one symbol short name of this package. */
92 #undef PACKAGE_TARNAME 101 #undef PACKAGE_TARNAME
93 102
94 /* Define to the version of this package. */ 103 /* Define to the version of this package. */
95 #undef PACKAGE_VERSION 104 #undef PACKAGE_VERSION
96 105
97 /* Define to 1 if you have the ANSI C header files. */ 106 /* Define to 1 if you have the ANSI C header files. */
98 #undef STDC_HEADERS 107 #undef STDC_HEADERS
99 108
100 /* Number of bits in a file offset, on hosts where this is settable. */ 109 /* Number of bits in a file offset, on hosts where this is settable. */
101 #undef _FILE_OFFSET_BITS 110 #undef _FILE_OFFSET_BITS
102 111
103 /* Define for large files, on AIX-style hosts. */ 112 /* Define for large files, on AIX-style hosts. */
104 #undef _LARGE_FILES 113 #undef _LARGE_FILES
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698