Diff for /gforth/dosconf.h between versions 1.1 and 1.5

version 1.1, 1996/10/01 19:46:26 version 1.5, 1998/12/12 22:32:04
Line 1 Line 1
 /* config.h.  Generated automatically by configure.  */  /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */  /* config.h.in.  Generated automatically from configure.in by autoheader.  */
   
 /* Define if `sys_siglist' is declared by <signal.h>.  */  /* Define if `sys_siglist' is declared by <signal.h>.  */
 /* #undef SYS_SIGLIST_DECLARED */  #undef SYS_SIGLIST_DECLARED
   
 /* Define if your processor stores words with the most significant  /* Define if your processor stores words with the most significant
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */     byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 /* #undef WORDS_BIGENDIAN */  /* #undef WORDS_BIGENDIAN */
   
 /* an integer type that is as long as a pointer */  /* Package name */
 #define CELL_TYPE int  #define PACKAGE "gforth"
   
 /* an integer type that is twice as long as a pointer */  /* Package version */
 #define DOUBLE_CELL_TYPE long long  #define VERSION "0.4.0"
   
 /* define this if there is no working DOUBLE_CELL_TYPE on your machine */  /* an integer type that is as long as a pointer */
 /* #undef BUGGY_LONG_LONG */  #define CELL_TYPE int
   
 /* The number of bytes in a char *.  */  /* an integer type that is twice as long as a pointer */
 #define SIZEOF_CHAR_P 4  #define DOUBLE_CELL_TYPE long long
   
 /* The number of bytes in a int.  */  /* a path separator character */
 #define SIZEOF_INT 4  #define PATHSEP ';'
   
 /* The number of bytes in a long.  */  /* define this if there is no working DOUBLE_CELL_TYPE on your machine */
 #define SIZEOF_LONG 4  /* #undef BUGGY_LONG_LONG */
   
 /* The number of bytes in a long long.  */  /* The number of bytes in a char *.  */
 #define SIZEOF_LONG_LONG 8  #define SIZEOF_CHAR_P 4
   
 /* The number of bytes in a short.  */  /* The number of bytes in a int.  */
 #define SIZEOF_SHORT 2  #define SIZEOF_INT 4
   
 /* Define if you have the expm1 function.  */  /* The number of bytes in a long.  */
 #define HAVE_EXPM1 1  #define SIZEOF_LONG 4
   
 /* Define if you have the log1p function.  */  /* The number of bytes in a long long.  */
 #define HAVE_LOG1P 1  #define SIZEOF_LONG_LONG 8
   
 /* Define if you have the rint function.  */  /* The number of bytes in a short.  */
 #define HAVE_RINT 1  #define SIZEOF_SHORT 2
   
 /* Define if you have the sys_siglist function.  */  /* Define if you have the expm1 function.  */
 #undef HAVE_SYS_SIGLIST  #define HAVE_EXPM1 1
   
 /* Define if you have the m library (-lm).  */  /* Define if you have the log1p function.  */
 #define HAVE_LIBM 1  #define HAVE_LOG1P 1
 /* Of course, sys_siglist is a variable, not a function */  
   /* Define if you have the rint function.  */
 /* Define if you want to force a direct threaded code implementation  #define HAVE_RINT 1
    (does not work on all machines */  
 /* Define if you want to force an indirect threaded code implementation */  /* Define if you have the sys_siglist function.  */
 /* Define if you want to use explicit register declarations for better  #undef HAVE_SYS_SIGLIST
    performance or for more convenient CODE words (does not work with  
    all GCC versions on all machines) */  /* Define if you have the m library (-lm).  */
   #define HAVE_LIBM 1
   /* Of course, sys_siglist is a variable, not a function */
   
   /* Define if you want to force a direct threaded code implementation
      (does not work on all machines */
   /* Define if you want to force an indirect threaded code implementation */
   /* Define if you want to use explicit register declarations for better
      performance or for more convenient CODE words (does not work with
      all GCC versions on all machines) */
   

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


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