VirtualBox

Changeset 3140 in kBuild for trunk/src/kmk/config.h-vms.template


Ignore:
Timestamp:
Mar 14, 2018 9:28:10 PM (7 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6 / https://git.savannah.gnu.org/git/make.git).

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

  • trunk/src/kmk/config.h-vms.template

    r2591 r3140  
    11/* config.h-vms. Generated by hand by Klaus Kämpf <[email protected]>      -*-C-*-
    22
    3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    4 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     3Copyright (C) 1996-2016 Free Software Foundation, Inc.
    54This file is part of GNU Make.
    65
     
    1817
    1918/* config.h.  Generated automatically by configure.  */
    20 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
     19/* config.h.in.  Generated automatically from configure.ac by autoheader.  */
     20
     21/* Pull in types.h here to get __CRTL_VER defined for old versions of the
     22   compiler which don't define it. */
     23#ifdef __DECC
     24# include <types.h>
     25#endif
    2126
    2227/* Define to 1 if on AIX 3.
     
    3641/* #undef HAVE_GETTEXT */
    3742
     43/* Embed GNU Guile support */
     44/* #undef HAVE_GUILE */
     45
    3846/* Define to 1 if your locale.h file contains LC_MESSAGES.  */
    3947/* #undef HAVE_LC_MESSAGES */
     
    5866/* #undef DGUX */
    5967
    60 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.  */
     68/* Define to 1 if the 'getloadavg' function needs to be run setuid or setgid.  */
    6169/* #undef GETLOADAVG_PRIVILEGED */
    6270
    63 /* Define to `unsigned long' or `unsigned long long'
     71/* Define to 'unsigned long' or 'unsigned long long'
    6472   if <inttypes.h> doesn't define.  */
    6573#define uintmax_t unsigned long
    6674
    67 /* Define to `int' if <sys/types.h> doesn't define.  */
     75/* Define to 'int' if <sys/types.h> doesn't define.  */
    6876/* #undef gid_t */
    6977
     
    7482/* #undef HAVE_ALLOCA_H */
    7583
    76 /* Define to 1 if you don't have vprintf but do have _doprnt.  */
    77 /* #undef HAVE_DOPRNT */
    78 
    7984/* Define to 1 if you have the fdopen function.  */
    8085#define HAVE_FDOPEN 1
     
    8388/* #undef HAVE_FNMATCH */
    8489
    85 /* Define to 1 if your system has its own `getloadavg' function.  */
     90/* Define to 1 if your system has its own 'getloadavg' function.  */
    8691/* #undef HAVE_GETLOADAVG */
    8792
     
    8994/* #undef HAVE_GETMNTENT */
    9095
    91 /* Define to 1 if the `long double' type works.  */
     96/* Define to 1 if the 'long double' type works.  */
    9297/* #undef HAVE_LONG_DOUBLE */
    9398
     
    95100#define HAVE_LONG_FILE_NAMES 1
    96101
    97 /* Define to 1 if you have a working `mmap' system call.  */
     102/* Define to 1 if you have a working 'mmap' system call.  */
    98103/* #undef HAVE_MMAP */
    99104
     
    111116/* #undef HAVE_STRCOLL */
    112117
     118/* Define to 1 if you have the strncasecmp' function. */
     119#if __CRTL_VER >= 70000000
     120#define HAVE_STRNCASECMP 1
     121#endif
     122
    113123/* Define to 1 if your struct stat has st_rdev.  */
    114124/* #undef HAVE_ST_RDEV */
     
    135145/* #undef HAVE_UTIME_NULL */
    136146
    137 /* Define to 1 if you have <vfork.h>.  */
    138 /* #undef HAVE_VFORK_H */
    139 
    140 /* Define to 1 if you have the vprintf function.  */
    141 #define HAVE_VPRINTF 1
    142 
    143147/* Define to 1 if you have the wait3 system call.  */
    144148/* #undef HAVE_WAIT3 */
     
    156160/* #undef NO_MINUS_C_MINUS_O */
    157161
    158 /* Define to `int' if <sys/types.h> doesn't define.  */
     162/* Define to 'int' if <sys/types.h> doesn't define.  */
    159163/* I assume types.h is available for all 5.0 cc/cxx compilers */
    160164#if __DECC_VER < 50090000
     
    180184   direction of stack growth for your system; otherwise it will be
    181185   automatically deduced at run-time.
    182         STACK_DIRECTION > 0 => grows toward higher addresses
    183         STACK_DIRECTION < 0 => grows toward lower addresses
    184         STACK_DIRECTION = 0 => direction of growth unknown
     186        STACK_DIRECTION > 0 => grows toward higher addresses
     187        STACK_DIRECTION < 0 => grows toward lower addresses
     188        STACK_DIRECTION = 0 => direction of growth unknown
    185189 */
    186190/* #undef STACK_DIRECTION */
    187191
    188 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
     192/* Define to 1 if the 'S_IS*' macros in <sys/stat.h> do not work properly.  */
    189193/* #undef STAT_MACROS_BROKEN */
    190194
     
    195199/* #undef SVR4 */
    196200
    197 /* Define to 1 if `sys_siglist' is declared by <signal.h>.  */
     201/* Define to 1 if 'sys_siglist' is declared by <signal.h>.  */
    198202/* #undef SYS_SIGLIST_DECLARED */
    199203
    200 /* Define to `int' if <sys/types.h> doesn't define.  */
     204/* Define to 'int' if <sys/types.h> doesn't define.  */
    201205#if __DECC_VER < 50090000
    202206#define uid_t int
     
    210214/* #undef UMAX4_3 */
    211215
    212 /* Define vfork as fork if vfork does not work.  */
    213 /* #undef vfork */
    214 
    215216/* Name of this package (needed by automake) */
    216217#define PACKAGE "%PACKAGE%"
     
    219220#define VERSION "%VERSION%"
    220221
    221 /* Define to the name of the SCCS `get' command.  */
     222/* Define to the name of the SCCS 'get' command.  */
    222223/* #undef SCCS_GET */
    223224
    224 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
     225/* Define this if the SCCS 'get' command understands the '-G<file>' option.  */
    225226/* #undef SCCS_GET_MINUS_G */
    226227
     
    232233/* #undef ST_MTIM_NSEC */
    233234
    234 /* Define to 1 if the C library defines the variable `sys_siglist'.  */
     235/* Define to 1 if the C library defines the variable 'sys_siglist'.  */
    235236/* #undefine HAVE_SYS_SIGLIST */
    236237
    237 /* Define to 1 if the C library defines the variable `_sys_siglist'.  */
     238/* Define to 1 if the C library defines the variable '_sys_siglist'.  */
    238239/* #undef HAVE__SYS_SIGLIST */
    239240
    240 /* Define to 1 if you have the `union wait' type in <sys/wait.h>.  */
     241/* Define to 1 if you have the 'union wait' type in <sys/wait.h>.  */
    241242/* #undef HAVE_UNION_WAIT */
    242243
     
    255256/* Define to 1 if you have the gethostname function.  */
    256257/* #undef HAVE_GETHOSTNAME */
    257 
    258 /* Define to 1 if you have the getloadavg function.  */
    259 /* #undef HAVE_GETLOADAVG */
    260258
    261259/* Define to 1 if you have the memmove function.  */
     
    333331/* #undef HAVE_NDIR_H */
    334332
    335 /* Define to 1 if your compiler conforms to the ANSI C standard. */
    336 #define HAVE_ANSI_COMPILER 1
    337 
    338 /* Define to 1 if you have the <stdarg.h> header file. */
    339 #define HAVE_STDARG_H 1
    340 
    341333/* Define to 1 if you have the <stdlib.h> header file.  */
    342334#define HAVE_STDLIB_H 1
     
    370362/* Define to 1 if you have the sun library (-lsun).  */
    371363/* #undef HAVE_LIBSUN */
     364
     365/* Define to 1 if you have the `isatty' function. */
     366/* #undef HAVE_ISATTY */
     367
     368/* Define to 1 if you have the `ttyname' function. */
     369/* #undef HAVE_TTYNAME */
    372370
    373371/* Use high resolution file timestamps if nonzero. */
     
    387385/* #undef _DIRENT_HAVE_D_NAMLEN */
    388386
    389 /* On older systems without 7.0 backport of CRTL the first one is defined */
    390 #ifdef __CRTL_VER
    391 # if __CRTL_VER < 70000000
    392 #  define HAVE_VMSDIR_H 1
    393 # endif
    394 #else
    395 # if __VMS_VER < 70000000
    396 #  define HAVE_VMSDIR_H 1
    397 # endif
     387/* On older systems without 7.0 backport of CRTL use non-VMS code for opendir() etc. */
     388#if __CRTL_VER < 70000000
     389# define HAVE_VMSDIR_H 1
    398390#endif
    399391
     
    421413/* Define if using alloca.c.  */
    422414/* #undef C_ALLOCA */
    423 /* maybe this should be placed into make.h */
    424 #if     defined(__VAX) && defined(__DECC)
    425 #define alloca(n)       __ALLOCA(n)
    426 #endif
     415/* maybe this should be placed into makeint.h */
     416#if     defined(__VAX) && defined(__DECC)
     417#define alloca(n)       __ALLOCA(n)
     418#endif
     419
     420/* Output sync sypport */
     421#define NO_OUTPUT_SYNC
     422
     423/* Define to 1 to write even short single-line actions into a VMS/DCL command
     424   file; this also enables exporting make environment variables into the
     425   (sub-)process, which executes the action.
     426   The usual make rules apply whether a shell variable - here a DCL symbol or
     427   VMS logical [see CRTL getenv()] - is added to the make environment and
     428   is exported. */
     429#define USE_DCL_COM_FILE 1
    427430
    428431/* Build host information. */
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