summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/config.h.in
diff options
context:
space:
mode:
authormdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 18:27:25 +0000
committermdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 18:27:25 +0000
commit997e22224e1062a4cd39373057a68879a1d7a3ac (patch)
treea90a9ce4272fc78f2459b1b2c78b52a3f6d4e5d3 /third_party/sqlite/config.h.in
parent0d683c611a18dc6ea0e99f38c73b4fb96611041f (diff)
downloadchromium_src-997e22224e1062a4cd39373057a68879a1d7a3ac.zip
chromium_src-997e22224e1062a4cd39373057a68879a1d7a3ac.tar.gz
chromium_src-997e22224e1062a4cd39373057a68879a1d7a3ac.tar.bz2
Update sqlite to version 3.6.18, porting our patches.
Hopefully this will help to address some valgrind issues. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite/config.h.in')
-rw-r--r--third_party/sqlite/config.h.in139
1 files changed, 74 insertions, 65 deletions
diff --git a/third_party/sqlite/config.h.in b/third_party/sqlite/config.h.in
index 5a2a8d1..812c532 100644
--- a/third_party/sqlite/config.h.in
+++ b/third_party/sqlite/config.h.in
@@ -1,95 +1,104 @@
-/*
-** 2008 March 6
-**
-** The author disclaims copyright to this source code. In place of
-** a legal notice, here is a blessing:
-**
-** May you do good and not evil.
-** May you find forgiveness for yourself and forgive others.
-** May you share freely, never taking more than you give.
-**
-*************************************************************************
-** Configuration header template to be filled in by 'configure' script
-**
-** @(#) $Id: config.h.in,v 1.3 2008/07/22 05:05:02 shane Exp $
-*/
-#ifndef _CONFIG_H_
-#define _CONFIG_H_
-
-
-/*****************************
-** Data types
-*****************************/
-
-/* Define as 1 if you have the int8_t type */
-#undef HAVE_INT8_T
+/* config.h.in. Generated from configure.ac by autoheader. */
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* Define to 1 if you have the `fdatasync' function. */
+#undef HAVE_FDATASYNC
+
+/* Define to 1 if you have the `gmtime_r' function. */
+#undef HAVE_GMTIME_R
-/* Define as 1 if you have the int16_t type */
+/* Define to 1 if the system has the type `int16_t'. */
#undef HAVE_INT16_T
-/* Define as 1 if you have the int32_t type */
+/* Define to 1 if the system has the type `int32_t'. */
#undef HAVE_INT32_T
-/* Define as 1 if you have the int64_t type */
+/* Define to 1 if the system has the type `int64_t'. */
#undef HAVE_INT64_T
-/* Define as 1 if you have the uint8_t type */
-#undef HAVE_UINT8_T
+/* Define to 1 if the system has the type `int8_t'. */
+#undef HAVE_INT8_T
-/* Define as 1 if you have the uint16_t type */
-#undef HAVE_UINT16_T
+/* Define to 1 if the system has the type `intptr_t'. */
+#undef HAVE_INTPTR_T
-/* Define as 1 if you have the uint32_t type */
-#undef HAVE_UINT32_T
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
-/* Define as 1 if you have the uint64_t type */
-#undef HAVE_UINT64_T
+/* Define to 1 if you have the `localtime_r' function. */
+#undef HAVE_LOCALTIME_R
+/* Define to 1 if you have the `localtime_s' function. */
+#undef HAVE_LOCALTIME_S
-/*****************************
-** Header Files
-*****************************/
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
-/* Define as 1 if you have the sys/types.h header */
-#undef HAVE_SYS_TYPES_H
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
-/* Define as 1 if you have the stdlib.h header */
+/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
-/* Define as 1 if you have the stdint.h header */
-#undef HAVE_STDINT_H
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
-/* Define as 1 if you have the inttypes.h header */
-#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
-/*****************************
-** Functions
-*****************************/
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
-/* Define as 1 if you have the usleep() function */
+/* Define to 1 if the system has the type `uint16_t'. */
+#undef HAVE_UINT16_T
+
+/* Define to 1 if the system has the type `uint32_t'. */
+#undef HAVE_UINT32_T
+
+/* Define to 1 if the system has the type `uint64_t'. */
+#undef HAVE_UINT64_T
+
+/* Define to 1 if the system has the type `uint8_t'. */
+#undef HAVE_UINT8_T
+
+/* Define to 1 if the system has the type `uintptr_t'. */
+#undef HAVE_UINTPTR_T
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to 1 if you have the `usleep' function. */
#undef HAVE_USLEEP
-/* Define as 1 if you have the fdatasync() function */
-#undef HAVE_FDATASYNC
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
-/* Define as 1 if you have the gmtime_r() function */
-#undef HAVE_GMTIME_R
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
-/* Define as 1 if you have the localtime_r() function */
-#undef HAVE_LOCALTIME_R
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
-/* Define as 1 if you have the localtime_s() function */
-#undef HAVE_LOCALTIME_S
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
-/*****************************
-** Large file support
-*****************************/
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
-#undef _FILE_OFFSET_BITS
-#undef _LARGE_FILES
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
-/* End of header */
-#endif
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES