#define memmove(d,s,n) bcopy((s),(d),(n))
#endif
-/* 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 */
int setenv (const char *, const char *, int);
#endif
-#ifndef HAVE_STRCASECMP
-int strcasecmp (char *, char *);
-int strncasecmp (char *, char *, size_t);
-#endif
-
#ifndef HAVE_STRSEP
char *strsep (char **, const char *);
#endif