diff options
author | jcid <devnull@localhost> | 2008-03-14 19:04:18 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-03-14 19:04:18 +0100 |
commit | 37daa9291e959f4bebffc3d534f2c0ac38819e58 (patch) | |
tree | 55f363967525c406ecc94d7011a07d1f4bfeb33b /config.h.in | |
parent | f6fab73d9f4f53fa1326fac45a344db1d4390e6a (diff) |
- Added suport for old iconv() (const char** as 2nd arg).
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index f2a30dc7..767c86e4 100644 --- a/config.h.in +++ b/config.h.in @@ -102,5 +102,8 @@ /* Version number of package */ #undef VERSION +/* Use char pointers for newer libiconv */ +#undef inbuf_t + /* Define the real type of socklen_t */ #undef socklen_t |