diff options
Diffstat (limited to 'configh.in')
-rw-r--r-- | configh.in | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -103,6 +103,9 @@ /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM +/* Define to 1 if you have a fully functional readline library. */ +#undef HAVE_LIBREADLINE + /* Define if you have the sigsegv library. */ #undef HAVE_LIBSIGSEGV @@ -160,8 +163,8 @@ /* Define to 1 if you have the <netinet/in.h> header file. */ #undef HAVE_NETINET_IN_H -/* we have portals on /p on this system */ -#undef HAVE_PORTALS +/* Define to 1 if you have the `setenv' function. */ +#undef HAVE_SETENV /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE |