ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/libltdl/config-h.in
Revision: 945
Committed: Mon Jul 20 15:48:27 2009 UTC (14 years, 9 months ago) by michael
File size: 4574 byte(s)
Log Message:
- fixed some configure mess and imported latest libtool sources

File Contents

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