/[gcl]/gcl/binutils/libiberty/config.in
ViewVC logotype

Diff of /gcl/binutils/libiberty/config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:36:24 2002 UTC revision 1.1.1.1.20.1 by camm, Fri Sep 30 02:10:42 2005 UTC
# Line 1  Line 1 
1  /* config.in.  Generated automatically from configure.in by autoheader 2.13.  */  /* config.in.  Generated from configure.ac by autoheader.  */
2    
3  /* Define to empty if the keyword does not work.  */  /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4  #undef const  #undef BYTEORDER
   
 /* Define if you have a working `mmap' system call.  */  
 #undef HAVE_MMAP  
   
 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */  
 #undef HAVE_SYS_WAIT_H  
   
 /* Define if you have <vfork.h>.  */  
 #undef HAVE_VFORK_H  
   
 /* Define as __inline if that's what the C compiler calls it.  */  
 #undef inline  
   
 /* Define to `int' if <sys/types.h> doesn't define.  */  
 #undef pid_t  
   
 /* Define if you need to in order for stat and other things to work.  */  
 #undef _POSIX_SOURCE  
   
 /* Define if you have the ANSI C header files.  */  
 #undef STDC_HEADERS  
   
 /* Define if you can safely include both <sys/time.h> and <time.h>.  */  
 #undef TIME_WITH_SYS_TIME  
