Annotation of sql/sqlite/config_auto.h.in, revision 1.22

1.17      moko        1: /* config_auto.h.in.  Generated from configure.ac by autoheader.  */
1.1       misha       2: 
1.4       moko        3: /* Define to 1 if you have the `argz_add' function. */
                      4: #undef HAVE_ARGZ_ADD
                      5: 
                      6: /* Define to 1 if you have the `argz_append' function. */
                      7: #undef HAVE_ARGZ_APPEND
                      8: 
                      9: /* Define to 1 if you have the `argz_count' function. */
                     10: #undef HAVE_ARGZ_COUNT
                     11: 
                     12: /* Define to 1 if you have the `argz_create_sep' function. */
                     13: #undef HAVE_ARGZ_CREATE_SEP
                     14: 
                     15: /* Define to 1 if you have the <argz.h> header file. */
                     16: #undef HAVE_ARGZ_H
                     17: 
                     18: /* Define to 1 if you have the `argz_insert' function. */
                     19: #undef HAVE_ARGZ_INSERT
                     20: 
                     21: /* Define to 1 if you have the `argz_next' function. */
                     22: #undef HAVE_ARGZ_NEXT
                     23: 
                     24: /* Define to 1 if you have the `argz_stringify' function. */
                     25: #undef HAVE_ARGZ_STRINGIFY
                     26: 
                     27: /* Define to 1 if you have the `closedir' function. */
                     28: #undef HAVE_CLOSEDIR
                     29: 
1.1       misha      30: /* Define to 1 if you have the <ctype.h> header file. */
                     31: #undef HAVE_CTYPE_H
                     32: 
1.4       moko       33: /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
                     34:    you don't. */
                     35: #undef HAVE_DECL_CYGWIN_CONV_PATH
                     36: 
                     37: /* Define to 1 if you have the <dirent.h> header file. */
                     38: #undef HAVE_DIRENT_H
                     39: 
                     40: /* Define if you have the GNU dld library. */
                     41: #undef HAVE_DLD
                     42: 
                     43: /* Define to 1 if you have the <dld.h> header file. */
                     44: #undef HAVE_DLD_H
                     45: 
                     46: /* Define to 1 if you have the `dlerror' function. */
                     47: #undef HAVE_DLERROR
                     48: 
1.1       misha      49: /* Define to 1 if you have the <dlfcn.h> header file. */
                     50: #undef HAVE_DLFCN_H
                     51: 
1.4       moko       52: /* Define to 1 if you have the <dl.h> header file. */
                     53: #undef HAVE_DL_H
                     54: 
                     55: /* Define if you have the _dyld_func_lookup function. */
                     56: #undef HAVE_DYLD
                     57: 
                     58: /* Define to 1 if the system has the type `error_t'. */
                     59: #undef HAVE_ERROR_T
                     60: 
1.1       misha      61: /* Define to 1 if you have the <inttypes.h> header file. */
                     62: #undef HAVE_INTTYPES_H
                     63: 
1.4       moko       64: /* Define if you have the libdl library or equivalent. */
                     65: #undef HAVE_LIBDL
                     66: 
                     67: /* Define if libdlloader will be built on this platform */
                     68: #undef HAVE_LIBDLLOADER
                     69: 
                     70: /* Define this if a modern libltdl is already installed */
                     71: #undef HAVE_LTDL
                     72: 
                     73: /* Define to 1 if you have the <mach-o/dyld.h> header file. */
                     74: #undef HAVE_MACH_O_DYLD_H
                     75: 
1.1       misha      76: /* Define to 1 if you have the <memory.h> header file. */
                     77: #undef HAVE_MEMORY_H
                     78: 
1.4       moko       79: /* Define to 1 if you have the `opendir' function. */
                     80: #undef HAVE_OPENDIR
                     81: 
                     82: /* Define if libtool can extract symbol lists from object files. */
                     83: #undef HAVE_PRELOADED_SYMBOLS
                     84: 
                     85: /* Define to 1 if you have the `readdir' function. */
                     86: #undef HAVE_READDIR
                     87: 
1.1       misha      88: /* Define to 1 if you have the <setjmp.h> header file. */
                     89: #undef HAVE_SETJMP_H
                     90: 
1.4       moko       91: /* Define if you have the shl_load function. */
                     92: #undef HAVE_SHL_LOAD
                     93: 
