aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-28 06:46:12 +0000
committerRichard M. Stallman1996-06-28 06:46:12 +0000
commit07ba43a2707c1d7e142f5f769f37d886412e3b71 (patch)
tree05ac5bdc8439b505f1b33f6d7a365c77095cc39a /src
parent033b699757d924eaaafa357d141c7abde5bc9eaa (diff)
downloademacs-07ba43a2707c1d7e142f5f769f37d886412e3b71.tar.gz
emacs-07ba43a2707c1d7e142f5f769f37d886412e3b71.zip
(HAVE_X11R5): Add #undef.
Diffstat (limited to 'src')
-rw-r--r--src/config.in3
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. */
63/* Define if we have the X11R6 or newer version of Xlib. */ 63/* Define if we have the X11R6 or newer version of Xlib. */
64#undef HAVE_X11R6 64#undef HAVE_X11R6
65 65
66/* Define if we have the X11R5 or newer version of Xlib. */
67#undef HAVE_X11R5
68
66/* Define if netdb.h declares h_errno. */ 69/* Define if netdb.h declares h_errno. */
67#undef HAVE_H_ERRNO 70#undef HAVE_H_ERRNO
68 71