blob: e1ab293b3062298e91f81607dc8e72b4904af561 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- include/libtorrent/config.hpp.orig 2014-12-05 01:00:07 UTC
+++ include/libtorrent/config.hpp
@@ -166,12 +166,6 @@ POSSIBILITY OF SUCH DAMAGE.
#endif // __APPLE__
-#else
-// FreeBSD has a reasonable iconv signature
-// unless we're on glibc
-#ifndef __GLIBC__
-# define TORRENT_ICONV_ARG (const char**)
-#endif
#endif
#define TORRENT_HAS_FALLOCATE 0
#define TORRENT_USE_IFADDRS 1
|