5    
6  /* Define vfork as fork if vfork does not work.  */  /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7  #undef vfork     This function is required for alloca.c support on those systems. */
8    #undef CRAY_STACKSEG_END
9    
10  /* Define if you have the _doprnt function.  */  /* Define to 1 if you have the <alloca.h> header file. */
11  #undef HAVE__DOPRNT  #undef HAVE_ALLOCA_H
12    
13  /* Define if you have the asprintf function.  */  /* Define to 1 if you have the `asprintf' function. */
14  #undef HAVE_ASPRINTF  #undef HAVE_ASPRINTF
15    
16  /* Define if you have the atexit function.  */  /* Define to 1 if you have the `atexit' function. */
17  #undef HAVE_ATEXIT  #undef HAVE_ATEXIT
18    
19  /* Define if you have the basename function.  */  /* Define to 1 if you have the `basename' function. */
20  #undef HAVE_BASENAME  #undef HAVE_BASENAME
21    
22  /* Define if you have the bcmp function.  */  /* Define to 1 if you have the `bcmp' function. */
23  #undef HAVE_BCMP  #undef HAVE_BCMP
24    
25  /* Define if you have the bcopy function.  */  /* Define to 1 if you have the `bcopy' function. */
26  #undef HAVE_BCOPY  #undef HAVE_BCOPY
27    
28  /* Define if you have the bsearch function.  */  /* Define to 1 if you have the `bsearch' function. */
29  #undef HAVE_BSEARCH  #undef HAVE_BSEARCH
30    
31  /* Define if you have the bzero function.  */  /* Define to 1 if you have the `bzero' function. */
32  #undef HAVE_BZERO  #undef HAVE_BZERO
33    
34  /* Define if you have the calloc function.  */  /* Define to 1 if you have the `calloc' function. */
35  #undef HAVE_CALLOC  #undef HAVE_CALLOC
36    
37  /* Define if you have the clock function.  */  /* Define to 1 if you have the `canonicalize_file_name' function. */
38    #undef HAVE_CANONICALIZE_FILE_NAME
39    
40    /* Define to 1 if you have the `clock' function. */
41  #undef HAVE_CLOCK  #undef HAVE_CLOCK
42    
43  /* Define if you have the ffs function.  */  /* Define to 1 if you have the <fcntl.h> header file. */
44    #undef HAVE_FCNTL_H
45    
46    /* Define to 1 if you have the `ffs' function. */
47  #undef HAVE_FFS  #undef HAVE_FFS
48    
49  /* Define if you have the getcwd function.  */  /* Define to 1 if you have the `fork' function. */
50    #undef HAVE_FORK
51    
52    /* Define to 1 if you have the `getcwd' function. */
53  #undef HAVE_GETCWD  #undef HAVE_GETCWD
54    
55  /* Define if you have the getpagesize function.  */  /* Define to 1 if you have the `getpagesize' function. */
56  #undef HAVE_GETPAGESIZE  #undef HAVE_GETPAGESIZE
57    
58  /* Define if you have the getrusage function.  */  /* Define to 1 if you have the `getrusage' function. */
59  #undef HAVE_GETRUSAGE  #undef HAVE_GETRUSAGE
60    
61  /* Define if you have the gettimeofday function.  */  /* Define to 1 if you have the `getsysinfo' function. */
62    #undef HAVE_GETSYSINFO
63    
64    /* Define to 1 if you have the `gettimeofday' function. */
65  #undef HAVE_GETTIMEOFDAY  #undef HAVE_GETTIMEOFDAY
66    
67  /* Define if you have the index function.  */  /* Define to 1 if you have the `index' function. */
68  #undef HAVE_INDEX  #undef HAVE_INDEX
69    
70  /* Define if you have the insque function.  */  /* Define to 1 if you have the `insque' function. */
71  #undef HAVE_INSQUE  #undef HAVE_INSQUE
72    
73  /* Define if you have the memchr function.  */  /* Define to 1 if you have the <inttypes.h> header file. */
74    #undef HAVE_INTTYPES_H
75    
76    /* Define to 1 if you have the <limits.h> header file. */
77    #undef HAVE_LIMITS_H
78    
79    /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
80    #undef HAVE_MACHINE_HAL_SYSINFO_H
81    
82    /* Define to 1 if you have the <malloc.h> header file. */
83    #undef HAVE_MALLOC_H
84    
85    /* Define to 1 if you have the `memchr' function. */
86  #undef HAVE_MEMCHR  #undef HAVE_MEMCHR
87    
88  /* Define if you have the memcmp function.  */  /* Define to 1 if you have the `memcmp' function. */
89  #undef HAVE_MEMCMP  #undef HAVE_MEMCMP
90    
91  /* Define if you have the memcpy function.  */  /* Define to 1 if you have the `memcpy' function. */
92  #undef HAVE_MEMCPY  #undef HAVE_MEMCPY
93    
94  /* Define if you have the memmove function.  */  /* Define to 1 if you have the `memmove' function. */
95  #undef HAVE_MEMMOVE  #undef HAVE_MEMMOVE
96    
97  /* Define if you have the memset function.  */  /* Define to 1 if you have the <memory.h> header file. */
98    #undef HAVE_MEMORY_H
99    
100    /* Define to 1 if you have the `mempcpy' function. */
101    #undef HAVE_MEMPCPY
102    
103    /* Define to 1 if you have the `memset' function. */
104  #undef HAVE_MEMSET  #undef HAVE_MEMSET
105    
106  /* Define if you have the mkstemps function.  */  /* Define to 1 if you have the `mkstemps' function. */
107  #undef HAVE_MKSTEMPS  #undef HAVE_MKSTEMPS
108    
109  /* Define if you have the on_exit function.  */  /* Define to 1 if you have a working `mmap' system call. */
110    #undef HAVE_MMAP
111    
112    /* Define to 1 if you have the `on_exit' function. */
113  #undef HAVE_ON_EXIT  #undef HAVE_ON_EXIT
114    
115  /* Define if you have the psignal function.  */  /* Define to 1 if you have the `psignal' function. */
116  #undef HAVE_PSIGNAL  #undef HAVE_PSIGNAL
117    
118  /* Define if you have the putenv function.  */  /* Define to 1 if you have the `pstat_getdynamic' function. */
119    #undef HAVE_PSTAT_GETDYNAMIC
120    
121    /* Define to 1 if you have the `pstat_getstatic' function. */
122    #undef HAVE_PSTAT_GETSTATIC
123    
124    /* Define to 1 if you have the `putenv' function. */
125  #undef HAVE_PUTENV  #undef HAVE_PUTENV
126    
127  /* Define if you have the random function.  */  /* Define to 1 if you have the `random' function. */
128  #undef HAVE_RANDOM  #undef HAVE_RANDOM
129    
130  /* Define if you have the rename function.  */  /* Define to 1 if you have the `realpath' function. */
131    #undef HAVE_REALPATH
132    
133    /* Define to 1 if you have the `rename' function. */
134  #undef HAVE_RENAME  #undef HAVE_RENAME
135    
136  /* Define if you have the rindex function.  */  /* Define to 1 if you have the `rindex' function. */
137  #undef HAVE_RINDEX  #undef HAVE_RINDEX
138    
139  /* Define if you have the sbrk function.  */  /* Define to 1 if you have the `sbrk' function. */
140  #undef HAVE_SBRK  #undef HAVE_SBRK
141    
142  /* Define if you have the setenv function.  */  /* Define to 1 if you have the `setenv' function. */
143  #undef HAVE_SETENV  #undef HAVE_SETENV
144    
145  /* Define if you have the sigsetmask function.  */  /* Define to 1 if you have the `sigsetmask' function. */
146  #undef HAVE_SIGSETMASK  #undef HAVE_SIGSETMASK
147    
148  /* Define if you have the strcasecmp function.  */  /* Define to 1 if you have the `snprintf' function. */
149    #undef HAVE_SNPRINTF
150    
151    /* Define to 1 if you have the <stdint.h> header file. */
152    #undef HAVE_STDINT_H
153    
154    /* Define to 1 if you have the <stdlib.h> header file. */
155    #undef HAVE_STDLIB_H
156    
157    /* Define to 1 if you have the `stpcpy' function. */
158    #undef HAVE_STPCPY
159    
160    /* Define to 1 if you have the `stpncpy' function. */
161    #undef HAVE_STPNCPY
162    
163    /* Define to 1 if you have the `strcasecmp' function. */
164  #undef HAVE_STRCASECMP  #undef HAVE_STRCASECMP
165    
166  /* Define if you have the strchr function.  */  /* Define to 1 if you have the `strchr' function. */
167  #undef HAVE_STRCHR  #undef HAVE_STRCHR
168    
169  /* Define if you have the strdup function.  */  /* Define to 1 if you have the `strdup' function. */
170  #undef HAVE_STRDUP  #undef HAVE_STRDUP
171    
172  /* Define if you have the strerror function.  */  /* Define to 1 if you have the `strerror' function. */
173  #undef HAVE_STRERROR  #undef HAVE_STRERROR
174    
175  /* Define if you have the strncasecmp function.  */  /* Define to 1 if you have the <strings.h> header file. */
176    #undef HAVE_STRINGS_H
177    
178    /* Define to 1 if you have the <string.h> header file. */
179    #undef HAVE_STRING_H
180    
181    /* Define to 1 if you have the `strncasecmp' function. */
182  #undef HAVE_STRNCASECMP  #undef HAVE_STRNCASECMP
183    
184  /* Define if you have the strrchr function.  */  /* Define to 1 if you have the `strrchr' function. */
185  #undef HAVE_STRRCHR  #undef HAVE_STRRCHR
186    
187  /* Define if you have the strsignal function.  */  /* Define to 1 if you have the `strsignal' function. */
188  #undef HAVE_STRSIGNAL  #undef HAVE_STRSIGNAL
189    
190  /* Define if you have the strstr function.  */  /* Define to 1 if you have the `strstr' function. */
191  #undef HAVE_STRSTR  #undef HAVE_STRSTR
192    
193  /* Define if you have the strtod function.  */  /* Define to 1 if you have the `strtod' function. */
194  #undef HAVE_STRTOD  #undef HAVE_STRTOD
195    
196  /* Define if you have the strtol function.  */  /* Define to 1 if you have the `strtol' function. */
197  #undef HAVE_STRTOL  #undef HAVE_STRTOL
198    
199  /* Define if you have the strtoul function.  */  /* Define to 1 if you have the `strtoul' function. */
200  #undef HAVE_STRTOUL  #undef HAVE_STRTOUL
201    
202  /* Define if you have the sysconf function.  */  /* Define to 1 if you have the `sysconf' function. */
203  #undef HAVE_SYSCONF  #undef HAVE_SYSCONF
204    
205  /* Define if you have the times function.  */  /* Define to 1 if you have the `sysctl' function. */
206    #undef HAVE_SYSCTL
207    
208    /* Define to 1 if you have the `sysmp' function. */
209    #undef HAVE_SYSMP
210    
211    /* Define if you have the sys_errlist variable. */
212    #undef HAVE_SYS_ERRLIST
213    
214    /* Define to 1 if you have the <sys/file.h> header file. */
215    #undef HAVE_SYS_FILE_H
216    
217    /* Define to 1 if you have the <sys/mman.h> header file. */
218    #undef HAVE_SYS_MMAN_H
219    
220    /* Define if you have the sys_nerr variable. */
221    #undef HAVE_SYS_NERR
222    
223    /* Define to 1 if you have the <sys/param.h> header file. */
224    #undef HAVE_SYS_PARAM_H
225    
226    /* Define to 1 if you have the <sys/pstat.h> header file. */
227    #undef HAVE_SYS_PSTAT_H
228    
229    /* Define to 1 if you have the <sys/resource.h> header file. */
230    #undef HAVE_SYS_RESOURCE_H
231    
232    /* Define if you have the sys_siglist variable. */
233    #undef HAVE_SYS_SIGLIST
234    
235    /* Define to 1 if you have the <sys/stat.h> header file. */
236    #undef HAVE_SYS_STAT_H
237    
238    /* Define to 1 if you have the <sys/sysctl.h> header file. */
239    #undef HAVE_SYS_SYSCTL_H
240    
241    /* Define to 1 if you have the <sys/sysinfo.h> header file. */
242    #undef HAVE_SYS_SYSINFO_H
243    
244    /* Define to 1 if you have the <sys/sysmp.h> header file. */
245    #undef HAVE_SYS_SYSMP_H
246    
247    /* Define to 1 if you have the <sys/systemcfg.h> header file. */
248    #undef HAVE_SYS_SYSTEMCFG_H
249    
250    /* Define to 1 if you have the <sys/table.h> header file. */
251    #undef HAVE_SYS_TABLE_H
252    
253    /* Define to 1 if you have the <sys/time.h> header file. */
254    #undef HAVE_SYS_TIME_H
255    
256    /* Define to 1 if you have the <sys/types.h> header file. */
257    #undef HAVE_SYS_TYPES_H
258    
259    /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
260    #undef HAVE_SYS_WAIT_H
261    
262    /* Define to 1 if you have the `table' function. */
263    #undef HAVE_TABLE
264    
265    /* Define to 1 if you have the `times' function. */
266  #undef HAVE_TIMES  #undef HAVE_TIMES
267    
268  /* Define if you have the tmpnam function.  */  /* Define to 1 if you have the <time.h> header file. */
269    #undef HAVE_TIME_H
270    
271    /* Define to 1 if you have the `tmpnam' function. */
272  #undef HAVE_TMPNAM  #undef HAVE_TMPNAM
273    
274  /* Define if you have the vasprintf function.  */  /* Define if you have the \`uintptr_t' type. */
275    #undef HAVE_UINTPTR_T
276    
277    /* Define to 1 if you have the <unistd.h> header file. */
278    #undef HAVE_UNISTD_H
279    
280    /* Define to 1 if you have the `vasprintf' function. */
281  #undef HAVE_VASPRINTF  #undef HAVE_VASPRINTF
282    
283  /* Define if you have the vfprintf function.  */  /* Define to 1 if you have the `vfork' function. */
284    #undef HAVE_VFORK
285    
286    /* Define to 1 if you have the <vfork.h> header file. */
287    #undef HAVE_VFORK_H
288    
289    /* Define to 1 if you have the `vfprintf' function. */
290  #undef HAVE_VFPRINTF  #undef HAVE_VFPRINTF
291    
292  /* Define if you have the vprintf function.  */  /* Define to 1 if you have the `vprintf' function. */
293  #undef HAVE_VPRINTF  #undef HAVE_VPRINTF
294    
295  /* Define if you have the vsprintf function.  */  /* Define to 1 if you have the `vsnprintf' function. */
296    #undef HAVE_VSNPRINTF
297    
298    /* Define to 1 if you have the `vsprintf' function. */
299  #undef HAVE_VSPRINTF  #undef HAVE_VSPRINTF
300    
301  /* Define if you have the waitpid function.  */  /* Define to 1 if you have the `waitpid' function. */
302  #undef HAVE_WAITPID  #undef HAVE_WAITPID
303    
304  /* Define if you have the <alloca.h> header file.  */  /* Define to 1 if `fork' works. */
305  #undef HAVE_ALLOCA_H  #undef HAVE_WORKING_FORK
306    
307  /* Define if you have the <dlfcn.h> header file.  */  /* Define to 1 if `vfork' works. */
308  #undef HAVE_DLFCN_H  #undef HAVE_WORKING_VFORK
309    
310  /* Define if you have the <fcntl.h> header file.  */  /* Define to 1 if you have the `_doprnt' function. */
311  #undef HAVE_FCNTL_H  #undef HAVE__DOPRNT
312    
313  /* Define if you have the <limits.h> header file.  */  /* Define if you have the _system_configuration variable. */
314  #undef HAVE_LIMITS_H  #undef HAVE__SYSTEM_CONFIGURATION
315    
316  /* Define if you have the <stdlib.h> header file.  */  /* Define if the host machine stores words of multi-word integers in
317  #undef HAVE_STDLIB_H     big-endian order. */
318    #undef HOST_WORDS_BIG_ENDIAN
319    
320  /* Define if you have the <string.h> header file.  */  /* Define if canonicalize_file_name is not declared in system header files. */
321  #undef HAVE_STRING_H  #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
   
 /* Define if you have the <strings.h> header file.  */  
 #undef HAVE_STRINGS_H  
