Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 159:3bb7ccffb0c0 r20-3b6
Import from CVS: tag r20-3b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:41:43 +0200 |
parents | 6b37e6ddd302 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
158:558dfa75ffb3 | 159:3bb7ccffb0c0 |
---|---|
69 #define NeedFunctionPrototypes 1 | 69 #define NeedFunctionPrototypes 1 |
70 #endif | 70 #endif |
71 #ifndef FUNCPROTO | 71 #ifndef FUNCPROTO |
72 #define FUNCPROTO 15 | 72 #define FUNCPROTO 15 |
73 #endif | 73 #endif |
74 #endif | 74 /* Required for most XFree86 systems */ |
75 #undef NARROWPROTO | |
76 #endif /* HAVE_X_WINDOWS */ | |
75 | 77 |
76 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ | 78 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ |
77 #if defined (HAVE_X_WINDOWS) /* || defined (HAVE_NEXTSTEP) */ | 79 #if defined (HAVE_X_WINDOWS) /* || defined (HAVE_NEXTSTEP) */ |
78 #define HAVE_WINDOW_SYSTEM | 80 #define HAVE_WINDOW_SYSTEM |
79 #endif | 81 #endif |