From ac1278c1f0467600aae57ee5e33e4ca09b742585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= Date: Thu, 1 Nov 2007 07:42:19 +0000 Subject: Remove HAVE_X11R5 and HAVE_X11R4. --- src/s/msdos.h | 1 - src/s/sco4.h | 2 -- src/s/sco5.h | 2 -- 3 files changed, 5 deletions(-) (limited to 'src/s') diff --git a/src/s/msdos.h b/src/s/msdos.h index 10246513811..297fda45baa 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -263,7 +263,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #ifdef HAVE_X_WINDOWS /* We need a little extra space, see ../../lisp/loadup.el */ #define SYSTEM_PURESIZE_EXTRA 15000 -#define HAVE_X11R5 #define LIBX11_SYSTEM -lxext -lsys #else /* We need a little extra space, see ../../lisp/loadup.el */ diff --git a/src/s/sco4.h b/src/s/sco4.h index 4912b275aaa..d16bcbead49 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -100,11 +100,9 @@ Boston, MA 02110-1301, USA. */ #define LIBS_SYSTEM -lPW #endif -#ifdef HAVE_X11R5 /* configure can't get this right linking fails unless -lsocket is used. */ #undef HAVE_XSCREENNUMBEROFSCREEN #define HAVE_XSCREENNUMBEROFSCREEN -#endif /* We don't have -loldX, and we don't need it. */ #define LIB_XMENU_LIB diff --git a/src/s/sco5.h b/src/s/sco5.h index a5cc19656ab..1f56a998014 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h @@ -98,11 +98,9 @@ Boston, MA 02110-1301, USA. */ #define LIBS_SYSTEM -lPW #endif -#ifdef HAVE_X11R5 /* configure can't get this right linking fails unless -lsocket is used. */ #undef HAVE_XSCREENNUMBEROFSCREEN #define HAVE_XSCREENNUMBEROFSCREEN -#endif /* We don't have -loldX, and we don't need it. */ #define LIB_XMENU_LIB -- cgit v1.2.1