Add build support for win32 on cygwin (gcc3).
[gnushogi.git] / win32 / config.h.in
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 `dup2' function. */
7 #undef HAVE_DUP2
8
9 /* Define to 1 if you have the <errno.h> header file. */
10 #undef HAVE_ERRNO_H
11
12 /* Define to 1 if you have the <fcntl.h> header file. */
13 #define HAVE_FCNTL_H 1
14
15 /* Define to 1 if you have the `fork' function. */
16 #undef HAVE_FORK
17
18 /* Define to 1 if you have the `gethostname' function. */
19 #undef HAVE_GETHOSTNAME
20
21 /* Define to 1 if you have the `gettimeofday' function. */
22 #undef HAVE_GETTIMEOFDAY
23
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #undef HAVE_INTTYPES_H
26
27 /* Define if you have lib */
28 #undef HAVE_LIBCURSES
29
30 /* Define to 1 if you have the `m' library (-lm). */
31 #undef HAVE_LIBM
32
33 /* Define to 1 if you have the `termcap' library (-ltermcap). */
34 #undef HAVE_LIBTERMCAP
35
36 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
37    to 0 otherwise. */
38 #undef HAVE_MALLOC
39
40 /* Define to 1 if you have the `memcpy' function. */
41 #define HAVE_MEMCPY 1
42
43 /* Define to 1 if you have the <memory.h> header file. */
44 #undef HAVE_MEMORY_H
45
46 /* Define to 1 if you have the `memset' function. */
47 #undef HAVE_MEMSET
48
49 /* Define to 1 if you have the `pow' function. */
50 #undef HAVE_POW
51
52 /* Define to 1 if you have the `setlinebuf' function. */
53 #undef HAVE_SETLINEBUF
54
55 /* Define to 1 if you have the `setvbuf' function. */
56 #undef HAVE_SETVBUF
57
58 /* Define to 1 if stdbool.h conforms to C99. */
59 #undef HAVE_STDBOOL_H
60
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #undef HAVE_STDINT_H
63
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #undef HAVE_STDLIB_H
66
67 /* Define to 1 if you have the `strcasecmp' function. */
68 #undef HAVE_STRCASECMP
69
70 /* Define to 1 if you have the `strchr' function. */
71 #undef HAVE_STRCHR
72
73 /* Define to 1 if you have the `strerror' function. */
74 #undef HAVE_STRERROR
75
76 /* Define to 1 if you have the <strings.h> header file. */
77 #undef HAVE_STRINGS_H
78
79 /* Define to 1 if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
81
82 /* Define to 1 if you have the `strrchr' function. */
83 #undef HAVE_STRRCHR
84
85 /* Define to 1 if you have the `strstr' function. */
86 #undef HAVE_STRSTR
87
88 /* Define to 1 if you have the `strtol' function. */
89 #undef HAVE_STRTOL
90
91 /* Define to 1 if you have the <sys/file.h> header file. */
92 #undef HAVE_SYS_FILE_H
93
94 /* Define to 1 if you have the <sys/ioctl.h> header file. */
95 #undef HAVE_SYS_IOCTL_H
96
97 /* Define to 1 if you have the <sys/param.h> header file. */
98 #undef HAVE_SYS_PARAM_H
99
100 /* Define to 1 if you have the <sys/stat.h> header file. */
101 #undef HAVE_SYS_STAT_H
102
103 /* Define to 1 if you have the <sys/time.h> header file. */
104 #undef HAVE_SYS_TIME_H
105
106 /* Define to 1 if you have the <sys/types.h> header file. */
107 #undef HAVE_SYS_TYPES_H
108
109 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
110 #undef HAVE_SYS_WAIT_H
111
112 /* Define to 1 if you have the <unistd.h> header file. */
113 #undef HAVE_UNISTD_H
114
115 /* Define to 1 if you have the `vfork' function. */
116 #undef HAVE_VFORK
117
118 /* Define to 1 if you have the <vfork.h> header file. */
119 #undef HAVE_VFORK_H
120
121 /* Define to 1 if `fork' works. */
122 #undef HAVE_WORKING_FORK
123
124 /* Define to 1 if `vfork' works. */
125 #undef HAVE_WORKING_VFORK
126
127 /* Define to 1 if the system has the type `_Bool'. */
128 #undef HAVE__BOOL
129
130 /* Define to build gnuminishogi instead of gnushogi */
131 #undef MINISHOGI
132
133 /* Define to the address where bug reports for this package should be sent. */
134 #undef PACKAGE_BUGREPORT
135
136 /* Define to the full name of this package. */
137 #define PACKAGE_NAME "@PACKAGE_NAME@"
138
139 /* Define to the full name and version of this package. */
140 #undef PACKAGE_STRING
141
142 /* Define to the one symbol short name of this package. */
143 #undef PACKAGE_TARNAME
144
145 /* Define to the home page for this package. */
146 #undef PACKAGE_URL
147
148 /* Define to the version of this package. */
149 #define PACKAGE_VERSION "@PACKAGE_VERSION@"
150
151 /* Define as the return type of signal handlers (`int' or `void'). */
152 #undef RETSIGTYPE
153
154 /* The size of `long', as computed by sizeof. */
155 #undef SIZEOF_LONG
156
157 /* Define to 1 if you have the ANSI C header files. */
158 #define STDC_HEADERS 1
159
160 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
161 #undef TIME_WITH_SYS_TIME
162
163 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
164 #undef TM_IN_SYS_TIME
165
166 /* Define to 1 if the X Window System is missing or not being used. */
167 #undef X_DISPLAY_MISSING
168
169 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
170    `char[]'. */
171 #undef YYTEXT_POINTER
172
173 /* Define to empty if `const' does not conform to ANSI C. */
174 #undef const
175
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
181
182 /* Define to rpl_malloc if the replacement function should be used. */
183 #undef malloc
184
185 /* Define to `int' if <sys/types.h> does not define. */
186 #undef pid_t
187
188 /* Define to `unsigned int' if <sys/types.h> does not define. */
189 #undef size_t
190
191 /* Define as `fork' if `vfork' does not work. */
192 #undef vfork