Changeset 2178 for trunk/src/kmk/config.h.win
- Timestamp:
- Jan 3, 2009, 1:26:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.win
r2134 r2178 147 147 148 148 /* Define to 1 if you have the <locale.h> header file. */ 149 /*#define HAVE_LOCALE_H 1*/ 149 #define HAVE_LOCALE_H 1 150 150 151 151 /* Define to 1 if you have the <mach/mach.h> header file. */ … … 444 444 445 445 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */ 446 #if 0 446 447 #define uintmax_t unsigned long 448 #else 449 #define uintmax_t unsigned __int64 450 #endif 447 451 448 452 /* Define as `fork' if `vfork' does not work. */ 449 453 /*#define vfork fork*/ 450 454 455 #if 0/* see above */ 451 456 /* Define to `unsigned long' or `unsigned long long' 452 457 if <inttypes.h> doesn't define. */ 453 458 #define uintmax_t unsigned long 459 #endif 454 460 455 461 /* Define if you support file names longer than 14 characters. */ … … 527 533 #include "inlined_memchr.h" 528 534 529 #if 1535 #ifdef CONFIG_WITH_FAST_IS_SPACE 530 536 # include <ctype.h> 531 537 # if _MSC_VER >= 1400
Note:
See TracChangeset
for help on using the changeset viewer.