Ignore:
Timestamp:
Jan 3, 2009, 1:26:23 AM (17 years ago)
Author:
bird
Message:

kmk: windows build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/config.h.win

    r2134 r2178  
    147147
    148148/* Define to 1 if you have the <locale.h> header file. */
    149 /*#define HAVE_LOCALE_H 1*/
     149#define HAVE_LOCALE_H 1
    150150
    151151/* Define to 1 if you have the <mach/mach.h> header file. */
     
    444444
    445445/* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
     446#if 0
    446447#define uintmax_t unsigned long
     448#else
     449#define uintmax_t unsigned __int64
     450#endif
    447451
    448452/* Define as `fork' if `vfork' does not work. */
    449453/*#define vfork fork*/
    450454
     455#if 0/* see above */
    451456/* Define to `unsigned long' or `unsigned long long'
    452457   if <inttypes.h> doesn't define.  */
    453458#define uintmax_t unsigned long
     459#endif
    454460
    455461/* Define if you support file names longer than 14 characters.  */
     
    527533#include "inlined_memchr.h"
    528534
    529 #if 1
     535#ifdef CONFIG_WITH_FAST_IS_SPACE
    530536# include <ctype.h>
    531537# if _MSC_VER >= 1400
Note: See TracChangeset for help on using the changeset viewer.