| /* 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 */ |
/* an integer type that is as long as a pointer */ |
| #define CELL_TYPE int |
#define CELL_TYPE int |
| /* an integer type that is twice as long as a pointer */ |
/* an integer type that is twice as long as a pointer */ |
| #define DOUBLE_CELL_TYPE long long |
#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 */ |
/* define this if there is no working DOUBLE_CELL_TYPE on your machine */ |
| /* #undef BUGGY_LONG_LONG */ |
/* #undef BUGGY_LONG_LONG */ |
| |
|