Ignore:
Timestamp:
Sep 16, 2006, 4:37:51 PM (19 years ago)
Author:
bird
Message:

tuning. libc is 1-2 seconds faster to load now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/config.h.W32

    r503 r526  
    228228
    229229/* Define to 1 if you have the `strdup' function. */
    230 /* #define HAVE_STRDUP 1*/
     230#define HAVE_STRDUP 1 /* bird */
    231231
    232232/* Define to 1 if you have the `strerror' function. */
     
    488488#undef BATCH_MODE_ONLY_SHELL
    489489#endif
     490
     491/* bird hacks */
     492#include <sys/stat.h>
     493extern 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.