Annotation of sql/mysql/config_auto.h.in, revision 1.6

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

E-mail: