From 11906f6315cac2cdd779c40e44189dd011992144 Mon Sep 17 00:00:00 2001 From: ayin Date: Wed, 6 Feb 2008 12:05:59 +0000 Subject: [PATCH] Remove unused macros. --- src/rxvt.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/rxvt.h b/src/rxvt.h index cf19e463..6d3e4163 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -99,15 +99,6 @@ typedef int32_t tlen_t_; // specifically for use in the line_t structure * SYSTEM HACKS ***************************************************************************** */ -/* Consistent defines - please report on the necessity - * @ Unixware: defines (__svr4__) - */ -#if defined (SVR4) && !defined (__svr4__) -# define __svr4__ 1 -#endif -#if defined (sun) && !defined (__sun__) -# define __sun__ 1 -#endif #ifndef HAVE_XPOINTER typedef char *XPointer; -- 2.34.1