Index: /trunk/src/kmk/config.h.haiku
===================================================================
--- /trunk/src/kmk/config.h.haiku	(revision 2661)
+++ /trunk/src/kmk/config.h.haiku	(revision 2662)
@@ -39,12 +39,13 @@
 #define HAVE_ATEXIT 1
 
-/* Define to 1 if you have the `bsd_signal' function. */
-/* #undef HAVE_BSD_SIGNAL */
-
 /* Use case insensitive file names */
 /* #undef HAVE_CASE_INSENSITIVE_FS */
 
 /* Define to 1 if you have the clock_gettime function. */
-/* #undef HAVE_CLOCK_GETTIME */
+#define HAVE_CLOCK_GETTIME 1
+
+/* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you
+   don't. */
+#define HAVE_DECL_BSD_SIGNAL 0
 
 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
@@ -79,4 +80,7 @@
 #define HAVE_FDOPEN 1
 
+/* Define to 1 if you have the `fileno' function. */
+#define HAVE_FILENO 1
+
 /* Define to 1 if you have the `fork' function. */
 #define HAVE_FORK 1
@@ -220,4 +224,16 @@
 /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1
+
+/* Define to 1 if you have the `strncasecmp' function. */
+#define HAVE_STRNCASECMP 1
+
+/* Define to 1 if you have the `strncmpi' function. */
+/* #undef HAVE_STRNCMPI */
+
+/* Define to 1 if you have the `strndup' function. */
+#define HAVE_STRNDUP 1
+
+/* Define to 1 if you have the `strnicmp' function. */
+/* #undef HAVE_STRNICMP */
 
 /* Define to 1 if you have the `strsignal' function. */
@@ -399,4 +415,9 @@
 /* #undef WITH_DMALLOC */
 
+/* Enable large inode numbers on Mac OS X 10.5.  */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */
