File: dosconf.h

package info (click to toggle)
gforth 0.7.3%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid
  • size: 5,992 kB
  • sloc: ansic: 8,535; sh: 3,666; lisp: 1,778; makefile: 1,019; yacc: 186; sed: 141; lex: 102; awk: 21
file content (66 lines) | stat: -rw-r--r-- 1,890 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if `sys_siglist' is declared by <signal.h>.  */
#undef SYS_SIGLIST_DECLARED

/* Define if your processor stores words with the most significant
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
/* #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

/* an integer type that is twice as long as a pointer */
#define DOUBLE_CELL_TYPE long long

/* a path separator character */
#define PATHSEP ';'

/* define this if there is no working DOUBLE_CELL_TYPE on your machine */
/* #undef BUGGY_LONG_LONG */

/* The number of bytes in a char *.  */
#define SIZEOF_CHAR_P 4

/* The number of bytes in a int.  */
#define SIZEOF_INT 4

/* The number of bytes in a long.  */
#define SIZEOF_LONG 4

/* The number of bytes in a long long.  */
#define SIZEOF_LONG_LONG 8

/* The number of bytes in a short.  */
#define SIZEOF_SHORT 2

/* Define if you have the expm1 function.  */
#define HAVE_EXPM1 1

/* Define if you have the log1p function.  */
#define HAVE_LOG1P 1

/* Define if you have the rint function.  */
#define HAVE_RINT 1

/* Define if you have the sys_siglist function.  */
#undef HAVE_SYS_SIGLIST

/* 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) */