]>
Commit | Line | Data |
---|---|---|
5464f5a1 | 1 | /* config.in. Generated from configure.in by autoheader. */ |
252b5132 | 2 | |
7ff1a5b5 AM |
3 | /* Define to 1 if translation of program messages to the user's native |
4 | language is requested. */ | |
5464f5a1 | 5 | #undef ENABLE_NLS |
252b5132 | 6 | |
fddc4048 JG |
7 | /* Define to 1 if you have the declaration of `basename', and to 0 if you |
8 | don't. */ | |
2e9ebff5 JG |
9 | #undef HAVE_DECL_BASENAME |
10 | ||
d34a2b1d JG |
11 | /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ |
12 | #undef HAVE_DECL_FFS | |
13 | ||
14 | /* Define to 1 if you have the declaration of `free', and to 0 if you don't. | |
15 | */ | |
16 | #undef HAVE_DECL_FREE | |
17 | ||
ec7b76fe JG |
18 | /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. |
19 | */ | |
20 | #undef HAVE_DECL_FSEEKO | |
21 | ||
22 | /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you | |
23 | don't. */ | |
24 | #undef HAVE_DECL_FSEEKO64 | |
25 | ||
26 | /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. | |
27 | */ | |
28 | #undef HAVE_DECL_FTELLO | |
29 | ||
30 | /* Define to 1 if you have the declaration of `ftello64', and to 0 if you | |
31 | don't. */ | |
32 | #undef HAVE_DECL_FTELLO64 | |
33 | ||
d34a2b1d JG |
34 | /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. |
35 | */ | |
36 | #undef HAVE_DECL_GETENV | |
37 | ||
38 | /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. | |
39 | */ | |
40 | #undef HAVE_DECL_MALLOC | |
41 | ||
42 | /* Define to 1 if you have the declaration of `realloc', and to 0 if you | |
43 | don't. */ | |
44 | #undef HAVE_DECL_REALLOC | |
45 | ||
36527912 AJ |
46 | /* Define to 1 if you have the declaration of `snprintf', and to 0 if you |
47 | don't. */ | |
48 | #undef HAVE_DECL_SNPRINTF | |
49 | ||
be5cacdb L |
50 | /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. |
51 | */ | |
52 | #undef HAVE_DECL_STPCPY | |
53 | ||
d34a2b1d JG |
54 | /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. |
55 | */ | |
56 | #undef HAVE_DECL_STRSTR | |
57 | ||
36527912 AJ |
58 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
59 | don't. */ | |
60 | #undef HAVE_DECL_VSNPRINTF | |
61 | ||
5464f5a1 NN |
62 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
63 | */ | |
64 | #undef HAVE_DIRENT_H | |
65 | ||
ae351704 AM |
66 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
67 | #undef HAVE_DLFCN_H | |
68 | ||
5464f5a1 | 69 | /* Define to 1 if you have the `fcntl' function. */ |
252b5132 RH |
70 | #undef HAVE_FCNTL |
71 | ||
5464f5a1 NN |
72 | /* Define to 1 if you have the <fcntl.h> header file. */ |
73 | #undef HAVE_FCNTL_H | |
74 | ||
75 | /* Define to 1 if you have the `fdopen' function. */ | |
252b5132 RH |
76 | #undef HAVE_FDOPEN |
77 | ||
2e6f4fae DJ |
78 | /* Define to 1 if you have the `fopen64' function. */ |
79 | #undef HAVE_FOPEN64 | |
80 | ||
5464f5a1 | 81 | /* Define to 1 if you have the `fseeko' function. */ |
c1ea0c09 AC |
82 | #undef HAVE_FSEEKO |
83 | ||
5464f5a1 | 84 | /* Define to 1 if you have the `fseeko64' function. */ |
c1ea0c09 AC |
85 | #undef HAVE_FSEEKO64 |
86 | ||
5464f5a1 | 87 | /* Define to 1 if you have the `ftello' function. */ |
c1ea0c09 AC |
88 | #undef HAVE_FTELLO |
89 | ||
5464f5a1 | 90 | /* Define to 1 if you have the `ftello64' function. */ |
c1ea0c09 AC |
91 | #undef HAVE_FTELLO64 |
92 | ||
5464f5a1 | 93 | /* Define to 1 if you have the `getgid' function. */ |
633fd09f ILT |
94 | #undef HAVE_GETGID |
95 | ||
5464f5a1 | 96 | /* Define to 1 if you have the `getpagesize' function. */ |
252b5132 RH |
97 | #undef HAVE_GETPAGESIZE |
98 | ||
5464f5a1 | 99 | /* Define to 1 if you have the `getuid' function. */ |
633fd09f ILT |
100 | #undef HAVE_GETUID |
101 | ||
5464f5a1 NN |
102 | /* Define to 1 if you have the <inttypes.h> header file. */ |
103 | #undef HAVE_INTTYPES_H | |
104 | ||
5464f5a1 NN |
105 | /* Define if <sys/procfs.h> has lwpstatus_t. */ |
106 | #undef HAVE_LWPSTATUS_T | |
107 | ||
108 | /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ | |
109 | #undef HAVE_LWPSTATUS_T_PR_CONTEXT | |
110 | ||
111 | /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ | |
112 | #undef HAVE_LWPSTATUS_T_PR_REG | |
113 | ||
114 | /* Define if <sys/procfs.h> has lwpxstatus_t. */ | |
115 | #undef HAVE_LWPXSTATUS_T | |
116 | ||
117 | /* Define to 1 if you have the `madvise' function. */ | |
252b5132 RH |
118 | #undef HAVE_MADVISE |
119 | ||
5464f5a1 NN |
120 | /* Define to 1 if you have the <memory.h> header file. */ |
121 | #undef HAVE_MEMORY_H | |
122 | ||
123 | /* Define to 1 if you have a working `mmap' system call. */ | |
124 | #undef HAVE_MMAP | |
125 | ||
126 | /* Define to 1 if you have the `mprotect' function. */ | |
252b5132 RH |
127 | #undef HAVE_MPROTECT |
128 | ||
5464f5a1 NN |
129 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
130 | #undef HAVE_NDIR_H | |
252b5132 | 131 | |
5464f5a1 NN |
132 | /* Define if <sys/procfs.h> has prpsinfo32_t. */ |
133 | #undef HAVE_PRPSINFO32_T | |
252b5132 | 134 | |
5464f5a1 NN |
135 | /* Define if <sys/procfs.h> has prpsinfo_t. */ |
136 | #undef HAVE_PRPSINFO_T | |
252b5132 | 137 | |
5464f5a1 NN |
138 | /* Define if <sys/procfs.h> has prstatus32_t. */ |
139 | #undef HAVE_PRSTATUS32_T | |
252b5132 | 140 | |
5464f5a1 NN |
141 | /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ |
142 | #undef HAVE_PRSTATUS32_T_PR_WHO | |
252b5132 | 143 | |
5464f5a1 NN |
144 | /* Define if <sys/procfs.h> has prstatus_t. */ |
145 | #undef HAVE_PRSTATUS_T | |
252b5132 | 146 | |
5464f5a1 NN |
147 | /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ |
148 | #undef HAVE_PRSTATUS_T_PR_WHO | |
49c97a80 | 149 | |
5464f5a1 NN |
150 | /* Define if <sys/procfs.h> has psinfo32_t. */ |
151 | #undef HAVE_PSINFO32_T | |
252b5132 | 152 | |
5464f5a1 NN |
153 | /* Define if <sys/procfs.h> has psinfo_t. */ |
154 | #undef HAVE_PSINFO_T | |
252b5132 | 155 | |
5464f5a1 NN |
156 | /* Define if <sys/procfs.h> has pstatus32_t. */ |
157 | #undef HAVE_PSTATUS32_T | |
252b5132 | 158 | |
5464f5a1 NN |
159 | /* Define if <sys/procfs.h> has pstatus_t. */ |
160 | #undef HAVE_PSTATUS_T | |
252b5132 | 161 | |
5464f5a1 NN |
162 | /* Define if <sys/procfs.h> has pxstatus_t. */ |
163 | #undef HAVE_PXSTATUS_T | |
252b5132 | 164 | |
5464f5a1 NN |
165 | /* Define to 1 if you have the `setitimer' function. */ |
166 | #undef HAVE_SETITIMER | |
252b5132 | 167 | |
5464f5a1 | 168 | /* Define to 1 if you have the <stddef.h> header file. */ |
252b5132 RH |
169 | #undef HAVE_STDDEF_H |
170 | ||
5464f5a1 NN |
171 | /* Define to 1 if you have the <stdint.h> header file. */ |
172 | #undef HAVE_STDINT_H | |
173 | ||
174 | /* Define to 1 if you have the <stdlib.h> header file. */ | |
252b5132 RH |
175 | #undef HAVE_STDLIB_H |
176 | ||
5464f5a1 | 177 | /* Define to 1 if you have the <strings.h> header file. */ |
252b5132 RH |
178 | #undef HAVE_STRINGS_H |
179 | ||
5464f5a1 NN |
180 | /* Define to 1 if you have the <string.h> header file. */ |
181 | #undef HAVE_STRING_H | |
182 | ||
183 | /* Define to 1 if you have the `strtoull' function. */ | |
184 | #undef HAVE_STRTOULL | |
185 | ||
186 | /* Define if struct core_dumpx has member c_impl */ | |
187 | #undef HAVE_ST_C_IMPL | |
188 | ||
189 | /* Define to 1 if you have the `sysconf' function. */ | |
190 | #undef HAVE_SYSCONF | |
191 | ||
192 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. | |
193 | */ | |
252b5132 RH |
194 | #undef HAVE_SYS_DIR_H |
195 | ||
5464f5a1 | 196 | /* Define to 1 if you have the <sys/file.h> header file. */ |
252b5132 RH |
197 | #undef HAVE_SYS_FILE_H |
198 | ||
5464f5a1 NN |
199 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
200 | */ | |
252b5132 RH |
201 | #undef HAVE_SYS_NDIR_H |
202 | ||
5464f5a1 | 203 | /* Define to 1 if you have the <sys/procfs.h> header file. */ |
252b5132 RH |
204 | #undef HAVE_SYS_PROCFS_H |
205 | ||
5464f5a1 | 206 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
05864e2a AM |
207 | #undef HAVE_SYS_STAT_H |
208 | ||
5464f5a1 | 209 | /* Define to 1 if you have the <sys/time.h> header file. */ |
252b5132 RH |
210 | #undef HAVE_SYS_TIME_H |
211 | ||
5464f5a1 | 212 | /* Define to 1 if you have the <sys/types.h> header file. */ |
05864e2a AM |
213 | #undef HAVE_SYS_TYPES_H |
214 | ||
5464f5a1 | 215 | /* Define to 1 if you have the <time.h> header file. */ |
252b5132 RH |
216 | #undef HAVE_TIME_H |
217 | ||
5464f5a1 | 218 | /* Define to 1 if you have the <unistd.h> header file. */ |
252b5132 RH |
219 | #undef HAVE_UNISTD_H |
220 | ||
5464f5a1 NN |
221 | /* Define if <sys/procfs.h> has win32_pstatus_t. */ |
222 | #undef HAVE_WIN32_PSTATUS_T | |
252b5132 | 223 | |
ae351704 AM |
224 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
225 | */ | |
226 | #undef LT_OBJDIR | |
227 | ||
5464f5a1 NN |
228 | /* Name of package */ |
229 | #undef PACKAGE | |
252b5132 | 230 | |
5464f5a1 NN |
231 | /* Define to the address where bug reports for this package should be sent. */ |
232 | #undef PACKAGE_BUGREPORT | |
8d88c4ca | 233 | |
5464f5a1 NN |
234 | /* Define to the full name of this package. */ |
235 | #undef PACKAGE_NAME | |
7ee38065 | 236 | |
5464f5a1 NN |
237 | /* Define to the full name and version of this package. */ |
238 | #undef PACKAGE_STRING | |
252b5132 | 239 | |
5464f5a1 NN |
240 | /* Define to the one symbol short name of this package. */ |
241 | #undef PACKAGE_TARNAME | |
7ee38065 | 242 | |
5464f5a1 NN |
243 | /* Define to the version of this package. */ |
244 | #undef PACKAGE_VERSION | |
252b5132 | 245 | |
d5efd9fc AM |
246 | /* The size of a `char', as computed by sizeof. */ |
247 | #undef SIZEOF_CHAR | |
248 | ||
249 | /* The size of a `int', as computed by sizeof. */ | |
250 | #undef SIZEOF_INT | |
251 | ||
2ba49b59 | 252 | /* The size of a `long', as computed by sizeof. */ |
5464f5a1 | 253 | #undef SIZEOF_LONG |
7ee38065 | 254 | |
2ba49b59 | 255 | /* The size of a `long long', as computed by sizeof. */ |
5464f5a1 | 256 | #undef SIZEOF_LONG_LONG |
252b5132 | 257 | |
2ba49b59 | 258 | /* The size of a `off_t', as computed by sizeof. */ |
5464f5a1 | 259 | #undef SIZEOF_OFF_T |
8d88c4ca | 260 | |
d5efd9fc AM |
261 | /* The size of a `short', as computed by sizeof. */ |
262 | #undef SIZEOF_SHORT | |
263 | ||
264 | /* The size of a `void *', as computed by sizeof. */ | |
265 | #undef SIZEOF_VOID_P | |
266 | ||
5464f5a1 NN |
267 | /* Define to 1 if you have the ANSI C header files. */ |
268 | #undef STDC_HEADERS | |
252b5132 | 269 | |
2e0fbf77 JW |
270 | /* Define if you can safely include both <string.h> and <strings.h>. */ |
271 | #undef STRING_WITH_STRINGS | |
272 | ||
5464f5a1 NN |
273 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
274 | #undef TIME_WITH_SYS_TIME | |
16e9c715 | 275 | |
252b5132 RH |
276 | /* Name of host specific header file to include in trad-core.c. */ |
277 | #undef TRAD_HEADER | |
278 | ||
5464f5a1 NN |
279 | /* Use b modifier when opening binary files? */ |
280 | #undef USE_BINARY_FOPEN | |
c1ea0c09 | 281 | |
252b5132 RH |
282 | /* Use mmap if it's available? */ |
283 | #undef USE_MMAP | |
284 | ||
6ec7057a RH |
285 | /* Define if we should default to creating read-only plt entries */ |
286 | #undef USE_SECUREPLT | |
287 | ||
5464f5a1 NN |
288 | /* Version number of package */ |
289 | #undef VERSION | |
290 | ||
4a2a2686 HPN |
291 | /* Enable GNU extensions on systems that have them. */ |
292 | #ifndef _GNU_SOURCE | |
293 | # undef _GNU_SOURCE | |
294 | #endif |