Installed a new French translation (resolves Debian Bug #106720)
[make.git] / config.h-vms.template
blob1dbf04ce011cec376d6403e56243b715935dfe7a
1 /* config.h-vms. Generated by hand by Klaus Kämpf <kkaempf@rmi.de> */
2 /* config.h.  Generated automatically by configure.  */
3 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
5 /* Define if on AIX 3.
6    System headers sometimes define this.
7    We just want to avoid a redefinition error message.  */
8 #ifndef _ALL_SOURCE
9 /* #undef _ALL_SOURCE */
10 #endif
12 /* Define if using alloca.c.  */
13 /* #undef C_ALLOCA */
14 /* maybe this should be placed into make.h */
15 #if     defined(__VAX) && defined(__DECC)
16 #define alloca(n)       __ALLOCA(n)
17 #endif
19 /* Define to 1 if NLS is requested.  */
20 /* #undef ENABLE_NLS */
22 /* Define as 1 if you have dcgettext.  */
23 /* #undef HAVE_DCGETTEXT */
25 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
26 /* #undef HAVE_GETTEXT */
28 /* Define if your locale.h file contains LC_MESSAGES.  */
29 /* #undef HAVE_LC_MESSAGES */
31 /* Define to the installation directory for locales.  */
32 #define LOCALEDIR ""
34 /* Define as 1 if you have the stpcpy function.  */
35 /* #undef HAVE_STPCPY */
37 /* Define if the closedir function returns void instead of int.  */
38 /* #undef CLOSEDIR_VOID */
40 /* Define to empty if the keyword does not work.  */
41 /* #undef const */
43 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
44    This function is required for alloca.c support on those systems.  */
45 /* #undef CRAY_STACKSEG_END */
47 /* Define for DGUX with <sys/dg_sys_info.h>.  */
48 /* #undef DGUX */
50 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
51 /* #undef GETLOADAVG_PRIVILEGED */
53 /* Define to `unsigned long' or `unsigned long long'
54    if <inttypes.h> doesn't define.  */
55 #define uintmax_t unsigned long
57 /* Define to `int' if <sys/types.h> doesn't define.  */
58 /* #undef gid_t */
60 /* Define if you have alloca, as a function or macro.  */
61 #define HAVE_ALLOCA 1
63 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
64 /* #undef HAVE_ALLOCA_H */
66 /* Define if you don't have vprintf but do have _doprnt.  */
67 /* #undef HAVE_DOPRNT */
69 /* Define if your system has a working fnmatch function.  */
70 /* #undef HAVE_FNMATCH */
72 /* Define if your system has its own `getloadavg' function.  */
73 /* #undef HAVE_GETLOADAVG */
75 /* Define if you have the getmntent function.  */
76 /* #undef HAVE_GETMNTENT */
78 /* Define if the `long double' type works.  */
79 /* #undef HAVE_LONG_DOUBLE */
81 /* Define if you support file names longer than 14 characters.  */
82 #define HAVE_LONG_FILE_NAMES 1
84 /* Define if you have a working `mmap' system call.  */
85 /* #undef HAVE_MMAP */
87 /* Define if system calls automatically restart after interruption
88    by a signal.  */
89 /* #undef HAVE_RESTARTABLE_SYSCALLS */
91 /* Define if your struct stat has st_blksize.  */
92 /* #undef HAVE_ST_BLKSIZE */
94 /* Define if your struct stat has st_blocks.  */
95 /* #undef HAVE_ST_BLOCKS */
97 /* Define if you have the strcoll function and it is properly defined.  */
98 /* #undef HAVE_STRCOLL */
100 /* Define if your struct stat has st_rdev.  */
101 /* #undef HAVE_ST_RDEV */
103 /* Define if you have the strftime function.  */
104 /* #undef HAVE_STRFTIME */
106 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
107 /* #undef HAVE_SYS_WAIT_H */
109 /* Define if your struct tm has tm_zone.  */
110 /* #undef HAVE_TM_ZONE */
112 /* Define if you don't have tm_zone but do have the external array
113    tzname.  */
114 /* #undef HAVE_TZNAME */
116 /* Define if you have <unistd.h>.  */
117 #ifdef __DECC
118 #define HAVE_UNISTD_H 1
119 #endif
121 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
122 /* #undef HAVE_UTIME_NULL */
124 /* Define if you have <vfork.h>.  */
125 /* #undef HAVE_VFORK_H */
127 /* Define if you have the vprintf function.  */
128 #define HAVE_VPRINTF 1
130 /* Define if you have the wait3 system call.  */
131 /* #undef HAVE_WAIT3 */
133 /* Define if on MINIX.  */
134 /* #undef _MINIX */
136 /* Define if your struct nlist has an n_un member.  */
137 /* #undef NLIST_NAME_UNION */
139 /* Define if you have <nlist.h>.  */
140 /* #undef NLIST_STRUCT */
142 /* Define if your C compiler doesn't accept -c and -o together.  */
143 /* #undef NO_MINUS_C_MINUS_O */
145 /* Define to `int' if <sys/types.h> doesn't define.  */
146 /* I assume types.h is available for all 5.0 cc/cxx compilers */
147 #if __DECC_VER < 50090000
148 #define pid_t int
149 #endif
151 /* Define if the system does not provide POSIX.1 features except
152    with this defined.  */
153 /* #undef _POSIX_1_SOURCE */
155 /* Define if you need to in order for stat and other things to work.  */
156 /* #undef _POSIX_SOURCE */
158 /* Define as the return type of signal handlers (int or void).  */
159 #define RETSIGTYPE void
161 /* Define if the setvbuf function takes the buffering type as its second
162    argument and the buffer pointer as the third, as on System V
163    before release 3.  */
164 /* #undef SETVBUF_REVERSED */
166 /* If using the C implementation of alloca, define if you know the
167    direction of stack growth for your system; otherwise it will be
168    automatically deduced at run-time.
169         STACK_DIRECTION > 0 => grows toward higher addresses
170         STACK_DIRECTION < 0 => grows toward lower addresses
171         STACK_DIRECTION = 0 => direction of growth unknown
172  */
173 /* #undef STACK_DIRECTION */
175 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
176 /* #undef STAT_MACROS_BROKEN */
178 /* Define if you have the ANSI C header files.  */
179 /* #undef STDC_HEADERS */
181 /* Define on System V Release 4.  */
182 /* #undef SVR4 */
184 /* Define if `sys_siglist' is declared by <signal.h>.  */
185 /* #undef SYS_SIGLIST_DECLARED */
187 /* Define to `int' if <sys/types.h> doesn't define.  */
188 #if __DECC_VER < 50090000
189 #define uid_t int
190 #endif
192 /* Define for Encore UMAX.  */
193 /* #undef UMAX */
195 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
196    instead of <sys/cpustats.h>.  */
197 /* #undef UMAX4_3 */
199 /* Define vfork as fork if vfork does not work.  */
200 /* #undef vfork */
202 /* Name of this package (needed by automake) */
203 #define PACKAGE "%PACKAGE%"
205 /* Version of this package (needed by automake) */
206 #define VERSION "%VERSION%"
208 /* Define to the name of the SCCS `get' command.  */
209 /* #undef SCCS_GET */
211 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
212 /* #undef SCCS_GET_MINUS_G */
214 /* Define this to enable job server support in GNU make.  */
215 /* #undef MAKE_JOBSERVER */
217 /* Define to be the nanoseconds member of struct stat's st_mtim,
218    if it exists.  */
219 /* #undef ST_MTIM_NSEC */
221 /* Define this if the C library defines the variable `sys_siglist'.  */
222 /* #undefine HAVE_SYS_SIGLIST */
224 /* Define this if the C library defines the variable `_sys_siglist'.  */
225 /* #undef HAVE__SYS_SIGLIST */
227 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
228 /* #undef HAVE_UNION_WAIT */
230 /* Define if you have the dup2 function.  */
231 #define HAVE_DUP2 1
233 /* Define if you have the getcwd function.  */
234 #define HAVE_GETCWD 1
236 /* Define if you have the getgroups function.  */
237 /* #undef HAVE_GETGROUPS */
239 /* Define if you have the gethostbyname function.  */
240 /* #undef HAVE_GETHOSTBYNAME */
242 /* Define if you have the gethostname function.  */
243 /* #undef HAVE_GETHOSTNAME */
245 /* Define if you have the getloadavg function.  */
246 /* #undef HAVE_GETLOADAVG */
248 /* Define if you have the memmove function.  */
249 #define HAVE_MEMMOVE 1
251 /* Define if you have the mktemp function.  */
252 #define HAVE_MKTEMP 1
254 /* Define if you have the psignal function.  */
255 /* #undef HAVE_PSIGNAL */
257 /* Define if you have the pstat_getdynamic function.  */
258 /* #undef HAVE_PSTAT_GETDYNAMIC */
260 /* Define if you have the setegid function.  */
261 /* #undef HAVE_SETEGID */
263 /* Define if you have the seteuid function.  */
264 /* #undef HAVE_SETEUID */
266 /* Define if you have the setlinebuf function.  */
267 /* #undef HAVE_SETLINEBUF */
269 /* Define if you have the setregid function.  */
270 /* #undefine HAVE_SETREGID */
272 /* Define if you have the setreuid function.  */
273 /* #define HAVE_SETREUID */
275 /* Define if you have the sigsetmask function.  */
276 #define HAVE_SIGSETMASK 1
278 /* Define if you have the socket function.  */
279 /* #undef HAVE_SOCKET */
281 /* Define if you have the strcasecmp function.  */
282 /* #undef HAVE_STRCASECMP */
284 /* Define if you have the strerror function.  */
285 #define HAVE_STRERROR 1
287 /* Define if you have the strsignal function.  */
288 /* #undef HAVE_STRSIGNAL */
290 /* Define if you have the wait3 function.  */
291 /* #undef HAVE_WAIT3 */
293 /* Define if you have the waitpid function.  */
294 /* #undef HAVE_WAITPID */
296 /* Define if you have the <dirent.h> header file.  */
297 #define HAVE_DIRENT_H 1
299 /* Define if you have the <fcntl.h> header file.  */
300 #ifdef __DECC
301 #define HAVE_FCNTL_H 1
302 #endif
304 /* Define if you have the <limits.h> header file.  */
305 #define HAVE_LIMITS_H 1
307 /* Define if you have the <mach/mach.h> header file.  */
308 /* #undef HAVE_MACH_MACH_H */
310 /* Define if you have the <memory.h> header file.  */
311 /* #undef HAVE_MEMORY_H */
313 /* Define if you have the <ndir.h> header file.  */
314 /* #undef HAVE_NDIR_H */
316 /* Define if you have the <stdlib.h> header file.  */
317 #define HAVE_STDLIB_H 1
319 /* Define if you have the <string.h> header file.  */
320 #define HAVE_STRING_H 1
322 /* Define if you have the <sys/dir.h> header file.  */
323 /* #undef HAVE_SYS_DIR_H */
325 /* Define if you have the <sys/ndir.h> header file.  */
326 /* #undef HAVE_SYS_NDIR_H */
328 /* Define if you have the <sys/param.h> header file.  */
329 /* #undef HAVE_SYS_PARAM_H */
331 /* Define if you have the <sys/timeb.h> header file.  */
332 #ifndef __GNUC__
333 #define HAVE_SYS_TIMEB_H 1
334 #endif
336 /* Define if you have the <sys/wait.h> header file.  */
337 /* #undef HAVE_SYS_WAIT_H */
339 /* Define if you have the dgc library (-ldgc).  */
340 /* #undef HAVE_LIBDGC */
342 /* Define if you have the kstat library (-lkstat).  */
343 /* #undef HAVE_LIBKSTAT *
345 /* Define if you have the sun library (-lsun).  */
346 /* #undef HAVE_LIBSUN */
348 /* Define for case insensitve filenames */
349 #define HAVE_CASE_INSENSITIVE_FS 1
351 /* VMS specific, define it if you want to use case sensitve targets */
352 /* #undef WANT_CASE_SENSITIVE_TARGETS */
354 /* VMS specific, V7.0 has opendir() and friends, so it's undefined */
355 /* If you want to use non-VMS code for opendir() etc. on V7.0 and greater
356    define the first or both macros AND change the compile command to get the
357    non-VMS versions linked: (prefix=(all,except=(opendir,...  */
358 /* #undef HAVE_VMSDIR_H */
359 /* #undef _DIRENT_HAVE_D_NAMLEN */
361 /* On older systems without 7.0 backport of CRTL the first one is defined */
362 #ifdef __CRTL_VER
363 # if __CRTL_VER < 70000000
364 #  define HAVE_VMSDIR_H 1
365 # endif
366 #else
367 # if __VMS_VER < 70000000
368 #  define HAVE_VMSDIR_H 1
369 # endif
370 #endif
372 #if defined(HAVE_VMSDIR_H) && defined(HAVE_DIRENT_H)
373 #undef HAVE_DIRENT_H
374 #endif
376 #define HAVE_STDLIB_H 1
377 #define INCLUDEDIR "sys$sysroot:[syslib]"
378 #define LIBDIR "sys$sysroot:[syslib]"
380 /* Don't use RTL functions of OpenVMS */
381 #ifdef __DECC
382 #include <stdio.h>
383 #include <unistd.h>
384 #define getopt gnu_getopt
385 #define optarg gnu_optarg
386 #define optopt gnu_optopt
387 #define optind gnu_optind
388 #define opterr gnu_opterr
389 #endif
391 #if defined (__cplusplus) || (defined (__STDC__) && __STDC__)
392 #undef  PARAMS
393 #define PARAMS(protos)  protos
394 #else /* Not C++ or ANSI C.  */
395 #undef  PARAMS
396 #define PARAMS(protos)  ()
397 #endif /* C++ or ANSI C.  */
399 /* Build host information. */
400 #define MAKE_HOST "VMS"