Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
73:e2d7a37b7c8d | 74:54cc21c15cbb |
---|---|
48 /* Do you want TTY support compiled in? */ | 48 /* Do you want TTY support compiled in? */ |
49 #undef HAVE_TTY | 49 #undef HAVE_TTY |
50 | 50 |
51 /* Do you have the X window system and want to use it? */ | 51 /* Do you have the X window system and want to use it? */ |
52 #undef HAVE_X_WINDOWS | 52 #undef HAVE_X_WINDOWS |
53 | |
54 /* Slightly better type checking in X header files */ | |
55 #ifdef HAVE_X_WINDOWS | |
56 #ifndef NeedFunctionPrototypes | |
57 #define NeedFunctionPrototypes 1 | |
58 #endif | |
59 #endif | |
53 | 60 |
54 /* Do you have the the NeXTstep window system? */ | 61 /* Do you have the the NeXTstep window system? */ |
55 #undef HAVE_NEXTSTEP | 62 #undef HAVE_NEXTSTEP |
56 | 63 |
57 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ | 64 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ |