From: Richard M. Stallman Date: Fri, 28 Jun 1996 06:46:12 +0000 (+0000) Subject: (HAVE_X11R5): Add #undef. X-Git-Tag: emacs-19.34~334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07ba43a2707c1d7e142f5f769f37d886412e3b71;p=emacs.git (HAVE_X11R5): Add #undef. --- diff --git a/src/config.in b/src/config.in index 26e5f8f415c..8d85358254c 100644 --- a/src/config.in +++ b/src/config.in @@ -63,6 +63,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Define if we have the X11R6 or newer version of Xlib. */ #undef HAVE_X11R6 +/* Define if we have the X11R5 or newer version of Xlib. */ +#undef HAVE_X11R5 + /* Define if netdb.h declares h_errno. */ #undef HAVE_H_ERRNO