Minor tweaks for 3.76.
[make.git] / config.h.W32.template
blobcf8a8886bc09763aba4dd6d36835568fdac2901a
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3 /* Define if on AIX 3.
4    System headers sometimes define this.
5    We just want to avoid a redefinition error message.  */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
10 /* Define if using alloca.c.  */
11 #undef C_ALLOCA
13 /* Define to empty if the keyword does not work.  */
14 #undef const
16 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
17    This function is required for alloca.c support on those systems.  */
18 #undef CRAY_STACKSEG_END
20 /* Define for DGUX with <sys/dg_sys_info.h>.  */
21 #undef DGUX
23 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
24 #undef GETLOADAVG_PRIVILEGED
26 /* Define to `int' if <sys/types.h> doesn't define.  */
27 #undef gid_t
28 #define gid_t int
30 /* Define if you have alloca, as a function or macro.  */
31 #undef HAVE_ALLOCA
32 #define HAVE_ALLOCA
34 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
35 #undef HAVE_ALLOCA_H
37 /* Define if you have the memmove function.  */
38 #undef HAVE_MEMMOVE
39 #define HAVE_MEMMOVE 1
41 /* Define if you don't have vprintf but do have _doprnt.  */
42 #undef HAVE_DOPRNT
44 /* Define if your system has its own `getloadavg' function.  */
45 #undef HAVE_GETLOADAVG
47 /* Define if you have the getmntent function.  */
48 #undef HAVE_GETMNTENT
50 /* Define if the `long double' type works.  */
51 #undef HAVE_LONG_DOUBLE
53 /* Define if you support file names longer than 14 characters.  */
54 #undef HAVE_LONG_FILE_NAMES
55 #define HAVE_LONG_FILE_NAMES
57 /* Define if you have a working `mmap' system call.  */
58 #undef HAVE_MMAP
60 /* Define if system calls automatically restart after interruption
61    by a signal.  */
62 #undef HAVE_RESTARTABLE_SYSCALLS
64 /* Define if your struct stat has st_blksize.  */
65 #undef HAVE_ST_BLKSIZE
67 /* Define if your struct stat has st_blocks.  */
68 #undef HAVE_ST_BLOCKS
70 /* Define if you have the strcoll function and it is properly defined.  */
71 #undef HAVE_STRCOLL
72 #define HAVE_STRCOLL
74 /* Define if your struct stat has st_rdev.  */
75 #undef HAVE_ST_RDEV
76 #define HAVE_ST_RDEV
78 /* Define if you have the strftime function.  */
79 #undef HAVE_STRFTIME
80 #define HAVE_STRFTIME
82 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
83 #undef HAVE_SYS_WAIT_H
85 /* Define if your struct tm has tm_zone.  */
86 #undef HAVE_TM_ZONE
88 /* Define if you don't have tm_zone but do have the external array
89    tzname.  */
90 #undef HAVE_TZNAME
91 #define HAVE_TZNAME
93 /* Define if you have <unistd.h>.  */
94 #undef HAVE_UNISTD_H
96 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
97 #undef HAVE_UTIME_NULL
98 #define HAVE_UTIME_NULL
100 /* Define if you have <vfork.h>.  */
101 #undef HAVE_VFORK_H
103 /* Define if you have the vprintf function.  */
104 #undef HAVE_VPRINTF
105 #define HAVE_VPRINTF
107 /* Define if you have the wait3 system call.  */
108 #undef HAVE_WAIT3
110 /* Define if on MINIX.  */
111 #undef _MINIX
113 /* Define if your struct nlist has an n_un member.  */
114 #undef NLIST_NAME_UNION
116 /* Define if you have <nlist.h>.  */
117 #undef NLIST_STRUCT
119 /* Define if your C compiler doesn't accept -c and -o together.  */
120 #undef NO_MINUS_C_MINUS_O
122 /* Define to `int' if <sys/types.h> doesn't define.  */
123 #undef pid_t
124 #define pid_t int
126 /* Define if the system does not provide POSIX.1 features except
127    with this defined.  */
128 #undef _POSIX_1_SOURCE
130 /* Define if you need to in order for stat and other things to work.  */
131 #undef _POSIX_SOURCE
132 #define _POSIX_SOURCE
134 /* Define as the return type of signal handlers (int or void).  */
135 #undef RETSIGTYPE
136 #define RETSIGTYPE void
138 /* Define if the setvbuf function takes the buffering type as its second
139    argument and the buffer pointer as the third, as on System V
140    before release 3.  */
141 #undef SETVBUF_REVERSED
143 /* If using the C implementation of alloca, define if you know the
144    direction of stack growth for your system; otherwise it will be
145    automatically deduced at run-time.
146         STACK_DIRECTION > 0 => grows toward higher addresses
147         STACK_DIRECTION < 0 => grows toward lower addresses
148         STACK_DIRECTION = 0 => direction of growth unknown
149  */
150 #undef STACK_DIRECTION
152 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
153 #undef STAT_MACROS_BROKEN
155 /* Define if you have the ANSI C header files.  */
156 #undef STDC_HEADERS
157 #define STDC_HEADERS
159 /* Define on System V Release 4.  */
160 #undef SVR4
162 /* Define if `sys_siglist' is declared by <signal.h>.  */
163 #undef SYS_SIGLIST_DECLARED
165 /* Define to `int' if <sys/types.h> doesn't define.  */
166 #undef uid_t
167 #define uid_t int
169 /* Define for Encore UMAX.  */
170 #undef UMAX
172 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
173    instead of <sys/cpustats.h>.  */
174 #undef UMAX4_3
176 /* Define vfork as fork if vfork does not work.  */
177 #undef vfork
179 /* Name of this package (needed by automake) */
180 #define PACKAGE "%PACKAGE%"
182 /* Version of this package (needed by automake) */
183 #define VERSION "%VERSION%"
185 /* Define to the name of the SCCS `get' command.  */
186 #undef SCCS_GET
187 #define SCCS_GET "echo no sccs get"
189 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
190 #undef SCCS_GET_MINUS_G
192 /* Define this if the C library defines the variable `sys_siglist'.  */
193 #undef HAVE_SYS_SIGLIST
195 /* Define this if the C library defines the variable `_sys_siglist'.  */
196 #undef HAVE__SYS_SIGLIST
198 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
199 #undef HAVE_UNION_WAIT
201 /* Define if you have the dup2 function.  */
202 #undef HAVE_DUP2
203 #define HAVE_DUP2
205 /* Define if you have the getcwd function.  */
206 #undef HAVE_GETCWD
207 #define HAVE_GETCWD
209 /* Define if you have the getgroups function.  */
210 #undef HAVE_GETGROUPS
212 /* Define if you have the mktemp function.  */
213 #undef HAVE_MKTEMP
214 #define HAVE_MKTEMP
216 /* Define if you have the psignal function.  */
217 #undef HAVE_PSIGNAL
219 /* Define if you have the setegid function.  */
220 #undef HAVE_SETEGID
222 /* Define if you have the seteuid function.  */
223 #undef HAVE_SETEUID
225 /* Define if you have the setlinebuf function.  */
226 #undef HAVE_SETLINEBUF
228 /* Define if you have the setregid function.  */
229 #undef HAVE_SETREGID
231 /* Define if you have the setreuid function.  */
232 #undef HAVE_SETREUID
234 /* Define if you have the sigsetmask function.  */
235 #undef HAVE_SIGSETMASK
237 /* Define if you have the strerror function.  */
238 #undef HAVE_STRERROR
239 #define HAVE_STRERROR
241 /* Define if you have the strsignal function.  */
242 #undef HAVE_STRSIGNAL
244 /* Define if you have the wait3 function.  */
245 #undef HAVE_WAIT3
247 /* Define if you have the waitpid function.  */
248 #undef HAVE_WAITPID
250 /* Define if you have the <dirent.h> header file.  */
251 #undef HAVE_DIRENT_H
252 #define HAVE_DIRENT_H
254 /* Define if you have the <fcntl.h> header file.  */
255 #undef HAVE_FCNTL_H
256 #define HAVE_FCNTL_H
258 /* Define if you have the <limits.h> header file.  */
259 #undef HAVE_LIMITS_H
260 #define HAVE_LIMITS_H
262 /* Define if you have the <mach/mach.h> header file.  */
263 #undef HAVE_MACH_MACH_H
265 /* Define if you have the <memory.h> header file.  */
266 #undef HAVE_MEMORY_H
267 #define HAVE_MEMORY_H
269 /* Define if you have the <ndir.h> header file.  */
270 #undef HAVE_NDIR_H
272 /* Define if you have the <string.h> header file.  */
273 #undef HAVE_STRING_H
274 #define HAVE_STRING_H
276 /* Define if you have the <sys/dir.h> header file.  */
277 #undef HAVE_SYS_DIR_H
279 /* Define if you have the <sys/ndir.h> header file.  */
280 #undef HAVE_SYS_NDIR_H
282 /* Define if you have the <sys/param.h> header file.  */
283 #undef HAVE_SYS_PARAM_H
285 /* Define if you have the <sys/timeb.h> header file.  */
286 #undef HAVE_SYS_TIMEB_H
287 #define HAVE_SYS_TIMEB_H
289 /* Define if you have the <sys/wait.h> header file.  */
290 #undef HAVE_SYS_WAIT_H
292 /* Define if you have the <unistd.h> header file.  */
293 #undef HAVE_UNISTD_H
295 /* Define if you have the dgc library (-ldgc).  */
296 #undef HAVE_LIBDGC
298 /* Define if you have the sun library (-lsun).  */
299 #undef HAVE_LIBSUN