mcabber/include/config.h.in
changeset 1668 41c26b7d2890
child 1681 687f6b515d87
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/include/config.h.in	Mon Jan 18 15:36:19 2010 +0200
@@ -0,0 +1,55 @@
+#ifndef __MCABBER_CONFIG_H__
+#define __MCABBER_CONFIG_H__ 1
+
+/* ... */
+#undef MODULES_ENABLE
+
+/* ... */
+#undef HAVE_LIBOTR
+
+/* ... */
+#undef HAVE_GPGME
+
+/* ... */
+#undef HAVE_NCURSESW_NCURSES_H
+
+/* ... */
+#undef HAVE_NCURSES_NCURSES_H
+
+/* ... */
+#undef WITH_ENCHANT
+
+/* ... */
+#undef WITH_ASPELL
+
+/* ... */
+#undef JEP0022
+
+/* ... */
+#undef JEP0085
+
+/* ... */
+#undef HAVE_UNICODE
+
+/* ... */
+#undef HAVE_WCHAR_H
+
+/* ... */
+#undef HAVE_WCTYPE_H
+
+/* ... */
+#undef HAVE_WCHAR_H
+
+/* ... */
+#undef HAVE_ISWBLANK
+
+/* ... */
+#undef HAVE_STRCASESTR
+
+/* ... */
+#undef DATA_DIR
+
+/* ... */
+#undef PKGLIB_DIR
+
+#endif