summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/config.h.in
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2006-03-27 22:47:12 +0000
committerache <ache@FreeBSD.org>2006-03-27 22:47:12 +0000
commit027bd1dc0a82d8aec04b232384f1e2905ebc5f73 (patch)
tree9d498e1f8ccecf6d278ce31776ae6c07e7d8dcac /contrib/libreadline/config.h.in
parent1f7d4ffc3ee3be256a7722ba250a9076f2ddbd0f (diff)
parent8aeb9782f4a5d98c23b918bdae2477810088d0d1 (diff)
downloadFreeBSD-src-027bd1dc0a82d8aec04b232384f1e2905ebc5f73.zip
FreeBSD-src-027bd1dc0a82d8aec04b232384f1e2905ebc5f73.tar.gz
This commit was generated by cvs2svn to compensate for changes in r157184,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/libreadline/config.h.in')
-rw-r--r--contrib/libreadline/config.h.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/libreadline/config.h.in b/contrib/libreadline/config.h.in
index 8b4f0d0..b4aae98 100644
--- a/contrib/libreadline/config.h.in
+++ b/contrib/libreadline/config.h.in
@@ -26,12 +26,27 @@
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN
+/* Define if you have the fcntl function. */
+#undef HAVE_FCNTL
+
+/* 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 getpwuid function. */
+#undef HAVE_GETPWUID
+
/* 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
@@ -87,6 +102,9 @@
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
+/* Define if you have the <fcntl.h> header file. */
+#undef HAVE_FCNTL_H
+
/* Define if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H
@@ -102,6 +120,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
OpenPOWER on IntegriCloud