diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-28 06:46:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-28 06:46:12 +0000 |
commit | 2808b8f3a600f72f966139353120a4268397a44d (patch) | |
tree | 223081efe825f0e8dc4cef15f499ea6fff60a1ba /src | |
parent | 54bd2449265a4157b2045a248ae2eb96b7b839e2 (diff) | |
download | emacs-2808b8f3a600f72f966139353120a4268397a44d.tar.gz |
(HAVE_X11R5): Add #undef.
Diffstat (limited to 'src')
-rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |