~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Bochs x86 Emulator
bochs/ltdlconf.h.in

Version: ~ [ 2.3.5 ] ~ [ 2.3 ] ~

  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 /////////////////////////////////////////////////////////////////////////
  8 
  9 /* config-h.in.  Generated automatically from configure.in by autoheader.  */
 10 
 11 /* Define to empty if the keyword does not work.  */
 12 #undef const
 13 
 14 /* Define as __inline if that's what the C compiler calls it.  */
 15 #undef inline
 16 
 17 /* Define if you have the ANSI C header files.  */
 18 #undef STDC_HEADERS
 19 
 20 /* Define if you have the argz_append function.  */
 21 #undef HAVE_ARGZ_APPEND
 22 
 23 /* Define if you have the argz_create_sep function.  */
 24 #undef HAVE_ARGZ_CREATE_SEP
 25 
 26 /* Define if you have the argz_insert function.  */
 27 #undef HAVE_ARGZ_INSERT
 28 
 29 /* Define if you have the argz_next function.  */
 30 #undef HAVE_ARGZ_NEXT
 31 
 32 /* Define if you have the argz_stringify function.  */
 33 #undef HAVE_ARGZ_STRINGIFY
 34 
 35 /* Define if you have the bcopy function.  */
 36 #undef HAVE_BCOPY
 37 
 38 /* Define if you have the dlerror function.  */
 39 #undef HAVE_DLERROR
 40 
 41 /* Define if you have the index function.  */
 42 #undef HAVE_INDEX
 43 
 44 /* Define if you have the memcpy function.  */
 45 #undef HAVE_MEMCPY
 46 
 47 /* Define if you have the memmove function.  */
 48 #undef HAVE_MEMMOVE
 49 
 50 /* Define if you have the rindex function.  */
 51 #undef HAVE_RINDEX
 52 
 53 /* Define if you have the strchr function.  */
 54 #undef HAVE_STRCHR
 55 
 56 /* Define if you have the strcmp function.  */
 57 #undef HAVE_STRCMP
 58 
 59 /* Define if you have the strrchr function.  */
 60 #undef HAVE_STRRCHR
 61 
 62 /* Define if you have the <argz.h> header file.  */
 63 #undef HAVE_ARGZ_H
 64 
 65 /* Define if you have the <assert.h> header file.  */
 66 #undef HAVE_ASSERT_H
 67 
 68 /* Define if you have the <ctype.h> header file.  */
 69 #undef HAVE_CTYPE_H
 70 
 71 /* Define if you have the <dirent.h> header file.  */
 72 #undef HAVE_DIRENT_H
 73 
 74 /* Define if you have the <dl.h> header file.  */
 75 #undef HAVE_DL_H
 76 
 77 /* Define if you have the <dld.h> header file.  */
 78 #undef HAVE_DLD_H
 79 
 80 /* Define if you have the <dlfcn.h> header file.  */
 81 #undef HAVE_DLFCN_H
 82 
 83 /* Define if you have the <errno.h> header file.  */
 84 #undef HAVE_ERRNO_H
 85 
 86 /* Define if you have the <malloc.h> header file.  */
 87 #undef HAVE_MALLOC_H
 88 
 89 /* Define if you have the <memory.h> header file.  */
 90 #undef HAVE_MEMORY_H
 91 
 92 /* Define if you have the <ndir.h> header file.  */
 93 #undef HAVE_NDIR_H
 94 
 95 /* Define if you have the <stdio.h> header file.  */
 96 #undef HAVE_STDIO_H
 97 
 98 /* Define if you have the <stdlib.h> header file.  */
 99 #undef HAVE_STDLIB_H
100 
101 /* Define if you have the <string.h> header file.  */
102 #undef HAVE_STRING_H
103 
104 /* Define if you have the <strings.h> header file.  */
105 #undef HAVE_STRINGS_H
106 
107 /* Define if you have the <sys/dir.h> header file.  */
108 #undef HAVE_SYS_DIR_H
109 
110 /* Define if you have the <sys/dl.h> header file.  */
111 #undef HAVE_SYS_DL_H
112 
113 /* Define if you have the <sys/ndir.h> header file.  */
114 #undef HAVE_SYS_NDIR_H
115 
116 /* Define if you have the <unistd.h> header file.  */
117 #undef HAVE_UNISTD_H
118 
119 /* Define to the extension used for shared libraries, say, .so.  */
120 #undef LTDL_SHLIB_EXT
121 
122 /* Define to the name of the environment variable that determines the dynamic library search path.  */
123 #undef LTDL_SHLIBPATH_VAR
124 
125 /* Define to the system default library search path.  */
126 #undef LTDL_SYSSEARCHPATH
127 
128 /* Define to the sub-directory in which libtool stores uninstalled libraries.  */
129 #undef LTDL_OBJDIR
130 
131 /* Define if libtool can extract symbol lists from object files.  */
132 #undef HAVE_PRELOADED_SYMBOLS
133 
134 /* Define if you have the libdl library or equivalent.  */
135 #undef HAVE_LIBDL
136 
137 /* Define if you have the libdl library or equivalent. */
138 #undef HAVE_LIBDL
139 
140 /* Define if you have the libdl library or equivalent. */
141 #undef HAVE_LIBDL
142 
143 /* Define if you have the shl_load function. */
144 #undef HAVE_SHL_LOAD
145 
146 /* Define if you have the shl_load function. */
147 #undef HAVE_SHL_LOAD
148 
149 /* Define if you have the GNU dld library. */
150 #undef HAVE_DLD
151 
152 /* Define if dlsym() requires a leading underscode in symbol names.  */
153 #undef NEED_USCORE
154 
155 /* Define if the OS needs help to load dependent libraries for dlopen().  */
156 #undef LTDL_DLOPEN_DEPLIBS
157 
158 /* Define to a type to use for `error_t' if it is not otherwise available. */
159 #undef error_t
160 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.