/[gnats]/gnats/libiberty/config.in
ViewVC logotype

Diff of /gnats/libiberty/config.in

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

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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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