Mercurial > hg > xemacs-beta
diff src/config.h.in @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:04:33 +0200 |
parents | b9518feda344 |
children | 6a378aca36af |
line wrap: on
line diff
--- a/src/config.h.in Mon Aug 13 09:03:47 2007 +0200 +++ b/src/config.h.in Mon Aug 13 09:04:33 2007 +0200 @@ -51,6 +51,13 @@ /* Do you have the X window system and want to use it? */ #undef HAVE_X_WINDOWS +/* Slightly better type checking in X header files */ +#ifdef HAVE_X_WINDOWS +#ifndef NeedFunctionPrototypes +#define NeedFunctionPrototypes 1 +#endif +#endif + /* Do you have the the NeXTstep window system? */ #undef HAVE_NEXTSTEP