comparison src/config.in @ 8329:49a8b5185da4

Add #undef HAVE_H_ERRNO.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Jul 1994 20:46:46 +0000
parents 6094b85c40d1
children e4cf89302901
comparison
equal deleted inserted replaced
8328:40551ba18423 8329:49a8b5185da4
58 and not on others. */ 58 and not on others. */
59 #undef HAVE_X_MENU 59 #undef HAVE_X_MENU
60 60
61 /* Define if we have the X11R6 or newer version of Xt. */ 61 /* Define if we have the X11R6 or newer version of Xt. */
62 #undef HAVE_X11XTR6 62 #undef HAVE_X11XTR6
63
64 /* Define if netdb.h declares h_errno. */
65 #undef HAVE_H_ERRNO
63 66
64 /* If we're using any sort of window system, define MULTI_FRAME. */ 67 /* If we're using any sort of window system, define MULTI_FRAME. */
65 #ifdef HAVE_X_WINDOWS 68 #ifdef HAVE_X_WINDOWS
66 #define MULTI_FRAME 69 #define MULTI_FRAME
67 #endif 70 #endif