1/* config/fricas_c_macros.h.in.  Generated from configure.ac by autoheader.  */
2
3/* BSD flavour */
4#undef BSDplatform
5
6/* Host has AF_LOCAL */
7#undef HAVE_AF_LOCAL
8
9/* Host has AF_UNIX */
10#undef HAVE_AF_UNIX
11
12/* Define to 1 if you have the declaration of `closedir', and to 0 if you
13   don't. */
14#undef HAVE_DECL_CLOSEDIR
15
16/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
17   */
18#undef HAVE_DECL_DIRFD
19
20/* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
21   */
22#undef HAVE_DECL_FCHDIR
23
24/* Define to 1 if you have the declaration of `fork', and to 0 if you don't.
25   */
26#undef HAVE_DECL_FORK
27
28/* Define to 1 if you have the declaration of `getegid', and to 0 if you
29   don't. */
30#undef HAVE_DECL_GETEGID
31
32/* Define to 1 if you have the declaration of `geteuid', and to 0 if you
33   don't. */
34#undef HAVE_DECL_GETEUID
35
36/* Define to 1 if you have the declaration of `getgid', and to 0 if you don't.
37   */
38#undef HAVE_DECL_GETGID
39
40/* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
41   */
42#undef HAVE_DECL_GETUID
43
44/* Define to 1 if you have the declaration of `kill', and to 0 if you don't.
45   */
46#undef HAVE_DECL_KILL
47
48/* Define to 1 if you have the declaration of `opendir', and to 0 if you
49   don't. */
50#undef HAVE_DECL_OPENDIR
51
52/* Define to 1 if you have the declaration of `readdir', and to 0 if you
53   don't. */
54#undef HAVE_DECL_READDIR
55
56/* Define to 1 if you have the declaration of `sigaction', and to 0 if you
57   don't. */
58#undef HAVE_DECL_SIGACTION
59
60/* Define to 1 if you have the declaration of `wait', and to 0 if you don't.
61   */
62#undef HAVE_DECL_WAIT
63
64/* Define to 1 if you have the <dirent.h> header file. */
65#undef HAVE_DIRENT_H
66
67/* Host has EPIPE */
68#undef HAVE_EPIPE
69
70/* Define to 1 if you have the <gmp.h> header file. */
71#undef HAVE_GMP_H
72
73/* Define to 1 if you have the <inttypes.h> header file. */
74#undef HAVE_INTTYPES_H
75
76/* Define to 1 if you have the <memory.h> header file. */
77#undef HAVE_MEMORY_H
78
79/* Host has MSG_NOSIGNAL */
80#undef HAVE_MSG_NOSIGNAL
81
82/* openpty is available */
83#undef HAVE_OPENPTY
84
85/* openpty is declared */
86#undef HAVE_OPENPTY_DECL
87
88/* Define to 1 if you have the <pty.h> header file. */
89#undef HAVE_PTY_H
90
91/* Define to 1 if you have the <signal.h> header file. */
92#undef HAVE_SIGNAL_H
93
94/* Host has SO_NOSIGPIPE */
95#undef HAVE_SO_NOSIGPIPE
96
97/* Define to 1 if you have the <stdint.h> header file. */
98#undef HAVE_STDINT_H
99
100/* Define to 1 if you have the <stdlib.h> header file. */
101#undef HAVE_STDLIB_H
102
103/* Define to 1 if you have the <strings.h> header file. */
104#undef HAVE_STRINGS_H
105
106/* Define to 1 if you have the <string.h> header file. */
107#undef HAVE_STRING_H
108
109/* Define to 1 if you have the <sys/socket.h> header file. */
110#undef HAVE_SYS_SOCKET_H
111
112/* Define to 1 if you have the <sys/stat.h> header file. */
113#undef HAVE_SYS_STAT_H
114
115/* Define to 1 if you have the <sys/types.h> header file. */
116#undef HAVE_SYS_TYPES_H
117
118/* Define to 1 if you have the <sys/wait.h> header file. */
119#undef HAVE_SYS_WAIT_H
120
121/* Host has two arg mkdir */
122#undef HAVE_TWO_ARG_MKDIR
123
124/* Define to 1 if you have the <unistd.h> header file. */
125#undef HAVE_UNISTD_H
126
127/* Define to 1 if you have the <util.h> header file. */
128#undef HAVE_UTIL_H
129
130/* Define to 1 if you have the <winsock2.h> header file. */
131#undef HAVE_WINSOCK2_H
132
133/* Host has POSIX directory operations */
134#undef HOST_HAS_DIRECTORY_OPERATIONS
135
136/* Host has dirfd and fchdir */
137#undef HOST_HAS_DIRFD_FCHDIR
138
139/* MACOX flavour */
140#undef MACOSXplatform
141
142/* Define to the address where bug reports for this package should be sent. */
143#undef PACKAGE_BUGREPORT
144
145/* Define to the full name of this package. */
146#undef PACKAGE_NAME
147
148/* Define to the full name and version of this package. */
149#undef PACKAGE_STRING
150
151/* Define to the one symbol short name of this package. */
152#undef PACKAGE_TARNAME
153
154/* Define to the home page for this package. */
155#undef PACKAGE_URL
156
157/* Define to the version of this package. */
158#undef PACKAGE_VERSION
159
160/* Define to 1 if you have the ANSI C header files. */
161#undef STDC_HEADERS
162
163/* Define to 1 if the X Window System is missing or not being used. */
164#undef X_DISPLAY_MISSING
165