Annotation of parser3/src/lib/ltdl/config_auto.h.in, revision 1.2
1.2 ! paf 1: /* config_auto.h.in. Generated from configure.in by autoheader. */
1.1 paf 2:
1.2 ! paf 3: /* Define to 1 if you have the <ctype.h> header file. */
! 4: #undef HAVE_CTYPE_H
! 5:
! 6: /* Define if you have the GNU dld library */
! 7: #undef HAVE_DLD
! 8:
! 9: /* Define to 1 if you have the <dld.h> header file. */
! 10: #undef HAVE_DLD_H
! 11:
! 12: /* Define to 1 if you have the `dlerror' function. */
! 13: #undef HAVE_DLERROR
1.1 paf 14:
1.2 ! paf 15: /* Define to 1 if you have the <dlfcn.h> header file. */
! 16: #undef HAVE_DLFCN_H
1.1 paf 17:
1.2 ! paf 18: /* Define to 1 if you have the <dl.h> header file. */
! 19: #undef HAVE_DL_H
1.1 paf 20:
1.2 ! paf 21: /* Define to 1 if you have the `index' function. */
1.1 paf 22: #undef HAVE_INDEX
23:
1.2 ! paf 24: /* Define to 1 if you have the <inttypes.h> header file. */
! 25: #undef HAVE_INTTYPES_H
1.1 paf 26:
1.2 ! paf 27: /* Define if you have the libdl library or equivalent. */
! 28: #undef HAVE_LIBDL
1.1 paf 29:
1.2 ! paf 30: /* Define to 1 if you have the <malloc.h> header file. */
! 31: #undef HAVE_MALLOC_H
1.1 paf 32:
1.2 ! paf 33: /* Define to 1 if you have the <memory.h> header file. */
! 34: #undef HAVE_MEMORY_H
1.1 paf 35:
1.2 ! paf 36: /* Define if libtool can extract symbol lists from object files. */
! 37: #undef HAVE_PRELOADED_SYMBOLS
1.1 paf 38:
1.2 ! paf 39: /* Define to 1 if you have the `rindex' function. */
! 40: #undef HAVE_RINDEX
1.1 paf 41:
1.2 ! paf 42: /* Define if you have the shl_load function. */
! 43: #undef HAVE_SHL_LOAD
1.1 paf 44:
1.2 ! paf 45: /* Define to 1 if you have the <stdint.h> header file. */
! 46: #undef HAVE_STDINT_H
1.1 paf 47:
1.2 ! paf 48: /* Define to 1 if you have the <stdio.h> header file. */
1.1 paf 49: #undef HAVE_STDIO_H
50:
1.2 ! paf 51: /* Define to 1 if you have the <stdlib.h> header file. */
1.1 paf 52: #undef HAVE_STDLIB_H
53:
1.2 ! paf 54: /* Define to 1 if you have the `strchr' function. */
! 55: #undef HAVE_STRCHR
! 56:
! 57: /* Define to 1 if you have the <strings.h> header file. */
! 58: #undef HAVE_STRINGS_H
! 59:
! 60: /* Define to 1 if you have the <string.h> header file. */
1.1 paf 61: #undef HAVE_STRING_H
62:
1.2 ! paf 63: /* Define to 1 if you have the `strrchr' function. */
! 64: #undef HAVE_STRRCHR
! 65:
! 66: /* Define to 1 if you have the <sys/stat.h> header file. */
! 67: #undef HAVE_SYS_STAT_H
1.1 paf 68:
1.2 ! paf 69: /* Define to 1 if you have the <sys/types.h> header file. */
! 70: #undef HAVE_SYS_TYPES_H
1.1 paf 71:
1.2 ! paf 72: /* Define to 1 if you have the <unistd.h> header file. */
! 73: #undef HAVE_UNISTD_H
1.1 paf 74:
1.2 ! paf 75: /* Define to the sub-directory in which libtool stores uninstalled libraries.
! 76: */
1.1 paf 77: #undef LTDL_OBJDIR
78:
1.2 ! paf 79: /* Define to the name of the environment variable that determines the dynamic
! 80: library search path. */
! 81: #undef LTDL_SHLIBPATH_VAR
! 82:
! 83: /* Define to the extension used for shared libraries, say, ".so". */
! 84: #undef LTDL_SHLIB_EXT
1.1 paf 85:
1.2 ! paf 86: /* Define if dlsym() requires a leading underscode in symbol names. */
1.1 paf 87: #undef NEED_USCORE
88:
1.2 ! paf 89: /* Define to the address where bug reports for this package should be sent. */
! 90: #undef PACKAGE_BUGREPORT
! 91:
! 92: /* Define to the full name of this package. */
! 93: #undef PACKAGE_NAME
! 94:
! 95: /* Define to the full name and version of this package. */
! 96: #undef PACKAGE_STRING
! 97:
! 98: /* Define to the one symbol short name of this package. */
! 99: #undef PACKAGE_TARNAME
! 100:
! 101: /* Define to the version of this package. */
! 102: #undef PACKAGE_VERSION
! 103:
! 104: /* Define to 1 if you have the ANSI C header files. */
! 105: #undef STDC_HEADERS
! 106:
! 107: /* Define to empty if `const' does not conform to ANSI C. */
! 108: #undef const
! 109:
! 110: /* Define as `__inline' if that's what the C compiler calls it, or to nothing
! 111: if it is not supported. */
! 112: #undef inline
E-mail: