| #if defined(__HAIKU__)
|
| #ifndef _DEFAULT_SOURCE
|
| #define _DEFAULT_SOURCE
|
| #endif
|
|
|
| #define HAVE_BSD_STRING
|
| #define HAVE_STRTONUM
|
|
|
| #include <BeBuild.h>
|
| #if B_HAIKU_VERSION > B_HAIKU_VERSION_1_BETA_5
|
| #define HAVE_REALLOCARRAY
|
| #endif
|
| #endif /* __HAIKU__ */
|