From 0f0ed96e060b54dcac8f7f94ce24cbfd422da6a2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Jul 1994 20:46:46 +0000 Subject: [PATCH] Add #undef HAVE_H_ERRNO. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.in b/src/config.in index 2d7e730fef1..4a53d2d943d 100644 --- a/src/config.in +++ b/src/config.in @@ -61,6 +61,9 @@ and this notice must be preserved on all copies. */ /* Define if we have the X11R6 or newer version of Xt. */ #undef HAVE_X11XTR6 +/* Define if netdb.h declares h_errno. */ +#undef HAVE_H_ERRNO + /* If we're using any sort of window system, define MULTI_FRAME. */ #ifdef HAVE_X_WINDOWS #define MULTI_FRAME -- 2.39.5