From: Richard M. Stallman Date: Mon, 25 Jul 1994 20:46:46 +0000 (+0000) Subject: Add #undef HAVE_H_ERRNO. X-Git-Tag: emacs-19.34~7524 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f0ed96e060b54dcac8f7f94ce24cbfd422da6a2;p=emacs.git Add #undef HAVE_H_ERRNO. --- 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