Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 104:cf808b4c4290 r20-1b4
Import from CVS: tag r20-1b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:16:51 +0200 |
parents | 0d2f883870bc |
children | 7d55a9ba150c |
comparison
equal
deleted
inserted
replaced
103:30eda07fe280 | 104:cf808b4c4290 |
---|---|
352 #undef USE_LCC | 352 #undef USE_LCC |
353 | 353 |
354 /* Allow the user to override the default value of PURESIZE at configure | 354 /* Allow the user to override the default value of PURESIZE at configure |
355 time. This must come before we include the sys files in order for | 355 time. This must come before we include the sys files in order for |
356 it to be able to override any changes in them. */ | 356 it to be able to override any changes in them. */ |
357 #undef PURESIZE | 357 #undef RAW_PURESIZE |
358 | 358 |
359 /* Define this if you want level 2 internationalization compliance | 359 /* Define this if you want level 2 internationalization compliance |
360 (localized collation and formatting). Generally this should be | 360 (localized collation and formatting). Generally this should be |
361 defined, unless your system doesn't have the strcoll() and | 361 defined, unless your system doesn't have the strcoll() and |
362 setlocale() library routines. This really should be defined in | 362 setlocale() library routines. This really should be defined in |