aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-04-12 17:31:52 +0000
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-04-12 17:31:52 +0000
commit2fe13717ddb620ef7e8d1244a5565e75ce1cd060 (patch)
treec1fcadf97ee57a3062ad777da5ef5890bc5a6a7f /config.h.in
parent0cd7c27b94ae5930e05e6cb2d2968cb253203fdf (diff)
downloadlcd4linux-2fe13717ddb620ef7e8d1244a5565e75ce1cd060.tar.gz
Makefiles again, this time libiconv stuff is fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@874 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 93f15e1..2fcb14b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -40,6 +40,9 @@
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
+/* Define if you have the iconv() function. */
+#undef HAVE_ICONV
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -238,6 +241,9 @@
/* Define to 1 if you have the <X11/Xutil.h> header file. */
#undef HAVE_X11_XUTIL_H
+/* Define as const if the declaration of iconv() needs const. */
+#undef ICONV_CONST
+
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK