]> git.deb.at Git - pkg/abook.git/blobdiff - config.h.in
try to work around abook_readline() misbehavior on Solaris
[pkg/abook.git] / config.h.in
index 20f5864f3e20593fc03db8df11520ce54ce3845b..fd815a86db47f64557c81cfeba718f40d0aa7fc5 100644 (file)
@@ -1,4 +1,7 @@
-/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
+/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+
+/* Define if you have the strcoll function and it is properly defined.  */
+#undef HAVE_STRCOLL
 
 /* Define as __inline if that's what the C compiler calls it.  */
 #undef inline
@@ -18,6 +21,9 @@
 /* Define if you have the setlocale function.  */
 #undef HAVE_SETLOCALE
 
+/* Define if you have the <history.h> header file.  */
+#undef HAVE_HISTORY_H
+
 /* Define if you have the <linux/termios.h> header file.  */
 #undef HAVE_LINUX_TERMIOS_H
 
 /* Define if you have the <ncurses.h> header file.  */
 #undef HAVE_NCURSES_H
 
+/* Define if you have the <readline.h> header file.  */
+#undef HAVE_READLINE_H
+
+/* Define if you have the <readline/history.h> header file.  */
+#undef HAVE_READLINE_HISTORY_H
+
+/* Define if you have the <readline/readline.h> header file.  */
+#undef HAVE_READLINE_READLINE_H
+
 /* Define if you have the <string.h> header file.  */
 #undef HAVE_STRING_H
 
@@ -48,3 +63,9 @@
 /* Define if compiler has function prototypes */
 #undef PROTOTYPES
 
+/* Define if you have a readline compatible library */
+#undef HAVE_LIBREADLINE
+
+/* Define if your readline library has `add_history' */
+#undef HAVE_READLINE_HISTORY
+