1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define to empty if the keyword does not work.  */
4#undef const
5
6/* Define if you have the ANSI C header files.  */
7#undef STDC_HEADERS
8
9/* Define this if SYSV IPC is available (e.g. msgget, etc.) */
10#undef HAVE_SYSVIPC
11
12/* Define this if internet-domain sockets are available */
13#undef HAVE_INTERNET_DOMAIN_SOCKETS
14
15/* Define this if berkeley unix-domain sockets are available */
16#undef HAVE_UNIX_DOMAIN_SOCKETS
17
18/* Define this if using Xauth authentication */
19#undef HAVE_XAUTH
20
21#undef socklen_t
22
23/* The number of bytes in a long.  */
24#undef SIZEOF_LONG
25
26/* Define if you have the getcwd function.  */
27#undef HAVE_GETCWD
28
29/* Define if you have the memcmp function.  */
30#undef HAVE_MEMCMP
31
32/* Define if you have the msgget function.  */
33#undef HAVE_MSGGET
34
35/* Define if you have the <bsd/sgtty.h> header file.  */
36#undef HAVE_BSD_SGTTY_H
37
38/* Define if you have the <libintl.h> header file.  */
39#undef HAVE_LIBINTL_H
40
41/* Define if you have the <sgtty.h> header file.  */
42#undef HAVE_SGTTY_H
43
44/* Define if you have the <string.h> header file.  */
45#undef HAVE_STRING_H
46
47/* Define if you have the <sys/select.h> header file.  */
48#undef HAVE_SYS_SELECT_H
49
50/* Define if you have the <sys/socket.h> header file.  */
51#undef HAVE_SYS_SOCKET_H
52
53/* Define if you have the <sys/time.h> header file.  */
54#undef HAVE_SYS_TIME_H
55
56/* Define if you have the <sys/types.h> header file.  */
57#undef HAVE_SYS_TYPES_H
58
59/* Define if you have the <sys/un.h> header file.  */
60#undef HAVE_SYS_UN_H
61
62/* Define if you have the <unistd.h> header file.  */
63#undef HAVE_UNISTD_H
64
65/* Define if you have the intl library (-lintl).  */
66#undef HAVE_LIBINTL
67
68/* Define if you have the nsl library (-lnsl).  */
69#undef HAVE_LIBNSL
70
71/* Define if you have the resolv library (-lresolv).  */
72#undef HAVE_LIBRESOLV
73
74/* Define if you have the socket library (-lsocket).  */
75#undef HAVE_LIBSOCKET
76#define CONST const
77
78#if (defined(linux) && defined(HAVE_BSD_SGTTY)) || (!defined(linux) && defined(HAVE_SGTTY))
79#define USE_LITOUT
80#else
81#define DONT_USE_LITOUT
82#endif
83
84/* From XEmacs config.h.in */
85#ifndef BITS_PER_CHAR
86#define BITS_PER_CHAR 8
87#endif
88#define LONGBITS (SIZEOF_LONG * BITS_PER_CHAR)
89