From 8f5292aad3a0dcbc219d76d63ea915f49d403bbc Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 28 Sep 2009 23:48:38 -0700 Subject: Replace platform #ifdefs with autoconf tests Signed-off-by: Alan Coopersmith --- decode11.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'decode11.c') diff --git a/decode11.c b/decode11.c index 0c43108..5f24f34 100644 --- a/decode11.c +++ b/decode11.c @@ -58,11 +58,6 @@ #include "extensions.h" #include "lbxscope.h" -#ifdef SYSV -#define bzero(s,l) memset(s, 0, l) -#define bcopy(s,d,l) memmove(d,s,l) -#endif - /* There are 4 types of things in X11: requests, replies, errors, and events. -- cgit v1.2.1