comparison nt/config.h @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 85ec50267440
children 78f53ef88e17
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
433 433
434 /* The configuration name. This is used as the install directory name 434 /* The configuration name. This is used as the install directory name
435 for the lib-src programs. */ 435 for the lib-src programs. */
436 #undef EMACS_CONFIGURATION 436 #undef EMACS_CONFIGURATION
437 437
438 /* Load in the conversion definitions if this system
439 needs them and the source file being compiled has not
440 said to inhibit this. There should be no need for you
441 to alter these lines. */
442
443 #ifdef SHORTNAMES
444 #ifndef NO_SHORTNAMES
445 #include "../shortnames/remap.h"
446 #endif /* not NO_SHORTNAMES */
447 #endif /* SHORTNAMES */
448
449 /* Define REL_ALLOC if you want to use the relocating allocator for 438 /* Define REL_ALLOC if you want to use the relocating allocator for
450 buffer space. */ 439 buffer space. */
451 #undef REL_ALLOC 440 #undef REL_ALLOC
452 441
453 /* Define LD_SWITCH_SITE to contain any special flags your loader may need. */ 442 /* Define LD_SWITCH_SITE to contain any special flags your loader may need. */