blob: 607fbf54947b73fbd24d6c3b194a01268f2ab5b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -274,7 +274,7 @@
* of all the Unix-like systems around there, only Linux/glibc seems to
* come with a SuSv3-conforming iconv implementation.
*/
-#if !(__linux) && !defined(__GLIBC__) && !defined(__APPLE__) && !defined(__OpenBSD__)
+#if (__linux)
const char * inbufp;
#else
char * inbufp;
|