1.1       misha      94: /* Define to 1 if you have the <stdint.h> header file. */
                     95: #undef HAVE_STDINT_H
                     96: 
                     97: /* Define to 1 if you have the <stdio.h> header file. */
                     98: #undef HAVE_STDIO_H
                     99: 
                    100: /* Define to 1 if you have the <stdlib.h> header file. */
                    101: #undef HAVE_STDLIB_H
                    102: 
                    103: /* Define to 1 if you have the <strings.h> header file. */
                    104: #undef HAVE_STRINGS_H
                    105: 
                    106: /* Define to 1 if you have the <string.h> header file. */
                    107: #undef HAVE_STRING_H
                    108: 
1.4       moko      109: /* Define to 1 if you have the `strlcat' function. */
                    110: #undef HAVE_STRLCAT
                    111: 
                    112: /* Define to 1 if you have the `strlcpy' function. */
                    113: #undef HAVE_STRLCPY
                    114: 
                    115: /* Define to 1 if you have the <sys/dl.h> header file. */
                    116: #undef HAVE_SYS_DL_H
                    117: 
1.1       misha     118: /* Define to 1 if you have the <sys/stat.h> header file. */
                    119: #undef HAVE_SYS_STAT_H
                    120: 
                    121: /* Define to 1 if you have the <sys/types.h> header file. */
                    122: #undef HAVE_SYS_TYPES_H
                    123: 
                    124: /* Define to 1 if you have the <unistd.h> header file. */
                    125: #undef HAVE_UNISTD_H
                    126: 
1.4       moko      127: /* This value is set to 1 to indicate that the system argz facility works */
                    128: #undef HAVE_WORKING_ARGZ
                    129: 
                    130: /* Define if the OS needs help to load dependent libraries for dlopen(). */
                    131: #undef LTDL_DLOPEN_DEPLIBS
                    132: 
                    133: /* Define to the system default library search path. */
                    134: #undef LT_DLSEARCH_PATH
                    135: 
                    136: /* The archive extension */
                    137: #undef LT_LIBEXT
                    138: 
                    139: /* The archive prefix */
                    140: #undef LT_LIBPREFIX
                    141: 
                    142: /* Define to the extension used for runtime loadable modules, say, ".so". */
                    143: #undef LT_MODULE_EXT
                    144: 
                    145: /* Define to the name of the environment variable that determines the run-time
                    146:    module search path. */
                    147: #undef LT_MODULE_PATH_VAR
                    148: 
                    149: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                    150:    */
                    151: #undef LT_OBJDIR
                    152: 
                    153: /* Define to the shared library suffix, say, ".dylib". */
                    154: #undef LT_SHARED_EXT
                    155: 
                    156: /* Define if dlsym() requires a leading underscore in symbol names. */
                    157: #undef NEED_USCORE
                    158: 
1.5       moko      159: /* Name of package */
                    160: #undef PACKAGE
                    161: 
1.1       misha     162: /* Define to the address where bug reports for this package should be sent. */
                    163: #undef PACKAGE_BUGREPORT
                    164: 
                    165: /* Define to the full name of this package. */
                    166: #undef PACKAGE_NAME
                    167: 
                    168: /* Define to the full name and version of this package. */
                    169: #undef PACKAGE_STRING
                    170: 
                    171: /* Define to the one symbol short name of this package. */
                    172: #undef PACKAGE_TARNAME
                    173: 
1.13      moko      174: /* Define to the home page for this package. */
                    175: #undef PACKAGE_URL
                    176: 
1.1       misha     177: /* Define to the version of this package. */
                    178: #undef PACKAGE_VERSION
                    179: 
                    180: /* Define to 1 if you have the ANSI C header files. */
                    181: #undef STDC_HEADERS
                    182: 
1.5       moko      183: /* Version number of package */
                    184: #undef VERSION
                    185: 
1.4       moko      186: /* Define so that glibc/gnulib argp.h does not typedef error_t. */
                    187: #undef __error_t_defined
                    188: 
                    189: /* Define to a type to use for `error_t' if it is not otherwise available. */
                    190: #undef error_t
                    191: 
1.13      moko      192: /* Define to `unsigned int' if <sys/types.h> does not define. */
1.1       misha     193: #undef size_t

E-mail: