summaryrefslogtreecommitdiff
path: root/src/kmk/config.h.os2
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmk/config.h.os2')
-rw-r--r--src/kmk/config.h.os223
1 files changed, 18 insertions, 5 deletions
diff --git a/src/kmk/config.h.os2 b/src/kmk/config.h.os2
index 55cbb7d..32b919c 100644
--- a/src/kmk/config.h.os2
+++ b/src/kmk/config.h.os2
@@ -42,12 +42,13 @@
/* Define to 1 if you have the `atexit' function. */
#define HAVE_ATEXIT 1
-/* Define to 1 if you have the `bsd_signal' function. */
-#define HAVE_BSD_SIGNAL 1
-
/* Use case insensitive file names */
/* #undef HAVE_CASE_INSENSITIVE_FS */
+/* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you
+ don't. */
+#define HAVE_DECL_BSD_SIGNAL 1
+
/* Define if you have the clock_gettime function. */
/* #undef HAVE_CLOCK_GETTIME */
@@ -237,9 +238,21 @@
/* 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 `strsignal' function. */
#define HAVE_STRSIGNAL 1
+/* Define to 1 if you have the `strndup' function. */
+#define HAVE_STRNDUP 1
+
+/* Define to 1 if you have the `strnicmp' function. */
+#define HAVE_STRNICMP 1
+
/* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
/* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
@@ -331,13 +344,13 @@
#define PACKAGE_NAME "GNU make"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU make 3.81"
+#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"
+#define PACKAGE_VERSION "3.82"
/* Define to 1 if the C compiler supports function prototypes. */
#define PROTOTYPES 1