Changeset 3140 for trunk/src/kmk/configh.dos.template
- Timestamp:
- Mar 14, 2018, 10: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/configh.dos.template
r2591 r3140 1 1 /* configh.dos -- hand-massaged config.h file for MS-DOS builds -*-C-*- 2 2 3 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 4 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3 Copyright (C) 1994-2016 Free Software Foundation, Inc. 5 4 This file is part of GNU Make. 6 5 … … 26 25 #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 1 27 26 28 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */27 /* Define to 1 if 'sys_siglist' is declared by <signal.h> or <unistd.h>. */ 29 28 # define SYS_SIGLIST_DECLARED 1 30 29 31 /* Define to 1 if the C library defines the variable `_sys_siglist'. */30 /* Define to 1 if the C library defines the variable '_sys_siglist'. */ 32 31 # define HAVE_DECL_SYS_SIGLIST 1 33 32 … … 42 41 #define FILE_TIMESTAMP_HI_RES 0 43 42 44 /* Define to 1 if you have `alloca', as a function or macro. */43 /* Define to 1 if you have 'alloca', as a function or macro. */ 45 44 #define HAVE_ALLOCA 1 46 45 … … 48 47 #define HAVE_FDOPEN 1 49 48 50 /* Define to 1 if you have the `getgroups' function. */49 /* Define to 1 if you have the 'getgroups' function. */ 51 50 #define HAVE_GETGROUPS 1 52 51 … … 57 56 #define HAVE_MKSTEMP 1 58 57 59 /* Define to 1 if you have the `mktemp' function. */58 /* Define to 1 if you have the 'mktemp' function. */ 60 59 #define HAVE_MKTEMP 1 61 60 62 /* Define to 1 if you have the `setlinebuf' function. */61 /* Define to 1 if you have the 'setlinebuf' function. */ 63 62 #define HAVE_SETLINEBUF 1 64 63 65 /* Define to 1 if you have the `setvbuf' function. */64 /* Define to 1 if you have the 'setvbuf' function. */ 66 65 #define HAVE_SETVBUF 1 67 66 68 67 #define SCCS_GET "get" 69 68 70 /* Define to `unsigned long' or `unsigned long long'69 /* Define to 'unsigned long' or 'unsigned long long' 71 70 if <inttypes.h> doesn't define. */ 72 71 #define uintmax_t unsigned long long … … 78 77 #define HAVE_SELECT 1 79 78 80 /* Define to 1 if your compiler conforms to the ANSI C standard. */81 #define HAVE_ANSI_COMPILER 182 83 /* Define to 1 if you have the <stdarg.h> header file. */84 #define HAVE_STDARG_H 185 86 /* Define to 1 if you have the vprintf library function. */87 #undef HAVE_VPRINTF88 #define HAVE_VPRINTF 189 90 79 /* Define to 1 if you have the stricmp function. */ 91 80 #define HAVE_STRICMP 1 81 82 /* Define to 1 if you have the 'strncasecmp' function. */ 83 #define HAVE_STRNCASECMP 1 92 84 93 85 /* Name of the package */ … … 109 101 #define PACKAGE_VERSION "%VERSION%" 110 102 111 /* Define to 1 if the C compiler supports function prototypes.*/112 #define PROTOTYPES 1103 /* Output sync sypport */ 104 #define NO_OUTPUT_SYNC 113 105 114 106 /* Version number of package */
Note:
See TracChangeset
for help on using the changeset viewer.