/[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.1 by jsm, Tue Oct 26 07:10:16 1999 UTC revision 1.2 by pdm, Mon Dec 10 23:03:27 2001 UTC
# Line 3  Line 3 
3  /* Define if using alloca.c.  */  /* Define if using alloca.c.  */
4  #undef C_ALLOCA  #undef C_ALLOCA
5    
6    /* Define to empty if the keyword does not work.  */
7    #undef const
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
# Line 13  Line 16 
16  /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */  /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17  #undef HAVE_ALLOCA_H  #undef HAVE_ALLOCA_H
18    
19    /* Define if you have a working `mmap' system call.  */
20    #undef HAVE_MMAP
21    
22  /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */  /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
23  #undef HAVE_SYS_WAIT_H  #undef HAVE_SYS_WAIT_H
24    
25  /* Define if you have <vfork.h>.  */  /* Define if you have <vfork.h>.  */
26  #undef HAVE_VFORK_H  #undef HAVE_VFORK_H
27    
28    /* Define as __inline if that's what the C compiler calls it.  */
29    #undef inline
30    
31  /* Define to `int' if <sys/types.h> doesn't define.  */  /* Define to `int' if <sys/types.h> doesn't define.  */
32  #undef pid_t  #undef pid_t
33    
# Line 37  Line 46 
46  /* Define if you have the ANSI C header files.  */  /* Define if you have the ANSI C header files.  */
47  #undef STDC_HEADERS  #undef STDC_HEADERS
48    
49    /* Define if you can safely include both <sys/time.h> and <time.h>.  */
50    #undef TIME_WITH_SYS_TIME
51    
52  /* Define vfork as fork if vfork does not work.  */  /* Define vfork as fork if vfork does not work.  */
53  #undef vfork  #undef vfork
54    
 /* Define if you have the sys_errlist variable.  */  
 #undef HAVE_SYS_ERRLIST  
   
 /* Define if you have the sys_nerr variable.  */  
 #undef HAVE_SYS_NERR  
   
 /* Define if you have the sys_siglist variable.  */  
 #undef HAVE_SYS_SIGLIST  
   
 /* Define if you have the strerror function.  */  
 #undef HAVE_STRERROR  
   
55  /* Define if you have the asprintf function.  */  /* Define if you have the asprintf function.  */
56  #undef HAVE_ASPRINTF  #undef HAVE_ASPRINTF
57    
# Line 67  Line 67 
67  /* Define if you have the bcopy function.  */  /* Define if you have the bcopy function.  */
68  #undef HAVE_BCOPY  #undef HAVE_BCOPY
69    
70    /* Define if you have the bsearch function.  */
71    #undef HAVE_BSEARCH
72    
73  /* Define if you have the bzero function.  */  /* Define if you have the bzero function.  */
74  #undef HAVE_BZERO  #undef HAVE_BZERO
75    
# Line 196  Line 199 
199  /* Define if you have the waitpid function.  */  /* Define if you have the waitpid function.  */
200  #undef HAVE_WAITPID  #undef HAVE_WAITPID
201    
202    /* Define if you have the <fcntl.h> header file.  */
203    #undef HAVE_FCNTL_H
204    
205    /* Define if you have the <limits.h> header file.  */
206    #undef HAVE_LIMITS_H
207    
208  /* Define if you have the <stdlib.h> header file.  */  /* Define if you have the <stdlib.h> header file.  */
209  #undef HAVE_STDLIB_H  #undef HAVE_STDLIB_H
210    
# Line 208  Line 217 
217  /* Define if you have the <sys/file.h> header file.  */  /* Define if you have the <sys/file.h> header file.  */
218  #undef HAVE_SYS_FILE_H  #undef HAVE_SYS_FILE_H
219    
220    /* Define if you have the <sys/mman.h> header file.  */
221    #undef HAVE_SYS_MMAN_H
222    
223  /* Define if you have the <sys/param.h> header file.  */  /* Define if you have the <sys/param.h> header file.  */
224  #undef HAVE_SYS_PARAM_H  #undef HAVE_SYS_PARAM_H
225    
226  /* Define if you have the <sys/resource.h> header file.  */  /* Define if you have the <sys/resource.h> header file.  */
227  #undef HAVE_SYS_RESOURCE_H  #undef HAVE_SYS_RESOURCE_H
228    
229    /* Define if you have the <sys/stat.h> header file.  */
230    #undef HAVE_SYS_STAT_H
231    
232  /* Define if you have the <sys/time.h> header file.  */  /* Define if you have the <sys/time.h> header file.  */
233  #undef HAVE_SYS_TIME_H  #undef HAVE_SYS_TIME_H
234    
235    /* Define if you have the <time.h> header file.  */
236    #undef HAVE_TIME_H
237    
238  /* Define if you have the <unistd.h> header file.  */  /* Define if you have the <unistd.h> header file.  */
239  #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
240    
241    /* Define if errno must be declared even when <errno.h> is included. */
242    #undef NEED_DECLARATION_ERRNO
243    
244    /* Define if you have the sys_errlist variable. */
245    #undef HAVE_SYS_ERRLIST
246    
247    /* Define if you have the sys_nerr variable. */
248    #undef HAVE_SYS_NERR
249    
250    /* Define if you have the sys_siglist variable. */
251    #undef HAVE_SYS_SIGLIST
252    

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

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