Updating to version 1.3.2, last public release by Mike Vanier.
[gnushogi.git] / 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 #undef HAVE_FCNTL_H
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 to 1 if you have the `curses' library (-lcurses). */
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 #undef HAVE_MEMCPY
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 #undef HAVE_STRING_H
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 the address where bug reports for this package should be sent. */
131 #undef PACKAGE_BUGREPORT
132
133 /* Define to the full name of this package. */
134 #undef PACKAGE_NAME
135
136 /* Define to the full name and version of this package. */
137 #undef PACKAGE_STRING
138
139 /* Define to the one symbol short name of this package. */
140 #undef PACKAGE_TARNAME
141
142 /* Define to the version of this package. */
143 #undef PACKAGE_VERSION
144
145 /* Define to 1 if the C compiler supports function prototypes. */
146 #undef PROTOTYPES
147
148 /* Define as the return type of signal handlers (`int' or `void'). */
149 #undef RETSIGTYPE
150
151 /* Define to 1 if the `setvbuf' function takes the buffering type as its
152    second argument and the buffer pointer as the third, as on System V before
153    release 3. */
154 #undef SETVBUF_REVERSED
155
156 /* The size of a `long', as computed by sizeof. */
157 #undef SIZEOF_LONG
158
159 /* Define to 1 if you have the ANSI C header files. */
160 #undef STDC_HEADERS
161
162 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
163 #undef TIME_WITH_SYS_TIME
164
165 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
166 #undef TM_IN_SYS_TIME
167
168 /* Define to 1 if the X Window System is missing or not being used. */
169 #undef X_DISPLAY_MISSING
170
171 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
172    `char[]'. */
173 #undef YYTEXT_POINTER
174
175 /* Define like PROTOTYPES; this can be used by system headers. */
176 #undef __PROTOTYPES
177
178 /* Define to empty if `const' does not conform to ANSI C. */
179 #undef const
180
181 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
182    if it is not supported. */
183 #undef inline
184
185 /* Define to rpl_malloc if the replacement function should be used. */
186 #undef malloc
187
188 /* Define to `int' if <sys/types.h> does not define. */
189 #undef pid_t
190
191 /* Define to `unsigned' if <sys/types.h> does not define. */
192 #undef size_t
193
194 /* Define as `fork' if `vfork' does not work. */
195 #undef vfork