aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2013-05-23 03:10:35 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2013-05-23 03:10:35 +0000
commit2b70773fe8fe300621863f9f89546b738e6b5906 (patch)
tree41dd4ef621d3265dcb19709c2506fa82fc21f036 /config.h.in
parent745168103cf981345f3ab62d884d70de14524eb4 (diff)
downloadlcd4linux-2b70773fe8fe300621863f9f89546b738e6b5906.tar.gz
autotools update (iconv?)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1200 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 773a74e..24b67ca 100644
--- a/config.h.in
+++ b/config.h.in
@@ -61,15 +61,15 @@
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
+/* Define if you have the iconv() function and it works. */
+#undef HAVE_ICONV
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <jpeglib.h> header file. */
#undef HAVE_JPEGLIB_H
-/* Define to 1 if you have the <libdpf/libdpf.h> header file. */
-#undef HAVE_LIBDPF_LIBDPF_H
-
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
@@ -283,6 +283,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