--- libaitio/inc/config.h.in 2010/02/23 22:54:52 1.1 +++ libaitio/inc/config.h.in 2010/03/22 15:21:20 1.2 @@ -3,6 +3,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `readline' library (-lreadline). */ +#undef HAVE_LIBREADLINE + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -12,6 +15,9 @@ /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET + +/* Define to 1 if you have the `readline' function. */ +#undef HAVE_READLINE /* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */