mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
FreeBSD 10 clang port
This commit is contained in:
parent
8d0551bfda
commit
c3f74eec17
99 changed files with 510 additions and 366 deletions
|
@ -114,11 +114,13 @@ typedef enum {B_FALSE, B_TRUE} boolean_t;
|
|||
typedef enum {B_FALSE, B_TRUE} boolean_t;
|
||||
#define MAXNAMELEN 256
|
||||
|
||||
#if !defined(__FreeBSD__)
|
||||
#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 /* linux */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue