summaryrefslogtreecommitdiff
path: root/shells/pdksh/files/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'shells/pdksh/files/config.h.in')
-rw-r--r--shells/pdksh/files/config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/shells/pdksh/files/config.h.in b/shells/pdksh/files/config.h.in
index bf16ac9dbca..46924574ee7 100644
--- a/shells/pdksh/files/config.h.in
+++ b/shells/pdksh/files/config.h.in
@@ -280,6 +280,11 @@
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
+/* Define if you have the strlcat function. */
+#undef HAVE_STRLCAT
+/* Define if you have the strlcpy function. */
+#undef HAVE_STRLCPY
+
/* Define if you have the strstr function. */
#undef HAVE_STRSTR