1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `bcopy' function. */
4#undef HAVE_BCOPY
5
6/* Define to 1 if you have the <errno.h> header file. */
7#undef HAVE_ERRNO_H
8
9/* Define to 1 if you have the <fcntl.h> header file. */
10#undef HAVE_FCNTL_H
11
12/* Define to 1 if you have the `gettimeofday' function. */
13#undef HAVE_GETTIMEOFDAY
14
15/* Define to 1 if you have the <inttypes.h> header file. */
16#undef HAVE_INTTYPES_H
17
18/* Define if you have lib */
19#undef HAVE_LIBCURSES
20
21/* Define to 1 if you have the `m' library (-lm). */
22#undef HAVE_LIBM
23
24/* Define to 1 if you have the `termcap' library (-ltermcap). */
25#undef HAVE_LIBTERMCAP
26
27/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
28   to 0 otherwise. */
29#undef HAVE_MALLOC
30
31/* Define to 1 if you have the `memcpy' function. */
32#undef HAVE_MEMCPY
33
34/* Define to 1 if you have the <memory.h> header file. */
35#undef HAVE_MEMORY_H
36
37/* Define to 1 if you have the `memset' function. */
38#undef HAVE_MEMSET
39
40/* Define to 1 if you have the `pow' function. */
41#undef HAVE_POW
42
43/* Define to 1 if you have the `setlinebuf' function. */
44#undef HAVE_SETLINEBUF
45
46/* Define to 1 if you have the `setvbuf' function. */
47#undef HAVE_SETVBUF
48
49/* Define to 1 if stdbool.h conforms to C99. */
50#undef HAVE_STDBOOL_H
51
52/* Define to 1 if you have the <stdint.h> header file. */
53#undef HAVE_STDINT_H
54
55/* Define to 1 if you have the <stdlib.h> header file. */
56#undef HAVE_STDLIB_H
57
58/* Define to 1 if you have the `strchr' function. */
59#undef HAVE_STRCHR
60
61/* Define to 1 if you have the `strerror' function. */
62#undef HAVE_STRERROR
63
64/* Define to 1 if you have the <strings.h> header file. */
65#undef HAVE_STRINGS_H
66
67/* Define to 1 if you have the <string.h> header file. */
68#undef HAVE_STRING_H
69
70/* Define to 1 if you have the `strrchr' function. */
71#undef HAVE_STRRCHR
72
73/* Define to 1 if you have the `strstr' function. */
74#undef HAVE_STRSTR
75
76/* Define to 1 if you have the `strtol' function. */
77#undef HAVE_STRTOL
78
79/* Define to 1 if you have the <sys/file.h> header file. */
80#undef HAVE_SYS_FILE_H
81
82/* Define to 1 if you have the <sys/ioctl.h> header file. */
83#undef HAVE_SYS_IOCTL_H
84
85/* Define to 1 if you have the <sys/param.h> header file. */
86#undef HAVE_SYS_PARAM_H
87
88/* Define to 1 if you have the <sys/stat.h> header file. */
89#undef HAVE_SYS_STAT_H
90
91/* Define to 1 if you have the <sys/time.h> header file. */
92#undef HAVE_SYS_TIME_H
93
94/* Define to 1 if you have the <sys/types.h> header file. */
95#undef HAVE_SYS_TYPES_H
96
97/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
98#undef HAVE_SYS_WAIT_H
99
100/* Define to 1 if you have the <unistd.h> header file. */
101#undef HAVE_UNISTD_H
102
103/* Define to 1 if the system has the type `_Bool'. */
104#undef HAVE__BOOL
105
106/* Define to build gnuminishogi instead of gnushogi */
107#undef MINISHOGI
108
109/* Define to the address where bug reports for this package should be sent. */
110#undef PACKAGE_BUGREPORT
111
112/* Define to the full name of this package. */
113#undef PACKAGE_NAME
114
115/* Define to the full name and version of this package. */
116#undef PACKAGE_STRING
117
118/* Define to the one symbol short name of this package. */
119#undef PACKAGE_TARNAME
120
121/* Define to the home page for this package. */
122#undef PACKAGE_URL
123
124/* Define to the version of this package. */
125#undef PACKAGE_VERSION
126
127/* Define as the return type of signal handlers (`int' or `void'). */
128#undef RETSIGTYPE
129
130/* The size of `long', as computed by sizeof. */
131#undef SIZEOF_LONG
132
133/* Define to 1 if you have the ANSI C header files. */
134#undef STDC_HEADERS
135
136/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
137#undef TIME_WITH_SYS_TIME
138
139/* Define to 1 if your <sys/time.h> declares `struct tm'. */
140#undef TM_IN_SYS_TIME
141
142/* Define to empty if `const' does not conform to ANSI C. */
143#undef const
144
145/* Define to `__inline__' or `__inline' if that's what the C compiler
146   calls it, or to nothing if 'inline' is not supported under any name.  */
147#ifndef __cplusplus
148#undef inline
149#endif
150
151/* Define to rpl_malloc if the replacement function should be used. */
152#undef malloc
153
154/* Define to `int' if <sys/types.h> does not define. */
155#undef pid_t
156
157/* Define to `unsigned int' if <sys/types.h> does not define. */
158#undef size_t
159