Changeset 526 for trunk/src/gmake/config.h.W32
- Timestamp:
- Sep 16, 2006, 4:37:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/config.h.W32
r503 r526 228 228 229 229 /* Define to 1 if you have the `strdup' function. */ 230 /* #define HAVE_STRDUP 1*/230 #define HAVE_STRDUP 1 /* bird */ 231 231 232 232 /* Define to 1 if you have the `strerror' function. */ … … 488 488 #undef BATCH_MODE_ONLY_SHELL 489 489 #endif 490 491 /* bird hacks */ 492 #include <sys/stat.h> 493 extern int my_stat(const char *, struct stat *); 494 #define stat(_path, _st) my_stat(_path, _st)
Note:
See TracChangeset
for help on using the changeset viewer.