Annotation of parser3/src/lib/ltdl/config_auto.h.in, revision 1.3
1.2 paf 1: /* config_auto.h.in. Generated from configure.in by autoheader. */
1.1 paf 2:
1.3 ! paf 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:
1.2 paf 27: /* Define to 1 if you have the <ctype.h> header file. */
28: #undef HAVE_CTYPE_H
29:
1.3 ! paf 30: /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
! 31: */
! 32: #undef HAVE_DIRENT_H
! 33:
! 34: /* Define if you have the GNU dld library. */
1.2 paf 35: #undef HAVE_DLD
36:
37: /* Define to 1 if you have the <dld.h> header file. */
38: #undef HAVE_DLD_H
39:
40: /* Define to 1 if you have the `dlerror' function. */
41: #undef HAVE_DLERROR
1.1 paf 42:
1.2 paf 43: /* Define to 1 if you have the <dlfcn.h> header file. */
44: #undef HAVE_DLFCN_H
1.1 paf 45:
1.2 paf 46: /* Define to 1 if you have the <dl.h> header file. */
47: #undef HAVE_DL_H
1.1 paf 48:
1.3 ! paf 49: /* Define to 1 if you have the <errno.h> header file. */
! 50: #undef HAVE_ERRNO_H
! 51:
! 52: /* Define to 1 if the system has the type `error_t'. */
! 53: #undef HAVE_ERROR_T
! 54:
1.2 paf 55: /* Define to 1 if you have the `index' function. */
1.1 paf 56: #undef HAVE_INDEX
57:
1.2 paf 58: /* Define to 1 if you have the <inttypes.h> header file. */
59: #undef HAVE_INTTYPES_H
1.1 paf 60:
1.2 paf 61: /* Define if you have the libdl library or equivalent. */
62: #undef HAVE_LIBDL
1.1 paf 63:
1.2 paf 64: /* Define to 1 if you have the <malloc.h> header file. */
65: #undef HAVE_MALLOC_H
1.1 paf 66:
1.3 ! paf 67: /* Define to 1 if you have the `memcpy' function. */
! 68: #undef HAVE_MEMCPY
! 69:
! 70: /* Define to 1 if you have the `memmove' function. */
! 71: #undef HAVE_MEMMOVE
! 72:
1.2 paf 73: /* Define to 1 if you have the <memory.h> header file. */
74: #undef HAVE_MEMORY_H
1.1 paf 75:
1.3 ! paf 76: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
! 77: #undef HAVE_NDIR_H
! 78:
1.2 paf 79: /* Define if libtool can extract symbol lists from object files. */
80: #undef HAVE_PRELOADED_SYMBOLS
1.1 paf 81:
1.2 paf 82: /* Define to 1 if you have the `rindex' function. */
83: #undef HAVE_RINDEX
1.1 paf 84:
1.2 paf 85: /* Define if you have the shl_load function. */
86: #undef HAVE_SHL_LOAD
1.1 paf 87:
1.2 paf 88: /* Define to 1 if you have the <stdint.h> header file. */
89: #undef HAVE_STDINT_H
1.1 paf 90:
1.2 paf 91: /* Define to 1 if you have the <stdio.h> header file. */
1.1 paf 92: #undef HAVE_STDIO_H
93:
1.2 paf 94: /* Define to 1 if you have the <stdlib.h> header file. */
1.1 paf 95: #undef HAVE_STDLIB_H
96:
1.2 paf 97: /* Define to 1 if you have the `strchr' function. */
98: #undef HAVE_STRCHR
99:
1.3 ! paf 100: /* Define to 1 if you have the `strcmp' function. */
! 101: #undef HAVE_STRCMP
! 102:
1.2 paf 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. */
1.1 paf 107: #undef HAVE_STRING_H
108:
1.2 paf 109: /* Define to 1 if you have the `strrchr' function. */
110: #undef HAVE_STRRCHR
111:
1.3 ! paf 112: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
! 113: */
! 114: #undef HAVE_SYS_DIR_H
! 115:
! 116: /* Define to 1 if you have the <sys/dl.h> header file. */
! 117: #undef HAVE_SYS_DL_H
! 118:
! 119: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
! 120: */
! 121: #undef HAVE_SYS_NDIR_H
! 122:
1.2 paf 123: /* Define to 1 if you have the <sys/stat.h> header file. */
124: #undef HAVE_SYS_STAT_H
1.1 paf 125:
1.2 paf 126: /* Define to 1 if you have the <sys/types.h> header file. */
127: #undef HAVE_SYS_TYPES_H
1.1 paf 128:
1.2 paf 129: /* Define to 1 if you have the <unistd.h> header file. */
130: #undef HAVE_UNISTD_H
1.1 paf 131:
1.3 ! paf 132: /* Define if the OS needs help to load dependent libraries for dlopen(). */
! 133: #undef LTDL_DLOPEN_DEPLIBS
! 134:
1.2 paf 135: /* Define to the sub-directory in which libtool stores uninstalled libraries.
136: */
1.1 paf 137: #undef LTDL_OBJDIR
138:
1.2 paf 139: /* Define to the name of the environment variable that determines the dynamic
140: library search path. */
141: #undef LTDL_SHLIBPATH_VAR
142:
143: /* Define to the extension used for shared libraries, say, ".so". */
144: #undef LTDL_SHLIB_EXT
1.1 paf 145:
1.3 ! paf 146: /* Define to the system default library search path. */
! 147: #undef LTDL_SYSSEARCHPATH
! 148:
! 149: /* Define if dlsym() requires a leading underscore in symbol names. */
1.1 paf 150: #undef NEED_USCORE
151:
1.2 paf 152: /* Define to the address where bug reports for this package should be sent. */
153: #undef PACKAGE_BUGREPORT
154:
155: /* Define to the full name of this package. */
156: #undef PACKAGE_NAME
157:
158: /* Define to the full name and version of this package. */
159: #undef PACKAGE_STRING
160:
161: /* Define to the one symbol short name of this package. */
162: #undef PACKAGE_TARNAME
163:
164: /* Define to the version of this package. */
165: #undef PACKAGE_VERSION
166:
167: /* Define to 1 if you have the ANSI C header files. */
168: #undef STDC_HEADERS
169:
170: /* Define to empty if `const' does not conform to ANSI C. */
171: #undef const
1.3 ! paf 172:
! 173: /* Define to a type to use for \`error_t' if it is not otherwise available. */
! 174: #undef error_t
1.2 paf 175:
176: /* Define as `__inline' if that's what the C compiler calls it, or to nothing
177: if it is not supported. */
178: #undef inline
E-mail: