Fixed compilation error
[bochs-mirror.git] / ltdlconf.h.in
blobfd083e75efa44f202a74dcd66e8357023c94480c
1 /////////////////////////////////////////////////////////////////////////
2 // $Id: ltdlconf.h.in,v 1.2 2002/10/24 21:04:38 bdenney Exp $
3 //
4 // The configure script reads this file and produces ltdlconf.h, which
5 // tells ltdl.c how to compile. It was copied out of the libtool package
6 // but appears to have been generated by autoheader.
7 /////////////////////////////////////////////////////////////////////////
9 /* config-h.in. Generated automatically from configure.in by autoheader. */
11 /* Define to empty if the keyword does not work. */
12 #undef const
14 /* Define as __inline if that's what the C compiler calls it. */
15 #undef inline
17 /* Define if you have the ANSI C header files. */
18 #undef STDC_HEADERS
20 /* Define if you have the argz_append function. */
21 #undef HAVE_ARGZ_APPEND
23 /* Define if you have the argz_create_sep function. */
24 #undef HAVE_ARGZ_CREATE_SEP
26 /* Define if you have the argz_insert function. */
27 #undef HAVE_ARGZ_INSERT
29 /* Define if you have the argz_next function. */
30 #undef HAVE_ARGZ_NEXT
32 /* Define if you have the argz_stringify function. */
33 #undef HAVE_ARGZ_STRINGIFY
35 /* Define if you have the bcopy function. */
36 #undef HAVE_BCOPY
38 /* Define if you have the dlerror function. */
39 #undef HAVE_DLERROR
41 /* Define if you have the index function. */
42 #undef HAVE_INDEX
44 /* Define if you have the memcpy function. */
45 #undef HAVE_MEMCPY
47 /* Define if you have the memmove function. */
48 #undef HAVE_MEMMOVE
50 /* Define if you have the rindex function. */
51 #undef HAVE_RINDEX
53 /* Define if you have the strchr function. */
54 #undef HAVE_STRCHR
56 /* Define if you have the strcmp function. */
57 #undef HAVE_STRCMP
59 /* Define if you have the strrchr function. */
60 #undef HAVE_STRRCHR
62 /* Define if you have the <argz.h> header file. */
63 #undef HAVE_ARGZ_H
65 /* Define if you have the <assert.h> header file. */
66 #undef HAVE_ASSERT_H
68 /* Define if you have the <ctype.h> header file. */
69 #undef HAVE_CTYPE_H
71 /* Define if you have the <dirent.h> header file. */
72 #undef HAVE_DIRENT_H
74 /* Define if you have the <dl.h> header file. */
75 #undef HAVE_DL_H
77 /* Define if you have the <dld.h> header file. */
78 #undef HAVE_DLD_H
80 /* Define if you have the <dlfcn.h> header file. */
81 #undef HAVE_DLFCN_H
83 /* Define if you have the <errno.h> header file. */
84 #undef HAVE_ERRNO_H
86 /* Define if you have the <malloc.h> header file. */
87 #undef HAVE_MALLOC_H
89 /* Define if you have the <memory.h> header file. */
90 #undef HAVE_MEMORY_H
92 /* Define if you have the <ndir.h> header file. */
93 #undef HAVE_NDIR_H
95 /* Define if you have the <stdio.h> header file. */
96 #undef HAVE_STDIO_H
98 /* Define if you have the <stdlib.h> header file. */
99 #undef HAVE_STDLIB_H
101 /* Define if you have the <string.h> header file. */
102 #undef HAVE_STRING_H
104 /* Define if you have the <strings.h> header file. */
105 #undef HAVE_STRINGS_H
107 /* Define if you have the <sys/dir.h> header file. */
108 #undef HAVE_SYS_DIR_H
110 /* Define if you have the <sys/dl.h> header file. */
111 #undef HAVE_SYS_DL_H
113 /* Define if you have the <sys/ndir.h> header file. */
114 #undef HAVE_SYS_NDIR_H
116 /* Define if you have the <unistd.h> header file. */
117 #undef HAVE_UNISTD_H
119 /* Define to the extension used for shared libraries, say, .so. */
120 #undef LTDL_SHLIB_EXT
122 /* Define to the name of the environment variable that determines the dynamic library search path. */
123 #undef LTDL_SHLIBPATH_VAR
125 /* Define to the system default library search path. */
126 #undef LTDL_SYSSEARCHPATH
128 /* Define to the sub-directory in which libtool stores uninstalled libraries. */
129 #undef LTDL_OBJDIR
131 /* Define if libtool can extract symbol lists from object files. */
132 #undef HAVE_PRELOADED_SYMBOLS
134 /* Define if you have the libdl library or equivalent. */
135 #undef HAVE_LIBDL
137 /* Define if you have the libdl library or equivalent. */
138 #undef HAVE_LIBDL
140 /* Define if you have the libdl library or equivalent. */
141 #undef HAVE_LIBDL
143 /* Define if you have the shl_load function. */
144 #undef HAVE_SHL_LOAD
146 /* Define if you have the shl_load function. */
147 #undef HAVE_SHL_LOAD
149 /* Define if you have the GNU dld library. */
150 #undef HAVE_DLD
152 /* Define if dlsym() requires a leading underscode in symbol names. */
153 #undef NEED_USCORE
155 /* Define if the OS needs help to load dependent libraries for dlopen(). */
156 #undef LTDL_DLOPEN_DEPLIBS
158 /* Define to a type to use for `error_t' if it is not otherwise available. */
159 #undef error_t