Use iconv on linux
This commit is contained in:
@@ -106,13 +106,6 @@ typedef enum {B_FALSE, B_TRUE} boolean_t;
|
||||
#if defined(__linux__) || defined(CSRG_BASED)
|
||||
typedef enum {B_FALSE, B_TRUE} boolean_t;
|
||||
#define MAXNAMELEN 256
|
||||
|
||||
#if !defined(CSRG_BASED)
|
||||
#define iconv_t int
|
||||
#define iconv_open(a, b) ((iconv_t) -1)
|
||||
#define iconv(a, b, c, d, e) ((size_t) 0)
|
||||
#define iconv_close(a) (0)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user