1 #include <wtf/Platform.h>
6 #define HAVE_FUNC_ISINF 1
7 #define HAVE_FUNC_ISNAN 1
10 #define HAVE_STRINGS_H 1
11 #define HAVE_SYS_PARAM_H 1
12 #define HAVE_SYS_TIME_H 1
13 #define HAVE_SYS_TIMEB_H 1
15 #elif PLATFORM(WIN_OS)
17 // If we don't define these, they get defined in windef.h.
18 // We want to use std::min and std::max
22 #define HAVE_FLOAT_H 1
23 #define HAVE_FUNC__FINITE 1
24 #define HAVE_SYS_TIMEB_H 1
27 #define USE_SYSTEM_MALLOC 1
31 /* FIXME: is this actually used or do other platforms generate their own config.h? */
33 #define HAVE_ERRNO_H 1
34 #define HAVE_FUNC_ISINF 1
35 #define HAVE_FUNC_ISNAN 1
38 #define HAVE_STRINGS_H 1
39 #define HAVE_SYS_PARAM_H 1
40 #define HAVE_SYS_TIME_H 1
44 #define HAVE_PCREPOSIX 1
46 /* FIXME: if all platforms have these, do they really need #defines? */
47 #define HAVE_STDINT_H 1
48 #define HAVE_STRING_H 1
55 #include <wtf/FastMalloc.h>