Update README instructions for submitting bugs and patches.
[gnushogi.git] / win32 / config.h.in
blob1d9b43c8b4fa0cf15446ba23b4234c89cd2a1a05
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the `bcopy' function. */
4 #undef HAVE_BCOPY
6 /* Define to 1 if you have the `dup2' function. */
7 #undef HAVE_DUP2
9 /* Define to 1 if you have the <errno.h> header file. */
10 #undef HAVE_ERRNO_H
12 /* Define to 1 if you have the <fcntl.h> header file. */
13 #define HAVE_FCNTL_H 1
15 /* Define to 1 if you have the `fork' function. */
16 #undef HAVE_FORK
18 /* Define to 1 if you have the `gethostname' function. */
19 #undef HAVE_GETHOSTNAME
21 /* Define to 1 if you have the `gettimeofday' function. */
22 #undef HAVE_GETTIMEOFDAY
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #undef HAVE_INTTYPES_H
27 /* Define if you have lib */
28 #undef HAVE_LIBCURSES
30 /* Define to 1 if you have the `m' library (-lm). */
31 #undef HAVE_LIBM
33 /* Define to 1 if you have the `termcap' library (-ltermcap). */
34 #undef HAVE_LIBTERMCAP
36 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
37 to 0 otherwise. */
38 #undef HAVE_MALLOC
40 /* Define to 1 if you have the `memcpy' function. */
41 #define HAVE_MEMCPY 1
43 /* Define to 1 if you have the <memory.h> header file. */
44 #undef HAVE_MEMORY_H
46 /* Define to 1 if you have the `memset' function. */
47 #undef HAVE_MEMSET
49 /* Define to 1 if you have the `pow' function. */
50 #undef HAVE_POW
52 /* Define to 1 if you have the `setlinebuf' function. */
53 #undef HAVE_SETLINEBUF
55 /* Define to 1 if you have the `setvbuf' function. */
56 #undef HAVE_SETVBUF
58 /* Define to 1 if stdbool.h conforms to C99. */
59 #undef HAVE_STDBOOL_H
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #undef HAVE_STDINT_H
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #undef HAVE_STDLIB_H
67 /* Define to 1 if you have the `strcasecmp' function. */
68 #undef HAVE_STRCASECMP
70 /* Define to 1 if you have the `strchr' function. */
71 #undef HAVE_STRCHR
73 /* Define to 1 if you have the `strerror' function. */
74 #undef HAVE_STRERROR
76 /* Define to 1 if you have the <strings.h> header file. */
77 #undef HAVE_STRINGS_H
79 /* Define to 1 if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
82 /* Define to 1 if you have the `strrchr' function. */
83 #undef HAVE_STRRCHR
85 /* Define to 1 if you have the `strstr' function. */
86 #undef HAVE_STRSTR
88 /* Define to 1 if you have the `strtol' function. */
89 #undef HAVE_STRTOL
91 /* Define to 1 if you have the <sys/file.h> header file. */
92 #undef HAVE_SYS_FILE_H
94 /* Define to 1 if you have the <sys/ioctl.h> header file. */
95 #undef HAVE_SYS_IOCTL_H
97 /* Define to 1 if you have the <sys/param.h> header file. */
98 #undef HAVE_SYS_PARAM_H
100 /* Define to 1 if you have the <sys/stat.h> header file. */
101 #undef HAVE_SYS_STAT_H
103 /* Define to 1 if you have the <sys/time.h> header file. */
104 #undef HAVE_SYS_TIME_H
106 /* Define to 1 if you have the <sys/types.h> header file. */
107 #undef HAVE_SYS_TYPES_H
109 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
110 #undef HAVE_SYS_WAIT_H
112 /* Define to 1 if you have the <unistd.h> header file. */
113 #undef HAVE_UNISTD_H
115 /* Define to 1 if you have the `vfork' function. */
116 #undef HAVE_VFORK
118 /* Define to 1 if you have the <vfork.h> header file. */
119 #undef HAVE_VFORK_H
121 /* Define to 1 if `fork' works. */
122 #undef HAVE_WORKING_FORK
124 /* Define to 1 if `vfork' works. */
125 #undef HAVE_WORKING_VFORK
127 /* Define to 1 if the system has the type `_Bool'. */
128 #undef HAVE__BOOL
130 /* Define to build gnuminishogi instead of gnushogi */
131 #undef MINISHOGI
133 /* Define to the address where bug reports for this package should be sent. */
134 #undef PACKAGE_BUGREPORT
136 /* Define to the full name of this package. */
137 #define PACKAGE_NAME "@PACKAGE_NAME@"
139 /* Define to the full name and version of this package. */
140 #undef PACKAGE_STRING
142 /* Define to the one symbol short name of this package. */
143 #undef PACKAGE_TARNAME
145 /* Define to the home page for this package. */
146 #undef PACKAGE_URL
148 /* Define to the version of this package. */
149 #define PACKAGE_VERSION "@PACKAGE_VERSION@"
151 /* Define as the return type of signal handlers (`int' or `void'). */
152 #undef RETSIGTYPE
154 /* The size of `long', as computed by sizeof. */
155 #undef SIZEOF_LONG
157 /* Define to 1 if you have the ANSI C header files. */
158 #define STDC_HEADERS 1
160 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
161 #undef TIME_WITH_SYS_TIME
163 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
164 #undef TM_IN_SYS_TIME
166 /* Define to 1 if the X Window System is missing or not being used. */
167 #undef X_DISPLAY_MISSING
169 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
170 `char[]'. */
171 #undef YYTEXT_POINTER
173 /* Define to empty if `const' does not conform to ANSI C. */
174 #undef const
176 /* Define to `__inline__' or `__inline' if that's what the C compiler
177 calls it, or to nothing if 'inline' is not supported under any name. */
178 #ifndef __cplusplus
179 /* #undef inline */
180 #endif
182 /* Define to rpl_malloc if the replacement function should be used. */
183 #undef malloc
185 /* Define to `int' if <sys/types.h> does not define. */
186 #undef pid_t
188 /* Define to `unsigned int' if <sys/types.h> does not define. */
189 #undef size_t
191 /* Define as `fork' if `vfork' does not work. */
192 #undef vfork