322    
323  /* Define if you have the <sys/file.h> header file.  */  /* Define if errno must be declared even when <errno.h> is included. */
324  #undef HAVE_SYS_FILE_H  #undef NEED_DECLARATION_ERRNO
325    
326  /* Define if you have the <sys/mman.h> header file.  */  /* Define to 1 if your C compiler doesn't accept -c and -o together. */
327  #undef HAVE_SYS_MMAN_H  #undef NO_MINUS_C_MINUS_O
328    
329  /* Define if you have the <sys/param.h> header file.  */  /* Define to the address where bug reports for this package should be sent. */
330  #undef HAVE_SYS_PARAM_H  #undef PACKAGE_BUGREPORT
331    
332  /* Define if you have the <sys/resource.h> header file.  */  /* Define to the full name of this package. */
333  #undef HAVE_SYS_RESOURCE_H  #undef PACKAGE_NAME
334    
335  /* Define if you have the <sys/stat.h> header file.  */  /* Define to the full name and version of this package. */
336  #undef HAVE_SYS_STAT_H  #undef PACKAGE_STRING
337    
338  /* Define if you have the <sys/time.h> header file.  */  /* Define to the one symbol short name of this package. */
339  #undef HAVE_SYS_TIME_H  #undef PACKAGE_TARNAME
340    
341  /* Define if you have the <time.h> header file.  */  /* Define to the version of this package. */
342  #undef HAVE_TIME_H  #undef PACKAGE_VERSION
343    
344  /* Define if you have the <unistd.h> header file.  */  /* The size of a `int', as computed by sizeof. */
345  #undef HAVE_UNISTD_H  #undef SIZEOF_INT
346    
347  /* Define if errno must be declared even when <errno.h> is included. */  /* Define if you know the direction of stack growth for your system; otherwise
348  #undef NEED_DECLARATION_ERRNO     it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
349       toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
350       STACK_DIRECTION = 0 => direction of growth unknown */
351    #undef STACK_DIRECTION
352    
353  /* Define if you have the `uintptr_t' type. */  /* Define to 1 if you have the ANSI C header files. */
354  #undef HAVE_UINTPTR_T  #undef STDC_HEADERS
355    
356  /* Define if weak symbol works. */  /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
357  #undef HAVE_WEAK_SYMBOL  #undef TIME_WITH_SYS_TIME
358    
359  /* Define if dlopen exists. */  /* Define to an unsigned 64-bit type available in the compiler. */
360  #undef HAVE_DLOPEN  #undef UNSIGNED_64BIT_TYPE
361    
362  /* Define if you have the sys_errlist variable. */  /* whether byteorder is bigendian */
363  #undef HAVE_SYS_ERRLIST  #undef WORDS_BIGENDIAN
364    
365  /* Define if you have the sys_nerr variable. */  /* Define to empty if `const' does not conform to ANSI C. */
366  #undef HAVE_SYS_NERR  #undef const
367    
368  /* Define if you have the sys_siglist variable. */  /* Define to `__inline__' or `__inline' if that's what the C compiler
369  #undef HAVE_SYS_SIGLIST     calls it, or to nothing if 'inline' is not supported under any name.  */
370    #ifndef __cplusplus
371    #undef inline
372    #endif
373    
374  /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP  /* Define to `int' if <sys/types.h> does not define. */
375     systems. This function is required for alloca.c support on those  #undef pid_t
    systems. */  
 #undef CRAY_STACKSEG_END  
376    
377  /* Define if you know the direction of stack growth for your system;  /* Define to `unsigned long' if <sys/types.h> does not define. */
378     otherwise it will be automatically deduced at run-time.  #undef uintptr_t
         STACK_DIRECTION > 0 => grows toward higher addresses  
         STACK_DIRECTION < 0 => grows toward lower addresses  
         STACK_DIRECTION = 0 => direction of growth unknown */  
 #undef STACK_DIRECTION  
379    
380    /* Define as `fork' if `vfork' does not work. */
381    #undef vfork

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.20.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26