use a proper "hack" for iconv functions:
[apps/madmutt.git] / protos.h
index 0fc9575..688e32f 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -373,11 +373,11 @@ extern char *sys_errlist[];
 #define memmove(d,s,n) bcopy((s),(d),(n))
 #endif
 
+#ifdef _AIX
 /* AIX doesn't define these in any headers (sigh) */
 int strcasecmp (const char *, const char *);
 int strncasecmp (const char *, const char *, size_t);
 
-#ifdef _AIX
 int setegid (gid_t);
 #endif /* _AIX */