Diff for /gforth/Attic/acconfig.h between versions 1.4 and 1.5

version 1.4, 1996/10/03 16:05:34 version 1.5, 1998/06/04 16:17:37
Line 21 Line 21
   
 /* this, together with configure.in, is the source file for config.h.in */  /* this, together with configure.in, is the source file for config.h.in */
   
   /* Package name */
   #define PACKAGE "gforth"
   
   /* Package version */
   #define VERSION "major.minor.release"
   
 /* Define if you want to force a direct threaded code implementation  /* Define if you want to force a direct threaded code implementation
    (does not work on all machines */     (does not work on all machines */
 #ifndef DIRECT_THREADED  #ifndef DIRECT_THREADED

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>