From: ayin Date: Wed, 6 Feb 2008 12:05:59 +0000 (+0000) Subject: Remove unused macros. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=11906f6315cac2cdd779c40e44189dd011992144;p=dana%2Furxvt.git Remove unused macros. --- 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;