Annotation of tme/libltdl/config-h.in, revision 1.1

1.1     ! root        1: /* config-h.in.  Generated from configure.ac by autoheader.  */
        !             2: 
        !             3: /* Define to 1 if you have the `argz_append' function. */
        !             4: #undef HAVE_ARGZ_APPEND
        !             5: 
        !             6: /* Define to 1 if you have the `argz_create_sep' function. */
        !             7: #undef HAVE_ARGZ_CREATE_SEP
        !             8: 
        !             9: /* Define to 1 if you have the <argz.h> header file. */
        !            10: #undef HAVE_ARGZ_H
        !            11: 
        !            12: /* Define to 1 if you have the `argz_insert' function. */
        !            13: #undef HAVE_ARGZ_INSERT
        !            14: 
        !            15: /* Define to 1 if you have the `argz_next' function. */
        !            16: #undef HAVE_ARGZ_NEXT
        !            17: 
        !            18: /* Define to 1 if you have the `argz_stringify' function. */
        !            19: #undef HAVE_ARGZ_STRINGIFY
        !            20: 
        !            21: /* Define to 1 if you have the <assert.h> header file. */
        !            22: #undef HAVE_ASSERT_H
        !            23: 
        !            24: /* Define to 1 if you have the `bcopy' function. */
        !            25: #undef HAVE_BCOPY
        !            26: 
        !            27: /* Define to 1 if you have the `closedir' function. */
        !            28: #undef HAVE_CLOSEDIR
        !            29: 
        !            30: /* Define to 1 if you have the <ctype.h> header file. */
        !            31: #undef HAVE_CTYPE_H
        !            32: 
        !            33: /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
        !            34:    */
        !            35: #undef HAVE_DIRENT_H
        !            36: 
        !            37: /* Define if you have the GNU dld library. */
        !            38: #undef HAVE_DLD
        !            39: 
        !            40: /* Define to 1 if you have the <dld.h> header file. */
        !            41: #undef HAVE_DLD_H
        !            42: 
        !            43: /* Define to 1 if you have the `dlerror' function. */
        !            44: #undef HAVE_DLERROR
        !            45: 
        !            46: /* Define to 1 if you have the <dlfcn.h> header file. */
        !            47: #undef HAVE_DLFCN_H
        !            48: 
        !            49: /* Define to 1 if you have the <dl.h> header file. */
        !            50: #undef HAVE_DL_H
        !            51: 
        !            52: /* Define if you have the _dyld_func_lookup function. */
        !            53: #undef HAVE_DYLD
        !            54: 
        !            55: /* Define to 1 if you have the <errno.h> header file. */
        !            56: #undef HAVE_ERRNO_H
        !            57: 
        !            58: /* Define to 1 if the system has the type `error_t'. */
        !            59: #undef HAVE_ERROR_T
        !            60: 
        !            61: /* Define to 1 if you have the `index' function. */
        !            62: #undef HAVE_INDEX
        !            63: 
        !            64: /* Define to 1 if you have the <inttypes.h> header file. */
        !            65: #undef HAVE_INTTYPES_H
        !            66: 
        !            67: /* Define if you have the libdl library or equivalent. */
        !            68: #undef HAVE_LIBDL
        !            69: 
        !            70: /* Define to 1 if you have the <mach-o/dyld.h> header file. */
        !            71: #undef HAVE_MACH_O_DYLD_H
        !            72: 
        !            73: /* Define to 1 if you have the <malloc.h> header file. */
        !            74: #undef HAVE_MALLOC_H
        !            75: 
        !            76: /* Define to 1 if you have the `memcpy' function. */
        !            77: #undef HAVE_MEMCPY
        !            78: 
        !            79: /* Define to 1 if you have the `memmove' function. */
        !            80: #undef HAVE_MEMMOVE
        !            81: 
        !            82: /* Define to 1 if you have the <memory.h> header file. */
        !            83: #undef HAVE_MEMORY_H
        !            84: 
        !            85: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
        !            86: #undef HAVE_NDIR_H
        !            87: 
        !            88: /* Define to 1 if you have the `opendir' function. */
        !            89: #undef HAVE_OPENDIR
        !            90: 
        !            91: /* Define if libtool can extract symbol lists from object files. */
        !            92: #undef HAVE_PRELOADED_SYMBOLS
        !            93: 
        !            94: /* Define to 1 if you have the `readdir' function. */
        !            95: #undef HAVE_READDIR
        !            96: 
        !            97: /* Define to 1 if you have the `rindex' function. */
        !            98: #undef HAVE_RINDEX
        !            99: 
        !           100: /* Define if you have the shl_load function. */
        !           101: #undef HAVE_SHL_LOAD
        !           102: 
        !           103: /* Define to 1 if you have the <stdint.h> header file. */
        !           104: #undef HAVE_STDINT_H
        !           105: 
        !           106: /* Define to 1 if you have the <stdio.h> header file. */
        !           107: #undef HAVE_STDIO_H
        !           108: 
        !           109: /* Define to 1 if you have the <stdlib.h> header file. */
        !           110: #undef HAVE_STDLIB_H
        !           111: 
        !           112: /* Define to 1 if you have the `strchr' function. */
        !           113: #undef HAVE_STRCHR
        !           114: 
        !           115: /* Define to 1 if you have the `strcmp' function. */
        !           116: #undef HAVE_STRCMP
        !           117: 
        !           118: /* Define to 1 if you have the <strings.h> header file. */
        !           119: #undef HAVE_STRINGS_H
        !           120: 
        !           121: /* Define to 1 if you have the <string.h> header file. */
        !           122: #undef HAVE_STRING_H
        !           123: 
        !           124: /* Define to 1 if you have the `strrchr' function. */
        !           125: #undef HAVE_STRRCHR
        !           126: 
        !           127: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
        !           128:    */
        !           129: #undef HAVE_SYS_DIR_H
        !           130: 
        !           131: /* Define to 1 if you have the <sys/dl.h> header file. */
        !           132: #undef HAVE_SYS_DL_H
        !           133: 
        !           134: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
        !           135:    */
        !           136: #undef HAVE_SYS_NDIR_H
        !           137: 
        !           138: /* Define to 1 if you have the <sys/stat.h> header file. */
        !           139: #undef HAVE_SYS_STAT_H
        !           140: 
        !           141: /* Define to 1 if you have the <sys/types.h> header file. */
        !           142: #undef HAVE_SYS_TYPES_H
        !           143: 
        !           144: /* Define to 1 if you have the <unistd.h> header file. */
        !           145: #undef HAVE_UNISTD_H
        !           146: 
        !           147: /* Define if the OS needs help to load dependent libraries for dlopen(). */
        !           148: #undef LTDL_DLOPEN_DEPLIBS
        !           149: 
        !           150: /* Define to the sub-directory in which libtool stores uninstalled libraries.
        !           151:    */
        !           152: #undef LTDL_OBJDIR
        !           153: 
        !           154: /* Define to the name of the environment variable that determines the dynamic
        !           155:    library search path. */
        !           156: #undef LTDL_SHLIBPATH_VAR
        !           157: 
        !           158: /* Define to the extension used for shared libraries, say, ".so". */
        !           159: #undef LTDL_SHLIB_EXT
        !           160: 
        !           161: /* Define to the system default library search path. */
        !           162: #undef LTDL_SYSSEARCHPATH
        !           163: 
        !           164: /* Define if dlsym() requires a leading underscore in symbol names. */
        !           165: #undef NEED_USCORE
        !           166: 
        !           167: /* Define to the address where bug reports for this package should be sent. */
        !           168: #undef PACKAGE_BUGREPORT
        !           169: 
        !           170: /* Define to the full name of this package. */
        !           171: #undef PACKAGE_NAME
        !           172: 
        !           173: /* Define to the full name and version of this package. */
        !           174: #undef PACKAGE_STRING
        !           175: 
        !           176: /* Define to the one symbol short name of this package. */
        !           177: #undef PACKAGE_TARNAME
        !           178: 
        !           179: /* Define to the version of this package. */
        !           180: #undef PACKAGE_VERSION
        !           181: 
        !           182: /* Define to 1 if you have the ANSI C header files. */
        !           183: #undef STDC_HEADERS
        !           184: 
        !           185: /* Define to empty if `const' does not conform to ANSI C. */
        !           186: #undef const
        !           187: 
        !           188: /* Define to a type to use for `error_t' if it is not otherwise available. */
        !           189: #undef error_t
        !           190: 
        !           191: /* Define as `__inline' if that's what the C compiler calls it, or to nothing
        !           192:    if it is not supported. */
        !           193: #undef inline

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.