$NetBSD: patch-ae,v 1.2 1999/02/10 15:10:47 frueauf Exp $ --- include/rle_config.tlr Wed Nov 25 23:51:33 1998 +++ include/rle_config.tlr Wed Nov 25 23:53:33 1998 @@ -91,15 +91,15 @@ #ifdef USE_STRING_H /* SYS V string routines. */ # include -# define index strchr -# define rindex strrchr +# define rle_index strchr +# define rle_rindex strrchr #else /* BSD string routines. */ # include /* Really, should define USE_STRING_H if __STDC__, but be safe. */ #ifdef __STDC__ -# define index strchr -# define rindex strrchr +# define rle_index strchr +# define rle_rindex strrchr #endif /* __STDC__ */ #endif /* USE_STRING_H */