VirtualBox

Ignore:
Timestamp:
Mar 12, 2018 7:32:29 PM (7 years ago)
Author:
bird
Message:

Imported make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6) from https://git.savannah.gnu.org/git/make.git.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/config.ami.template

    r2596 r3138  
    11/* config.h -- hand-massaged for Amiga                                  -*-C-*-
    2 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
    3 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     2Copyright (C) 1995-2016 Free Software Foundation, Inc.
    43This file is part of GNU Make.
    54
     
    1817/* Define if on AIX 3.
    1918   System headers sometimes define this.
    20    We just want to avoid a redefinition error message.  */
     19   We just want to avoid a redefinition error message.  */
    2120#ifndef _ALL_SOURCE
    2221/* #undef _ALL_SOURCE */
     
    3938/* #undef DGUX */
    4039
    41 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
     40/* Define if the 'getloadavg' function needs to be run setuid or setgid.  */
    4241/* #undef GETLOADAVG_PRIVILEGED */
    4342
    44 /* Define to `unsigned long' or `unsigned long long'
     43/* Define to 'unsigned long' or 'unsigned long long'
    4544   if <inttypes.h> doesn't define.  */
    4645#define uintmax_t unsigned long
    4746
    48 /* Define to `int' if <sys/types.h> doesn't define.  */
     47/* Define to 'int' if <sys/types.h> doesn't define.  */
    4948#define gid_t int
    5049
     
    5554/* #undef HAVE_ALLOCA_H */
    5655
    57 /* Define if you don't have vprintf but do have _doprnt.  */
    58 /* #undef HAVE_DOPRNT */
    59 
    6056/* Define if your system has a working fnmatch function.  */
    6157/* #undef HAVE_FNMATCH */
    6258
    63 /* Define if your system has its own `getloadavg' function.  */
     59/* Define if your system has its own 'getloadavg' function.  */
    6460/* #undef HAVE_GETLOADAVG */
    6561
     
    6763/* #undef HAVE_GETMNTENT */
    6864
    69 /* Define if the `long double' type works.  */
     65/* Embed GNU Guile support */
     66/* #undef HAVE_GUILE */
     67
     68/* Define if the 'long double' type works.  */
    7069/* #undef HAVE_LONG_DOUBLE */
    7170
    72 /* Define if you support file names longer than 14 characters.  */
     71/* Define if you support file names longer than 14 characters.  */
    7372#define HAVE_LONG_FILE_NAMES 1
    7473
    75 /* Define if you have a working `mmap' system call.  */
     74/* Define if you have a working 'mmap' system call.  */
    7675/* #undef HAVE_MMAP */
    7776
     
    8685/* #undef HAVE_ST_BLOCKS */
    8786
    88 /* Define if you have the strcoll function and it is properly defined.  */
     87/* Define if you have the strcoll function and it is properly defined.  */
    8988#define HAVE_STRCOLL 1
    9089
     
    9594#define HAVE_STRFTIME 1
    9695
    97 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
     96/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
    9897/* #undef HAVE_SYS_WAIT_H */
    9998
     
    111110/* #undef HAVE_UTIME_NULL */
    112111
    113 /* Define if you have <vfork.h>.  */
    114 /* #undef HAVE_VFORK_H */
    115 
    116 /* Define if you have the vprintf function.  */
    117 #define HAVE_VPRINTF 1
    118 
    119112/* Define if you have the wait3 system call.  */
    120113/* #undef HAVE_WAIT3 */
    121114
    122 /* Define if on MINIX.  */
     115/* Define if on MINIX.  */
    123116/* #undef _MINIX */
    124117
     
    132125/* #undef NO_MINUS_C_MINUS_O */
    133126
    134 /* Define to `int' if <sys/types.h> doesn't define.  */
     127/* Define to 'int' if <sys/types.h> doesn't define.  */
    135128#define pid_t int
    136129
     
    153146   direction of stack growth for your system; otherwise it will be
    154147   automatically deduced at run-time.
    155         STACK_DIRECTION > 0 => grows toward higher addresses
    156         STACK_DIRECTION < 0 => grows toward lower addresses
    157         STACK_DIRECTION = 0 => direction of growth unknown
     148        STACK_DIRECTION > 0 => grows toward higher addresses
     149        STACK_DIRECTION < 0 => grows toward lower addresses
     150        STACK_DIRECTION = 0 => direction of growth unknown
    158151 */
    159152#define STACK_DIRECTION -1
    160153
    161 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
     154/* Define if the 'S_IS*' macros in <sys/stat.h> do not work properly.  */
    162155/* #undef STAT_MACROS_BROKEN */
    163156
    164 /* Define if your compiler conforms to the ANSI C standard. */
    165 #define HAVE_ANSI_COMPILER 1
    166 
    167 /* Define if you have the ANSI C header files.  */
     157/* Define if you have the ANSI C header files.  */
    168158#define STDC_HEADERS
    169159
     
    171161/* #undef SVR4 */
    172162
    173 /* Define if `sys_siglist' is declared by <signal.h>.  */
     163/* Define if 'sys_siglist' is declared by <signal.h>.  */
    174164/* #undef SYS_SIGLIST_DECLARED */
    175165
    176 /* Define to `int' if <sys/types.h> doesn't define.  */
     166/* Define to 'int' if <sys/types.h> doesn't define.  */
    177167#define uid_t int
    178168
     
    184174/* #undef UMAX4_3 */
    185175
    186 /* Define vfork as fork if vfork does not work.  */
    187 /* #undef vfork */
    188 
    189176/* Name of this package (needed by automake) */
    190177#define PACKAGE "%PACKAGE%"
     
    193180#define VERSION "%VERSION%"
    194181
    195 /* Define to the name of the SCCS `get' command.  */
     182/* Define to the name of the SCCS 'get' command.  */
    196183#define SCCS_GET "get"
    197184
    198 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
     185/* Define this if the SCCS 'get' command understands the '-G<file>' option.  */
    199186/* #undef SCCS_GET_MINUS_G */
    200187
     
    206193/* #undef ST_MTIM_NSEC */
    207194
    208 /* Define this if the C library defines the variable `sys_siglist'.  */
     195/* Define this if the C library defines the variable 'sys_siglist'.  */
    209196/* #undef HAVE_SYS_SIGLIST */
    210197
    211 /* Define this if the C library defines the variable `_sys_siglist'.  */
     198/* Define this if the C library defines the variable '_sys_siglist'.  */
    212199/* #undef HAVE__SYS_SIGLIST */
    213200
    214 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
     201/* Define this if you have the 'union wait' type in <sys/wait.h>.  */
    215202/* #undef HAVE_UNION_WAIT */
    216203
     
    248235/* #undef HAVE_SETEUID */
    249236
    250 /* Define if you have the setlinebuf function.  */
     237/* Define if you have the setlinebuf function.  */
    251238/* #undef HAVE_SETLINEBUF */
    252239
     
    257244/* #undef HAVE_SETREUID */
    258245
    259 /* Define if you have the sigsetmask function.  */
     246/* Define if you have the sigsetmask function.  */
    260247/* #undef HAVE_SIGSETMASK */
    261248
     
    302289/* #undef HAVE_NDIR_H */
    303290
    304 /* Define to 1 if you have the <stdarg.h> header file. */
    305 #define HAVE_STDARG_H 1
    306 
    307291/* Define if you have the <stdlib.h> header file.  */
    308292/* #undef HAVE_STDLIB_H */
     
    335319/* #undef HAVE_LIBKSTAT */
    336320
     321/* Define to 1 if you have the `isatty' function. */
     322/* #undef HAVE_ISATTY */
     323
     324/* Define to 1 if you have the `ttyname' function. */
     325/* #undef HAVE_TTYNAME */
     326
    337327/* Define if you have the sun library (-lsun).  */
    338328/* #undef HAVE_LIBSUN */
    339329
     330/* Output sync sypport */
     331#define NO_OUTPUT_SYNC
     332
    340333/* Define for Case Insensitve behavior */
    341334#define HAVE_CASE_INSENSITIVE_FS
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette