3.74.6
[make.git] / config.h.W32.template
blob5188b1fec8aa73d0387508a1be3cafd122426f18
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 don't have vprintf but do have _doprnt.  */
38 #undef HAVE_DOPRNT
40 /* Define if your system has its own `getloadavg' function.  */
41 #undef HAVE_GETLOADAVG
43 /* Define if you have the getmntent function.  */
44 #undef HAVE_GETMNTENT
46 /* Define if the `long double' type works.  */
47 #undef HAVE_LONG_DOUBLE
49 /* Define if you support file names longer than 14 characters.  */
50 #undef HAVE_LONG_FILE_NAMES
51 #define HAVE_LONG_FILE_NAMES
53 /* Define if you have a working `mmap' system call.  */
54 #undef HAVE_MMAP
56 /* Define if system calls automatically restart after interruption
57    by a signal.  */
58 #undef HAVE_RESTARTABLE_SYSCALLS
60 /* Define if your struct stat has st_blksize.  */
61 #undef HAVE_ST_BLKSIZE
63 /* Define if your struct stat has st_blocks.  */
64 #undef HAVE_ST_BLOCKS
66 /* Define if you have the strcoll function and it is properly defined.  */
67 #undef HAVE_STRCOLL
68 #define HAVE_STRCOLL
70 /* Define if your struct stat has st_rdev.  */
71 #undef HAVE_ST_RDEV
72 #define HAVE_ST_RDEV
74 /* Define if you have the strftime function.  */
75 #undef HAVE_STRFTIME
76 #define HAVE_STRFTIME
78 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
79 #undef HAVE_SYS_WAIT_H
81 /* Define if your struct tm has tm_zone.  */
82 #undef HAVE_TM_ZONE
84 /* Define if you don't have tm_zone but do have the external array
85    tzname.  */
86 #undef HAVE_TZNAME
87 #define HAVE_TZNAME
89 /* Define if you have <unistd.h>.  */
90 #undef HAVE_UNISTD_H
92 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
93 #undef HAVE_UTIME_NULL
94 #define HAVE_UTIME_NULL
96 /* Define if you have <vfork.h>.  */
97 #undef HAVE_VFORK_H
99 /* Define if you have the vprintf function.  */
100 #undef HAVE_VPRINTF
101 #define HAVE_VPRINTF
103 /* Define if you have the wait3 system call.  */
104 #undef HAVE_WAIT3
106 /* Define if on MINIX.  */
107 #undef _MINIX
109 /* Define if your struct nlist has an n_un member.  */
110 #undef NLIST_NAME_UNION
112 /* Define if you have <nlist.h>.  */
113 #undef NLIST_STRUCT
115 /* Define if your C compiler doesn't accept -c and -o together.  */
116 #undef NO_MINUS_C_MINUS_O
118 /* Define to `int' if <sys/types.h> doesn't define.  */
119 #undef pid_t
120 #define pid_t int
122 /* Define if the system does not provide POSIX.1 features except
123    with this defined.  */
124 #undef _POSIX_1_SOURCE
126 /* Define if you need to in order for stat and other things to work.  */
127 #undef _POSIX_SOURCE
128 #define _POSIX_SOURCE
130 /* Define as the return type of signal handlers (int or void).  */
131 #undef RETSIGTYPE
132 #define RETSIGTYPE void
134 /* Define if the setvbuf function takes the buffering type as its second
135    argument and the buffer pointer as the third, as on System V
136    before release 3.  */
137 #undef SETVBUF_REVERSED
139 /* If using the C implementation of alloca, define if you know the
140    direction of stack growth for your system; otherwise it will be
141    automatically deduced at run-time.
142         STACK_DIRECTION > 0 => grows toward higher addresses
143         STACK_DIRECTION < 0 => grows toward lower addresses
144         STACK_DIRECTION = 0 => direction of growth unknown
145  */
146 #undef STACK_DIRECTION
148 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
149 #undef STAT_MACROS_BROKEN
151 /* Define if you have the ANSI C header files.  */
152 #undef STDC_HEADERS
153 #define STDC_HEADERS
155 /* Define on System V Release 4.  */
156 #undef SVR4
158 /* Define if `sys_siglist' is declared by <signal.h>.  */
159 #undef SYS_SIGLIST_DECLARED
161 /* Define to `int' if <sys/types.h> doesn't define.  */
162 #undef uid_t
163 #define uid_t int
165 /* Define for Encore UMAX.  */
166 #undef UMAX
168 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
169    instead of <sys/cpustats.h>.  */
170 #undef UMAX4_3
172 /* Define vfork as fork if vfork does not work.  */
173 #undef vfork
175 /* Define to the name of the SCCS `get' command.  */
176 #undef SCCS_GET
177 #define SCCS_GET "echo no sccs get"
179 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
180 #undef SCCS_GET_MINUS_G
182 /* Define this if the C library defines the variable `sys_siglist'.  */
183 #undef HAVE_SYS_SIGLIST
185 /* Define this if the C library defines the variable `_sys_siglist'.  */
186 #undef HAVE__SYS_SIGLIST
188 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
189 #undef HAVE_UNION_WAIT
191 /* Define if you have the dup2 function.  */
192 #undef HAVE_DUP2
193 #define HAVE_DUP2
195 /* Define if you have the getcwd function.  */
196 #undef HAVE_GETCWD
197 #define HAVE_GETCWD
199 /* Define if you have the getgroups function.  */
200 #undef HAVE_GETGROUPS
202 /* Define if you have the mktemp function.  */
203 #undef HAVE_MKTEMP
204 #define HAVE_MKTEMP
206 /* Define if you have the psignal function.  */
207 #undef HAVE_PSIGNAL
209 /* Define if you have the setegid function.  */
210 #undef HAVE_SETEGID
212 /* Define if you have the seteuid function.  */
213 #undef HAVE_SETEUID
215 /* Define if you have the setlinebuf function.  */
216 #undef HAVE_SETLINEBUF
218 /* Define if you have the setregid function.  */
219 #undef HAVE_SETREGID
221 /* Define if you have the setreuid function.  */
222 #undef HAVE_SETREUID
224 /* Define if you have the sigsetmask function.  */
225 #undef HAVE_SIGSETMASK
227 /* Define if you have the strerror function.  */
228 #undef HAVE_STRERROR
229 #define HAVE_STRERROR
231 /* Define if you have the strsignal function.  */
232 #undef HAVE_STRSIGNAL
234 /* Define if you have the wait3 function.  */
235 #undef HAVE_WAIT3
237 /* Define if you have the waitpid function.  */
238 #undef HAVE_WAITPID
240 /* Define if you have the <dirent.h> header file.  */
241 #undef HAVE_DIRENT_H
242 #define HAVE_DIRENT_H
244 /* Define if you have the <fcntl.h> header file.  */
245 #undef HAVE_FCNTL_H
246 #define HAVE_FCNTL_H
248 /* Define if you have the <limits.h> header file.  */
249 #undef HAVE_LIMITS_H
250 #define HAVE_LIMITS_H
252 /* Define if you have the <mach/mach.h> header file.  */
253 #undef HAVE_MACH_MACH_H
255 /* Define if you have the <memory.h> header file.  */
256 #undef HAVE_MEMORY_H
257 #define HAVE_MEMORY_H
259 /* Define if you have the <ndir.h> header file.  */
260 #undef HAVE_NDIR_H
262 /* Define if you have the <string.h> header file.  */
263 #undef HAVE_STRING_H
264 #define HAVE_STRING_H
266 /* Define if you have the <sys/dir.h> header file.  */
267 #undef HAVE_SYS_DIR_H
269 /* Define if you have the <sys/ndir.h> header file.  */
270 #undef HAVE_SYS_NDIR_H
272 /* Define if you have the <sys/param.h> header file.  */
273 #undef HAVE_SYS_PARAM_H
275 /* Define if you have the <sys/timeb.h> header file.  */
276 #undef HAVE_SYS_TIMEB_H
277 #define HAVE_SYS_TIMEB_H
279 /* Define if you have the <sys/wait.h> header file.  */
280 #undef HAVE_SYS_WAIT_H
282 /* Define if you have the <unistd.h> header file.  */
283 #undef HAVE_UNISTD_H
285 /* Define if you have the dgc library (-ldgc).  */
286 #undef HAVE_LIBDGC
288 /* Define if you have the sun library (-lsun).  */
289 #undef HAVE_LIBSUN