Changeset 1391 for branches/GNU/src/gcc/libiberty/config.in
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libiberty/config.in (modified) (12 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libiberty/config.in
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 16 16 #undef inline 17 17 18 /* Define if your C compiler doesn't accept -c and -o together. */ 19 #undef NO_MINUS_C_MINUS_O 20 18 21 /* Define to `int' if <sys/types.h> doesn't define. */ 19 22 #undef pid_t … … 31 34 #undef vfork 32 35 36 /* Define to `unsigned long' if <sys/types.h> doesn't define. */ 37 #undef uintptr_t 38 33 39 /* Define if you have the _doprnt function. */ 34 40 #undef HAVE__DOPRNT … … 58 64 #undef HAVE_CALLOC 59 65 66 /* Define if you have the canonicalize_file_name function. */ 67 #undef HAVE_CANONICALIZE_FILE_NAME 68 60 69 /* Define if you have the clock function. */ 61 70 #undef HAVE_CLOCK … … 73 82 #undef HAVE_GETRUSAGE 74 83 84 /* Define if you have the getsysinfo function. */ 85 #undef HAVE_GETSYSINFO 86 75 87 /* Define if you have the gettimeofday function. */ 76 88 #undef HAVE_GETTIMEOFDAY … … 106 118 #undef HAVE_PSIGNAL 107 119 120 /* Define if you have the pstat_getdynamic function. */ 121 #undef HAVE_PSTAT_GETDYNAMIC 122 123 /* Define if you have the pstat_getstatic function. */ 124 #undef HAVE_PSTAT_GETSTATIC 125 108 126 /* Define if you have the putenv function. */ 109 127 #undef HAVE_PUTENV … … 112 130 #undef HAVE_RANDOM 113 131 132 /* Define if you have the realpath function. */ 133 #undef HAVE_REALPATH 134 114 135 /* Define if you have the rename function. */ 115 136 #undef HAVE_RENAME … … 163 184 #undef HAVE_SYSCONF 164 185 186 /* Define if you have the sysctl function. */ 187 #undef HAVE_SYSCTL 188 189 /* Define if you have the sysmp function. */ 190 #undef HAVE_SYSMP 191 192 /* Define if you have the table function. */ 193 #undef HAVE_TABLE 194 165 195 /* Define if you have the times function. */ 166 196 #undef HAVE_TIMES … … 193 223 #undef HAVE_LIMITS_H 194 224 225 /* Define if you have the <machine/hal_sysinfo.h> header file. */ 226 #undef HAVE_MACHINE_HAL_SYSINFO_H 227 195 228 /* Define if you have the <stdlib.h> header file. */ 196 229 #undef HAVE_STDLIB_H … … 211 244 #undef HAVE_SYS_PARAM_H 212 245 246 /* Define if you have the <sys/pstat.h> header file. */ 247 #undef HAVE_SYS_PSTAT_H 248 213 249 /* Define if you have the <sys/resource.h> header file. */ 214 250 #undef HAVE_SYS_RESOURCE_H … … 217 253 #undef HAVE_SYS_STAT_H 218 254 255 /* Define if you have the <sys/sysctl.h> header file. */ 256 #undef HAVE_SYS_SYSCTL_H 257 258 /* Define if you have the <sys/sysinfo.h> header file. */ 259 #undef HAVE_SYS_SYSINFO_H 260 261 /* Define if you have the <sys/sysmp.h> header file. */ 262 #undef HAVE_SYS_SYSMP_H 263 264 /* Define if you have the <sys/systemcfg.h> header file. */ 265 #undef HAVE_SYS_SYSTEMCFG_H 266 267 /* Define if you have the <sys/table.h> header file. */ 268 #undef HAVE_SYS_TABLE_H 269 219 270 /* Define if you have the <sys/time.h> header file. */ 220 271 #undef HAVE_SYS_TIME_H … … 225 276 /* Define if you have the <unistd.h> header file. */ 226 277 #undef HAVE_UNISTD_H 278 279 /* Define if you have the <malloc.h> header file. */ 280 #undef HAVE_MALLOC_H 227 281 228 282 /* Define if errno must be declared even when <errno.h> is included. */ … … 253 307 #undef STACK_DIRECTION 254 308 309 /* Define if you have the _system_configuration variable. */ 310 #undef HAVE__SYSTEM_CONFIGURATION 311 312 /* Define if canonicalize_file_name is not declared in system header files. */ 313 #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME 314 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
