Changeset 2591 for trunk/src/kmk/config.h.darwin
- Timestamp:
- Jun 17, 2012, 10:45:31 PM (13 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
- Property svn:ignore
-
old new 13 13 stamp-* 14 14 makebook* 15 15 16 .*gdbinit 17 .gdb_history 18 16 19 *.dep 17 20 *.dvi … … 31 34 *.pg 32 35 *.pgs 36 33 37 README 34 38 README.DOS 35 39 README.W32 40 README.OS2 36 41 aclocal.m4 37 42 autom4te.cache … … 52 57 config.h.W32 53 58 config.h-vms 59 54 60 loadavg 55 61 loadavg.c 56 62 make 63 57 64 .deps 58 65 .dep_segment 66 ID 67 TAGS 68 59 69 _* 60 70 sun4 … … 72 82 sol2 73 83 i486-linux 84 74 85 customs 86 75 87 install-sh 76 88 mkinstalldirs 89 90 .directive.asc
-
- Property svn:ignore
-
trunk/src/kmk/config.h.darwin
r2145 r2591 41 41 /* Define to 1 if you have the `bsd_signal' function. */ 42 42 #define HAVE_BSD_SIGNAL 1 43 #define HAVE_DECL_BSD_SIGNAL 1 43 44 44 45 /* Use case insensitive file names */ … … 79 80 #define HAVE_FDOPEN 1 80 81 82 /* Define to 1 if you have the `fileno' function. */ 83 #define HAVE_FILENO 1 84 81 85 /* Define to 1 if you have the `fork' function. */ 82 86 #define HAVE_FORK 1 … … 202 206 /* #undef HAVE_STRCMPI */ 203 207 208 /* Define to 1 if you have the `strncasecmp' function. */ 209 #define HAVE_STRNCASECMP 1 210 211 /* Define to 1 if you have the `strncmpi' function. */ 212 /* #undef HAVE_STRNCMPI */ 213 214 /* Define to 1 if you have the `strncmp' function. */ 215 /* #undef HAVE_STRNICMP */ 216 204 217 /* Define to 1 if you have the `strcoll' function and it is properly defined. 205 218 */ … … 208 221 /* Define to 1 if you have the `strdup' function. */ 209 222 #define HAVE_STRDUP 1 223 224 /* Define to 1 if you have the `strndup' function. */ 225 /* #undef HAVE_STRNDUP */ 210 226 211 227 /* Define to 1 if you have the `strerror' function. */ … … 315 331 316 332 /* Define to the full name and version of this package. */ 317 #define PACKAGE_STRING "GNU make 3.8 1.90"333 #define PACKAGE_STRING "GNU make 3.82" 318 334 319 335 /* Define to the one symbol short name of this package. */ … … 321 337 322 338 /* Define to the version of this package. */ 323 #define PACKAGE_VERSION "3.8 1.90"339 #define PACKAGE_VERSION "3.82" 324 340 325 341 /* Define to the character that separates directories in PATH. */ … … 374 390 375 391 /* Version number of package */ 376 #define VERSION "3.8 1.90"392 #define VERSION "3.82" 377 393 378 394 /* Use platform specific coding */
Note:
See TracChangeset
for help on using the changeset viewer.