1#define CONST const
2
3#if (defined(linux) && defined(HAVE_BSD_SGTTY)) || (!defined(linux) && defined(HAVE_SGTTY))
4#define USE_LITOUT
5#else
6#define DONT_USE_LITOUT
7#endif
8
9/* From XEmacs config.h.in */
10#ifndef BITS_PER_CHAR
11#define BITS_PER_CHAR 8
12#endif
13#define LONGBITS (SIZEOF_LONG * BITS_PER_CHAR)
14