Changeset 202 for trunk/src/gmake/config.h.linux
- Timestamp:
- Dec 17, 2004, 4:03:42 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/config.h.linux
r161 r202 21 21 /* Define to 1 if translation of program messages to the user's native 22 22 language is requested. */ 23 #define ENABLE_NLS 1 23 /* #define ENABLE_NLS 1 */ 24 #undef ENABLE_NLS 24 25 25 26 /* Use high resolution file timestamps if nonzero. */ … … 402 403 /* Define as `fork' if `vfork' does not work. */ 403 404 /* #undef vfork */ 405 406 407 #define LOCALEDIR "" 408 #define ALIASPATH "" 409 #define LIBDIR "" 410 #define INCLUDEDIR "" 411
Note:
See TracChangeset
for help on using the changeset viewer.