Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 7d55a9ba150c |
children | 538048ae2ab8 |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
56 #ifndef NeedFunctionPrototypes | 56 #ifndef NeedFunctionPrototypes |
57 #define NeedFunctionPrototypes 1 | 57 #define NeedFunctionPrototypes 1 |
58 #endif | 58 #endif |
59 #endif | 59 #endif |
60 | 60 |
61 /* Do you have the the NeXTstep window system? */ | |
62 #undef HAVE_NEXTSTEP | |
63 | |
64 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ | 61 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ |
65 #if defined (HAVE_X_WINDOWS) || defined (HAVE_NEXTSTEP) | 62 #if defined (HAVE_X_WINDOWS) /* || defined (HAVE_NEXTSTEP) */ |
66 #define HAVE_WINDOW_SYSTEM | 63 #define HAVE_WINDOW_SYSTEM |
67 #endif | 64 #endif |
68 | 65 |
69 /* Define HAVE_UNIXOID_EVENT_LOOP if we use select() to wait for events. */ | 66 /* Define HAVE_UNIXOID_EVENT_LOOP if we use select() to wait for events. */ |
70 #if defined (HAVE_X_WINDOWS) || defined (HAVE_TTY) | 67 #if defined (HAVE_X_WINDOWS) || defined (HAVE_TTY) |
294 #undef HAVE_NCURSES_CURSES_H | 291 #undef HAVE_NCURSES_CURSES_H |
295 | 292 |
296 /* Define HAVE_NCURSES_TERM_H if ncurses/term.h is present. */ | 293 /* Define HAVE_NCURSES_TERM_H if ncurses/term.h is present. */ |
297 #undef HAVE_NCURSES_TERM_H | 294 #undef HAVE_NCURSES_TERM_H |
298 | 295 |
299 /* Do you want to include extra functionality that was present in Epoch? | |
300 This code has received only limited testing. */ | |
301 #undef EPOCH | |
302 | |
303 #define LOWTAGS | 296 #define LOWTAGS |
304 | 297 |
305 /* Define USE_ASSERTIONS if you want the abort() to be changed to assert(). | 298 /* Define USE_ASSERTIONS if you want the abort() to be changed to assert(). |
306 If the assertion fails, assert_failed() will be called. This is | 299 If the assertion fails, assert_failed() will be called. This is |
307 recommended for general use because it gives more info about the crash | 300 recommended for general use because it gives more info about the crash |