summaryrefslogtreecommitdiff
path: root/src/kmk/config.h.darwin
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmk/config.h.darwin')
-rw-r--r--src/kmk/config.h.darwin22
1 files changed, 19 insertions, 3 deletions
diff --git a/src/kmk/config.h.darwin b/src/kmk/config.h.darwin
index b817fec..2ef96a9 100644
--- a/src/kmk/config.h.darwin
+++ b/src/kmk/config.h.darwin
@@ -40,6 +40,7 @@
/* Define to 1 if you have the `bsd_signal' function. */
#define HAVE_BSD_SIGNAL 1
+#define HAVE_DECL_BSD_SIGNAL 1
/* Use case insensitive file names */
/* #undef HAVE_CASE_INSENSITIVE_FS */
@@ -78,6 +79,9 @@
/* Define to 1 if you have the `fdopen' function. */
#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
@@ -201,6 +205,15 @@
/* Define to 1 if you have the `strcmpi' function. */
/* #undef HAVE_STRCMPI */
+/* 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 `strncmp' function. */
+/* #undef HAVE_STRNICMP */
+
/* Define to 1 if you have the `strcoll' function and it is properly defined.
*/
#define HAVE_STRCOLL 1
@@ -208,6 +221,9 @@
/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1
+/* Define to 1 if you have the `strndup' function. */
+/* #undef HAVE_STRNDUP */
+
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
@@ -314,13 +330,13 @@
#define PACKAGE_NAME "GNU make"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU make 3.81.90"
+#define PACKAGE_STRING "GNU make 3.82"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "make"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "3.81.90"
+#define PACKAGE_VERSION "3.82"
/* Define to the character that separates directories in PATH. */
#define PATH_SEPARATOR_CHAR ':'
@@ -373,7 +389,7 @@
/* #undef UMAX4_3 */
/* Version number of package */
-#define VERSION "3.81.90"
+#define VERSION "3.82"
/* Use platform specific coding */
/* #undef WINDOWS32 */