Diff for /gforth/Attic/acconfig.h between versions 1.1 and 1.2

version 1.1, 1995/12/26 17:35:34 version 1.2, 1996/01/07 17:22:07
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 */
   
   
 /* Define if including signal.h does not declare sys_siglist */  
 #undef DECLARE_SYS_SIGLIST  
   
 /* 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
Line 42 Line 38
 #ifndef FORCE_REG  #ifndef FORCE_REG
 #undef FORCE_REG  #undef FORCE_REG
 #endif  #endif
   
   @BOTTOM@
   /* Of course, sys_siglist is a variable, not a function */

Removed from v.1.1  
changed lines
  Added in v.1.2


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