From 2fe13717ddb620ef7e8d1244a5565e75ce1cd060 Mon Sep 17 00:00:00 2001 From: michux Date: Sat, 12 Apr 2008 17:31:52 +0000 Subject: Makefiles again, this time libiconv stuff is fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@874 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') 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 header file. */ #undef HAVE_INTTYPES_H @@ -238,6 +241,9 @@ /* Define to 1 if you have the 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 -- cgit v1.2.3