Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libiberty/config.in

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    1616#undef inline
    1717
     18/* Define if your C compiler doesn't accept -c and -o together.  */
     19#undef NO_MINUS_C_MINUS_O
     20
    1821/* Define to `int' if <sys/types.h> doesn't define.  */
    1922#undef pid_t
     
    3134#undef vfork
    3235
     36/* Define to `unsigned long' if <sys/types.h> doesn't define.  */
     37#undef uintptr_t
     38
    3339/* Define if you have the _doprnt function.  */
    3440#undef HAVE__DOPRNT
     
    5864#undef HAVE_CALLOC
    5965
     66/* Define if you have the canonicalize_file_name function.  */
     67#undef HAVE_CANONICALIZE_FILE_NAME
     68
    6069/* Define if you have the clock function.  */
    6170#undef HAVE_CLOCK
     
    7382#undef HAVE_GETRUSAGE
    7483
     84/* Define if you have the getsysinfo function.  */
     85#undef HAVE_GETSYSINFO
     86
    7587/* Define if you have the gettimeofday function.  */
    7688#undef HAVE_GETTIMEOFDAY
     
    106118#undef HAVE_PSIGNAL
    107119
     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
    108126/* Define if you have the putenv function.  */
    109127#undef HAVE_PUTENV
     
    112130#undef HAVE_RANDOM
    113131
     132/* Define if you have the realpath function.  */
     133#undef HAVE_REALPATH
     134
    114135/* Define if you have the rename function.  */
    115136#undef HAVE_RENAME
     
    163184#undef HAVE_SYSCONF
    164185
     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
    165195/* Define if you have the times function.  */
    166196#undef HAVE_TIMES
     
    193223#undef HAVE_LIMITS_H
    194224
     225/* Define if you have the <machine/hal_sysinfo.h> header file.  */
     226#undef HAVE_MACHINE_HAL_SYSINFO_H
     227
    195228/* Define if you have the <stdlib.h> header file.  */
    196229#undef HAVE_STDLIB_H
     
    211244#undef HAVE_SYS_PARAM_H
    212245
     246/* Define if you have the <sys/pstat.h> header file.  */
     247#undef HAVE_SYS_PSTAT_H
     248
    213249/* Define if you have the <sys/resource.h> header file.  */
    214250#undef HAVE_SYS_RESOURCE_H
     
    217253#undef HAVE_SYS_STAT_H
    218254
     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
    219270/* Define if you have the <sys/time.h> header file.  */
    220271#undef HAVE_SYS_TIME_H
     
    225276/* Define if you have the <unistd.h> header file.  */
    226277#undef HAVE_UNISTD_H
     278
     279/* Define if you have the <malloc.h> header file.  */
     280#undef HAVE_MALLOC_H
    227281
    228282/* Define if errno must be declared even when <errno.h> is included. */
     
    253307#undef STACK_DIRECTION
    254308
     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
Note: See TracChangeset for help on using the changeset viewer.