aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorentropy <entropy@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-09-15 19:00:50 +0000
committerentropy <entropy@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-09-15 19:00:50 +0000
commit7bbad480a28698f235dce8630b2a37d41abf72f7 (patch)
treec6d7b60837dad001ca5718052f6b129317834e88 /config.h.in
parent5fb6f5e2592635ceb7fb9b0e2771968453234c12 (diff)
downloadlcd4linux-7bbad480a28698f235dce8630b2a37d41abf72f7.tar.gz
[lcd4linux @ 2006-09-15 19:00:50 by entropy]
iconv charset converter plugin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@717 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 625293b..3145ff9 100644
--- a/config.h.in
+++ b/config.h.in
@@ -43,6 +43,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
@@ -226,6 +229,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
@@ -275,6 +281,9 @@
/* i2c sensors plugin */
#undef PLUGIN_I2C_SENSORS
+/* iconv charset converter plugin */
+#undef PLUGIN_ICONV
+
/* imon plugin */
#undef PLUGIN_IMON