--- src/pawlib/paw/cpaw/chain.c.ORIG Fri Mar 1 20:38:58 1996 +++ src/pawlib/paw/cpaw/chain.c Mon Jun 21 01:44:52 1999 @@ -30,7 +30,7 @@ #define max(a,b) (((a) > (b)) ? (a) : (b)) #endif -#if !defined(__convexc__) /* to avoid multiply definition strcasecmp,.. */ +#if !defined(__convexc__) && !defined(__linux__) /* to avoid multiply definition strcasecmp,.. */ extern int strcasecmp(const char *, const char *); extern char *strdup(); extern int strncasecmp(const char *, const char *, size_t); --- src/pawlib/paw/cpaw/tcpiaf.c.ORIG Thu Oct 23 21:46:58 1997 +++ src/pawlib/paw/cpaw/tcpiaf.c Mon Jun 21 01:45:15 1999 @@ -121,7 +121,7 @@ #include #include -#if !defined(__convexc__) /* to avoid multiply definition strdup... */ +#if !defined(__convexc__) && !defined(__linux__) /* to avoid multiply definition strdup... */ extern char *strdup(); #endif /* __convexc__ */