summaryrefslogtreecommitdiff
path: root/readline/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'readline/config.h.in')
-rw-r--r--readline/config.h.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/readline/config.h.in b/readline/config.h.in
index 62883d319b8..8d1f0bcafa4 100644
--- a/readline/config.h.in
+++ b/readline/config.h.in
@@ -22,12 +22,18 @@
#undef VOID_SIGHANDLER
+/* Define if you have the fcntl function. */
+#undef HAVE_FCNTL
+
/* Define if you have the isascii function. */
#undef HAVE_ISASCII
/* Define if you have the isxdigit function. */
#undef HAVE_ISXDIGIT
+/* Define if you have the kill function. */
+#undef HAVE_KILL
+
/* Define if you have the lstat function. */
#undef HAVE_LSTAT
@@ -43,6 +49,15 @@
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
+/* Define if you have the getpwent function. */
+#undef HAVE_GETPWENT
+
+/* Define if you have the getpwnam function. */
+#undef HAVE_GETPWNAM
+
+/* Define if you have the getpwnam function. */
+#undef HAVE_GETPWUID
+
/* Define if you have the select function. */
#undef HAVE_SELECT
@@ -90,6 +105,9 @@
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
+/* Define if you have the <pwd.h> header file. */
+#undef HAVE_PWD_H
+
/* Define if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H