[gforth] / gforth / libltdl / config-h.in  

gforth: gforth/libltdl/config-h.in


1 : anton 1.1 /* config-h.in. Generated from configure.ac by autoheader. */
2 :    
3 :     /* Define to 1 if you have the `argz_add' function. */
4 :     #undef HAVE_ARGZ_ADD
5 :    
6 :     /* Define to 1 if you have the `argz_append' function. */
7 :     #undef HAVE_ARGZ_APPEND
8 :    
9 :     /* Define to 1 if you have the `argz_count' function. */
10 :     #undef HAVE_ARGZ_COUNT
11 :    
12 :     /* Define to 1 if you have the `argz_create_sep' function. */
13 :     #undef HAVE_ARGZ_CREATE_SEP
14 :    
15 :     /* Define to 1 if you have the <argz.h> header file. */
16 :     #undef HAVE_ARGZ_H
17 :    
18 :     /* Define to 1 if you have the `argz_insert' function. */
19 :     #undef HAVE_ARGZ_INSERT
20 :    
21 :     /* Define to 1 if you have the `argz_next' function. */
22 :     #undef HAVE_ARGZ_NEXT
23 :    
24 :     /* Define to 1 if you have the `argz_stringify' function. */
25 :     #undef HAVE_ARGZ_STRINGIFY
26 :    
27 :     /* Define to 1 if you have the `closedir' function. */
28 :     #undef HAVE_CLOSEDIR
29 :    
30 :     /* Define to 1 if you have the <dirent.h> header file. */
31 :     #undef HAVE_DIRENT_H
32 :    
33 :     /* Define if you have the GNU dld library. */
34 :     #undef HAVE_DLD
35 :    
36 :     /* Define to 1 if you have the <dld.h> header file. */
37 :     #undef HAVE_DLD_H
38 :    
39 :     /* Define to 1 if you have the `dlerror' function. */
40 :     #undef HAVE_DLERROR
41 :    
42 :     /* Define to 1 if you have the <dlfcn.h> header file. */
43 :     #undef HAVE_DLFCN_H
44 :    
45 :     /* Define to 1 if you have the <dl.h> header file. */
46 :     #undef HAVE_DL_H
47 :    
48 :     /* Define if you have the _dyld_func_lookup function. */
49 :     #undef HAVE_DYLD
50 :    
51 :     /* Define to 1 if the system has the type `error_t'. */
52 :     #undef HAVE_ERROR_T
53 :    
54 :     /* Define to 1 if you have the <inttypes.h> header file. */
55 :     #undef HAVE_INTTYPES_H
56 :    
57 :     /* Define if you have the libdl library or equivalent. */
58 :     #undef HAVE_LIBDL
59 :    
60 :     /* Define if libdlloader will be built on this platform */
61 :     #undef HAVE_LIBDLLOADER
62 :    
63 :     /* Define to 1 if you have the <mach-o/dyld.h> header file. */
64 :     #undef HAVE_MACH_O_DYLD_H
65 :    
66 :     /* Define to 1 if you have the <memory.h> header file. */
67 :     #undef HAVE_MEMORY_H
68 :    
69 :     /* Define to 1 if you have the `opendir' function. */
70 :     #undef HAVE_OPENDIR
71 :    
72 :     /* Define if libtool can extract symbol lists from object files. */
73 :     #undef HAVE_PRELOADED_SYMBOLS
74 :    
75 :     /* Define to 1 if you have the `readdir' function. */
76 :     #undef HAVE_READDIR
77 :    
78 :     /* Define if you have the shl_load function. */
79 :     #undef HAVE_SHL_LOAD
80 :    
81 :     /* Define to 1 if you have the <stdint.h> header file. */
82 :     #undef HAVE_STDINT_H
83 :    
84 :     /* Define to 1 if you have the <stdlib.h> header file. */
85 :     #undef HAVE_STDLIB_H
86 :    
87 :     /* Define to 1 if you have the <strings.h> header file. */
88 :     #undef HAVE_STRINGS_H
89 :    
90 :     /* Define to 1 if you have the <string.h> header file. */
91 :     #undef HAVE_STRING_H
92 :    
93 :     /* Define to 1 if you have the `strlcat' function. */
94 :     #undef HAVE_STRLCAT
95 :    
96 :     /* Define to 1 if you have the `strlcpy' function. */
97 :     #undef HAVE_STRLCPY
98 :    
99 :     /* Define to 1 if you have the <sys/dl.h> header file. */
100 :     #undef HAVE_SYS_DL_H
101 :    
102 :     /* Define to 1 if you have the <sys/stat.h> header file. */
103 :     #undef HAVE_SYS_STAT_H
104 :    
105 :     /* Define to 1 if you have the <sys/types.h> header file. */
106 :     #undef HAVE_SYS_TYPES_H
107 :    
108 :     /* Define to 1 if you have the <unistd.h> header file. */
109 :     #undef HAVE_UNISTD_H
110 :    
111 :     /* This value is set to 1 to indicate that the system argz facility works */
112 :     #undef HAVE_WORKING_ARGZ
113 :    
114 :     /* Define if the OS needs help to load dependent libraries for dlopen(). */
115 :     #undef LTDL_DLOPEN_DEPLIBS
116 :    
117 :     /* Define if dlopen(NULL) is able to resolve symbols from the main program. */
118 :     #undef LTDL_DLOPEN_SELF_WORKS
119 :    
120 :     /* Define to the system default library search path. */
121 :     #undef LT_DLSEARCH_PATH
122 :    
123 :     /* Define to the extension used for runtime loadable modules, say, ".so". */
124 :     #undef LT_MODULE_EXT
125 :    
126 :     /* Define to the name of the environment variable that determines the run-time
127 :     module search path. */
128 :     #undef LT_MODULE_PATH_VAR
129 :    
130 :     /* Define to the sub-directory in which libtool stores uninstalled libraries.
131 :     */
132 :     #undef LT_OBJDIR
133 :    
134 :     /* Define if dlsym() requires a leading underscore in symbol names. */
135 :     #undef NEED_USCORE
136 :    
137 :     /* Name of package */
138 :     #undef PACKAGE
139 :    
140 :     /* Define to the address where bug reports for this package should be sent. */
141 :     #undef PACKAGE_BUGREPORT
142 :    
143 :     /* Define to the full name of this package. */
144 :     #undef PACKAGE_NAME
145 :    
146 :     /* Define to the full name and version of this package. */
147 :     #undef PACKAGE_STRING
148 :    
149 :     /* Define to the one symbol short name of this package. */
150 :     #undef PACKAGE_TARNAME
151 :    
152 :     /* Define to the version of this package. */
153 :     #undef PACKAGE_VERSION
154 :    
155 :     /* Define to 1 if you have the ANSI C header files. */
156 :     #undef STDC_HEADERS
157 :    
158 :     /* Version number of package */
159 :     #undef VERSION
160 :    
161 :     /* Define so that glibc/gnulib argp.h does not typedef error_t. */
162 :     #undef __error_t_defined
163 :    
164 :     /* Define to a type to use for `error_t' if it is not otherwise available. */
165 :     #undef error_t

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help