Changeset 3140 in kBuild for trunk/src/kmk/config.h-vms.template
- Timestamp:
- Mar 14, 2018 9:28:10 PM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
-
Property svn:mergeinfo
set to
/vendor/gnumake/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/src/kmk/config.h-vms.template
r2591 r3140 1 1 /* config.h-vms. Generated by hand by Klaus Kämpf <[email protected]> -*-C-*- 2 2 3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 4 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3 Copyright (C) 1996-2016 Free Software Foundation, Inc. 5 4 This file is part of GNU Make. 6 5 … … 18 17 19 18 /* 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 21 26 22 27 /* Define to 1 if on AIX 3. … … 36 41 /* #undef HAVE_GETTEXT */ 37 42 43 /* Embed GNU Guile support */ 44 /* #undef HAVE_GUILE */ 45 38 46 /* Define to 1 if your locale.h file contains LC_MESSAGES. */ 39 47 /* #undef HAVE_LC_MESSAGES */ … … 58 66 /* #undef DGUX */ 59 67 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. */ 61 69 /* #undef GETLOADAVG_PRIVILEGED */ 62 70 63 /* Define to `unsigned long' or `unsigned long long'71 /* Define to 'unsigned long' or 'unsigned long long' 64 72 if <inttypes.h> doesn't define. */ 65 73 #define uintmax_t unsigned long 66 74 67 /* Define to `int' if <sys/types.h> doesn't define. */75 /* Define to 'int' if <sys/types.h> doesn't define. */ 68 76 /* #undef gid_t */ 69 77 … … 74 82 /* #undef HAVE_ALLOCA_H */ 75 83 76 /* Define to 1 if you don't have vprintf but do have _doprnt. */77 /* #undef HAVE_DOPRNT */78 79 84 /* Define to 1 if you have the fdopen function. */ 80 85 #define HAVE_FDOPEN 1 … … 83 88 /* #undef HAVE_FNMATCH */ 84 89 85 /* Define to 1 if your system has its own `getloadavg' function. */90 /* Define to 1 if your system has its own 'getloadavg' function. */ 86 91 /* #undef HAVE_GETLOADAVG */ 87 92 … … 89 94 /* #undef HAVE_GETMNTENT */ 90 95 91 /* Define to 1 if the `long double' type works. */96 /* Define to 1 if the 'long double' type works. */ 92 97 /* #undef HAVE_LONG_DOUBLE */ 93 98 … … 95 100 #define HAVE_LONG_FILE_NAMES 1 96 101 97 /* Define to 1 if you have a working `mmap' system call. */102 /* Define to 1 if you have a working 'mmap' system call. */ 98 103 /* #undef HAVE_MMAP */ 99 104 … … 111 116 /* #undef HAVE_STRCOLL */ 112 117 118 /* Define to 1 if you have the strncasecmp' function. */ 119 #if __CRTL_VER >= 70000000 120 #define HAVE_STRNCASECMP 1 121 #endif 122 113 123 /* Define to 1 if your struct stat has st_rdev. */ 114 124 /* #undef HAVE_ST_RDEV */ … … 135 145 /* #undef HAVE_UTIME_NULL */ 136 146 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 1142 143 147 /* Define to 1 if you have the wait3 system call. */ 144 148 /* #undef HAVE_WAIT3 */ … … 156 160 /* #undef NO_MINUS_C_MINUS_O */ 157 161 158 /* Define to `int' if <sys/types.h> doesn't define. */162 /* Define to 'int' if <sys/types.h> doesn't define. */ 159 163 /* I assume types.h is available for all 5.0 cc/cxx compilers */ 160 164 #if __DECC_VER < 50090000 … … 180 184 direction of stack growth for your system; otherwise it will be 181 185 automatically deduced at run-time. 182 183 184 186 STACK_DIRECTION > 0 => grows toward higher addresses 187 STACK_DIRECTION < 0 => grows toward lower addresses 188 STACK_DIRECTION = 0 => direction of growth unknown 185 189 */ 186 190 /* #undef STACK_DIRECTION */ 187 191 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. */ 189 193 /* #undef STAT_MACROS_BROKEN */ 190 194 … … 195 199 /* #undef SVR4 */ 196 200 197 /* Define to 1 if `sys_siglist' is declared by <signal.h>. */201 /* Define to 1 if 'sys_siglist' is declared by <signal.h>. */ 198 202 /* #undef SYS_SIGLIST_DECLARED */ 199 203 200 /* Define to `int' if <sys/types.h> doesn't define. */204 /* Define to 'int' if <sys/types.h> doesn't define. */ 201 205 #if __DECC_VER < 50090000 202 206 #define uid_t int … … 210 214 /* #undef UMAX4_3 */ 211 215 212 /* Define vfork as fork if vfork does not work. */213 /* #undef vfork */214 215 216 /* Name of this package (needed by automake) */ 216 217 #define PACKAGE "%PACKAGE%" … … 219 220 #define VERSION "%VERSION%" 220 221 221 /* Define to the name of the SCCS `get' command. */222 /* Define to the name of the SCCS 'get' command. */ 222 223 /* #undef SCCS_GET */ 223 224 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. */ 225 226 /* #undef SCCS_GET_MINUS_G */ 226 227 … … 232 233 /* #undef ST_MTIM_NSEC */ 233 234 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'. */ 235 236 /* #undefine HAVE_SYS_SIGLIST */ 236 237 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'. */ 238 239 /* #undef HAVE__SYS_SIGLIST */ 239 240 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>. */ 241 242 /* #undef HAVE_UNION_WAIT */ 242 243 … … 255 256 /* Define to 1 if you have the gethostname function. */ 256 257 /* #undef HAVE_GETHOSTNAME */ 257 258 /* Define to 1 if you have the getloadavg function. */259 /* #undef HAVE_GETLOADAVG */260 258 261 259 /* Define to 1 if you have the memmove function. */ … … 333 331 /* #undef HAVE_NDIR_H */ 334 332 335 /* Define to 1 if your compiler conforms to the ANSI C standard. */336 #define HAVE_ANSI_COMPILER 1337 338 /* Define to 1 if you have the <stdarg.h> header file. */339 #define HAVE_STDARG_H 1340 341 333 /* Define to 1 if you have the <stdlib.h> header file. */ 342 334 #define HAVE_STDLIB_H 1 … … 370 362 /* Define to 1 if you have the sun library (-lsun). */ 371 363 /* #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 */ 372 370 373 371 /* Use high resolution file timestamps if nonzero. */ … … 387 385 /* #undef _DIRENT_HAVE_D_NAMLEN */ 388 386 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 398 390 #endif 399 391 … … 421 413 /* Define if using alloca.c. */ 422 414 /* #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 427 430 428 431 /* Build host information. */
Note:
See TracChangeset
for help on using the changeset viewer.