Changeset 3138 in kBuild for vendor/gnumake/current/config.ami.template
- Timestamp:
- Mar 12, 2018 7:32:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/config.ami.template
r2596 r3138 1 1 /* 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. 2 Copyright (C) 1995-2016 Free Software Foundation, Inc. 4 3 This file is part of GNU Make. 5 4 … … 18 17 /* Define if on AIX 3. 19 18 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. */ 21 20 #ifndef _ALL_SOURCE 22 21 /* #undef _ALL_SOURCE */ … … 39 38 /* #undef DGUX */ 40 39 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. */ 42 41 /* #undef GETLOADAVG_PRIVILEGED */ 43 42 44 /* Define to `unsigned long' or `unsigned long long'43 /* Define to 'unsigned long' or 'unsigned long long' 45 44 if <inttypes.h> doesn't define. */ 46 45 #define uintmax_t unsigned long 47 46 48 /* Define to `int' if <sys/types.h> doesn't define. */47 /* Define to 'int' if <sys/types.h> doesn't define. */ 49 48 #define gid_t int 50 49 … … 55 54 /* #undef HAVE_ALLOCA_H */ 56 55 57 /* Define if you don't have vprintf but do have _doprnt. */58 /* #undef HAVE_DOPRNT */59 60 56 /* Define if your system has a working fnmatch function. */ 61 57 /* #undef HAVE_FNMATCH */ 62 58 63 /* Define if your system has its own `getloadavg' function. */59 /* Define if your system has its own 'getloadavg' function. */ 64 60 /* #undef HAVE_GETLOADAVG */ 65 61 … … 67 63 /* #undef HAVE_GETMNTENT */ 68 64 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. */ 70 69 /* #undef HAVE_LONG_DOUBLE */ 71 70 72 /* Define if you support file names longer than 14 characters. 71 /* Define if you support file names longer than 14 characters. */ 73 72 #define HAVE_LONG_FILE_NAMES 1 74 73 75 /* Define if you have a working `mmap' system call. */74 /* Define if you have a working 'mmap' system call. */ 76 75 /* #undef HAVE_MMAP */ 77 76 … … 86 85 /* #undef HAVE_ST_BLOCKS */ 87 86 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. */ 89 88 #define HAVE_STRCOLL 1 90 89 … … 95 94 #define HAVE_STRFTIME 1 96 95 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. */ 98 97 /* #undef HAVE_SYS_WAIT_H */ 99 98 … … 111 110 /* #undef HAVE_UTIME_NULL */ 112 111 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 1118 119 112 /* Define if you have the wait3 system call. */ 120 113 /* #undef HAVE_WAIT3 */ 121 114 122 /* Define if on MINIX. 115 /* Define if on MINIX. */ 123 116 /* #undef _MINIX */ 124 117 … … 132 125 /* #undef NO_MINUS_C_MINUS_O */ 133 126 134 /* Define to `int' if <sys/types.h> doesn't define. */127 /* Define to 'int' if <sys/types.h> doesn't define. */ 135 128 #define pid_t int 136 129 … … 153 146 direction of stack growth for your system; otherwise it will be 154 147 automatically deduced at run-time. 155 156 157 148 STACK_DIRECTION > 0 => grows toward higher addresses 149 STACK_DIRECTION < 0 => grows toward lower addresses 150 STACK_DIRECTION = 0 => direction of growth unknown 158 151 */ 159 152 #define STACK_DIRECTION -1 160 153 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. */ 162 155 /* #undef STAT_MACROS_BROKEN */ 163 156 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. */ 168 158 #define STDC_HEADERS 169 159 … … 171 161 /* #undef SVR4 */ 172 162 173 /* Define if `sys_siglist' is declared by <signal.h>. */163 /* Define if 'sys_siglist' is declared by <signal.h>. */ 174 164 /* #undef SYS_SIGLIST_DECLARED */ 175 165 176 /* Define to `int' if <sys/types.h> doesn't define. */166 /* Define to 'int' if <sys/types.h> doesn't define. */ 177 167 #define uid_t int 178 168 … … 184 174 /* #undef UMAX4_3 */ 185 175 186 /* Define vfork as fork if vfork does not work. */187 /* #undef vfork */188 189 176 /* Name of this package (needed by automake) */ 190 177 #define PACKAGE "%PACKAGE%" … … 193 180 #define VERSION "%VERSION%" 194 181 195 /* Define to the name of the SCCS `get' command. */182 /* Define to the name of the SCCS 'get' command. */ 196 183 #define SCCS_GET "get" 197 184 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. */ 199 186 /* #undef SCCS_GET_MINUS_G */ 200 187 … … 206 193 /* #undef ST_MTIM_NSEC */ 207 194 208 /* Define this if the C library defines the variable `sys_siglist'. */195 /* Define this if the C library defines the variable 'sys_siglist'. */ 209 196 /* #undef HAVE_SYS_SIGLIST */ 210 197 211 /* Define this if the C library defines the variable `_sys_siglist'. */198 /* Define this if the C library defines the variable '_sys_siglist'. */ 212 199 /* #undef HAVE__SYS_SIGLIST */ 213 200 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>. */ 215 202 /* #undef HAVE_UNION_WAIT */ 216 203 … … 248 235 /* #undef HAVE_SETEUID */ 249 236 250 /* Define if you have the setlinebuf function. 237 /* Define if you have the setlinebuf function. */ 251 238 /* #undef HAVE_SETLINEBUF */ 252 239 … … 257 244 /* #undef HAVE_SETREUID */ 258 245 259 /* Define if you have the sigsetmask function. 246 /* Define if you have the sigsetmask function. */ 260 247 /* #undef HAVE_SIGSETMASK */ 261 248 … … 302 289 /* #undef HAVE_NDIR_H */ 303 290 304 /* Define to 1 if you have the <stdarg.h> header file. */305 #define HAVE_STDARG_H 1306 307 291 /* Define if you have the <stdlib.h> header file. */ 308 292 /* #undef HAVE_STDLIB_H */ … … 335 319 /* #undef HAVE_LIBKSTAT */ 336 320 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 337 327 /* Define if you have the sun library (-lsun). */ 338 328 /* #undef HAVE_LIBSUN */ 339 329 330 /* Output sync sypport */ 331 #define NO_OUTPUT_SYNC 332 340 333 /* Define for Case Insensitve behavior */ 341 334 #define HAVE_CASE_INSENSITIVE_FS
Note:
See TracChangeset
for help on using the changeset viewer.