--- gforth/dosconf.h 1996/12/14 14:21:19 1.4 +++ gforth/dosconf.h 2000/10/03 22:30:05 1.6 @@ -6,7 +6,13 @@ /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* #undef WORDS_BIGENDIAN */ + +/* Package name */ +#define PACKAGE "gforth" + +/* Package version */ +#define VERSION "0.5.0" /* an integer type that is as long as a pointer */ #define CELL_TYPE int