Add translation for Czech (cs).
[make.git] / config.h-vms.template
blobcf9d5e416d30510d246dc1ae833c029b484410f3
1 /* config.h-vms. Generated by hand by Klaus Kämpf <kkaempf@rmi.de>      -*-C-*-
3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
4 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5 This file is part of GNU Make.
7 GNU Make is free software; you can redistribute it and/or modify it under the
8 terms of the GNU General Public License as published by the Free Software
9 Foundation; either version 3 of the License, or (at your option) any later
10 version.
12 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
13 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14 A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License along with
17 this program.  If not, see <http://www.gnu.org/licenses/>.  */
19 /* config.h.  Generated automatically by configure.  */
20 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
22 /* Define to 1 if on AIX 3.
23    System headers sometimes define this.
24    We just want to avoid a redefinition error message.  */
25 #ifndef _ALL_SOURCE
26 /* #undef _ALL_SOURCE */
27 #endif
29 /* Define to 1 if NLS is requested.  */
30 /* #undef ENABLE_NLS */
32 /* Define as 1 if you have dcgettext.  */
33 /* #undef HAVE_DCGETTEXT */
35 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
36 /* #undef HAVE_GETTEXT */
38 /* Define to 1 if your locale.h file contains LC_MESSAGES.  */
39 /* #undef HAVE_LC_MESSAGES */
41 /* Define to the installation directory for locales.  */
42 #define LOCALEDIR ""
44 /* Define as 1 if you have the stpcpy function.  */
45 /* #undef HAVE_STPCPY */
47 /* Define to 1 if the closedir function returns void instead of int.  */
48 /* #undef CLOSEDIR_VOID */
50 /* Define to empty if the keyword does not work.  */
51 /* #undef const */
53 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
54    This function is required for alloca.c support on those systems.  */
55 /* #undef CRAY_STACKSEG_END */
57 /* Define for DGUX with <sys/dg_sys_info.h>.  */
58 /* #undef DGUX */
60 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.  */
61 /* #undef GETLOADAVG_PRIVILEGED */
63 /* Define to `unsigned long' or `unsigned long long'
64    if <inttypes.h> doesn't define.  */
65 #define uintmax_t unsigned long
67 /* Define to `int' if <sys/types.h> doesn't define.  */
68 /* #undef gid_t */
70 /* Define to 1 if you have alloca, as a function or macro.  */
71 #define HAVE_ALLOCA 1
73 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).  */
74 /* #undef HAVE_ALLOCA_H */
76 /* Define to 1 if you don't have vprintf but do have _doprnt.  */
77 /* #undef HAVE_DOPRNT */
79 /* Define to 1 if you have the fdopen function.  */
80 #define HAVE_FDOPEN 1
82 /* Define to 1 if your system has a working fnmatch function.  */
83 /* #undef HAVE_FNMATCH */
85 /* Define to 1 if your system has its own `getloadavg' function.  */
86 /* #undef HAVE_GETLOADAVG */
88 /* Define to 1 if you have the getmntent function.  */
89 /* #undef HAVE_GETMNTENT */
91 /* Define to 1 if the `long double' type works.  */
92 /* #undef HAVE_LONG_DOUBLE */
94 /* Define to 1 if you support file names longer than 14 characters.  */
95 #define HAVE_LONG_FILE_NAMES 1
97 /* Define to 1 if you have a working `mmap' system call.  */
98 /* #undef HAVE_MMAP */
100 /* Define to 1 if system calls automatically restart after interruption
101    by a signal.  */
102 /* #undef HAVE_RESTARTABLE_SYSCALLS */
104 /* Define to 1 if your struct stat has st_blksize.  */
105 /* #undef HAVE_ST_BLKSIZE */
107 /* Define to 1 if your struct stat has st_blocks.  */
108 /* #undef HAVE_ST_BLOCKS */
110 /* Define to 1 if you have the strcoll function and it is properly defined.  */
111 /* #undef HAVE_STRCOLL */
113 /* Define to 1 if you have the strncasecmp' function. */
114 #if __CRTL_VER >= 70000000
115 #define HAVE_STRNCASECMP 1
116 #endif
118 /* Define to 1 if your struct stat has st_rdev.  */
119 /* #undef HAVE_ST_RDEV */
121 /* Define to 1 if you have the strftime function.  */
122 /* #undef HAVE_STRFTIME */
124 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible.  */
125 /* #undef HAVE_SYS_WAIT_H */
127 /* Define to 1 if your struct tm has tm_zone.  */
128 /* #undef HAVE_TM_ZONE */
130 /* Define to 1 if you don't have tm_zone but do have the external array
131    tzname.  */
132 /* #undef HAVE_TZNAME */
134 /* Define to 1 if you have <unistd.h>.  */
135 #ifdef __DECC
136 #define HAVE_UNISTD_H 1
137 #endif
139 /* Define to 1 if utime(file, NULL) sets file's timestamp to the present.  */
140 /* #undef HAVE_UTIME_NULL */
142 /* Define to 1 if you have <vfork.h>.  */
143 /* #undef HAVE_VFORK_H */
145 /* Define to 1 if you have the vprintf function.  */
146 #define HAVE_VPRINTF 1
148 /* Define to 1 if you have the wait3 system call.  */
149 /* #undef HAVE_WAIT3 */
151 /* Define to 1 if on MINIX.  */
152 /* #undef _MINIX */
154 /* Define to 1 if your struct nlist has an n_un member.  */
155 /* #undef NLIST_NAME_UNION */
157 /* Define to 1 if you have <nlist.h>.  */
158 /* #undef NLIST_STRUCT */
160 /* Define to 1 if your C compiler doesn't accept -c and -o together.  */
161 /* #undef NO_MINUS_C_MINUS_O */
163 /* Define to `int' if <sys/types.h> doesn't define.  */
164 /* I assume types.h is available for all 5.0 cc/cxx compilers */
165 #if __DECC_VER < 50090000
166 #define pid_t int
167 #endif
169 /* Define to 1 if the system does not provide POSIX.1 features except
170    with this defined.  */
171 /* #undef _POSIX_1_SOURCE */
173 /* Define to 1 if you need to in order for stat and other things to work.  */
174 /* #undef _POSIX_SOURCE */
176 /* Define as the return type of signal handlers (int or void).  */
177 #define RETSIGTYPE void
179 /* Define to 1 if the setvbuf function takes the buffering type as its second
180    argument and the buffer pointer as the third, as on System V
181    before release 3.  */
182 /* #undef SETVBUF_REVERSED */
184 /* If using the C implementation of alloca, define if you know the
185    direction of stack growth for your system; otherwise it will be
186    automatically deduced at run-time.
187         STACK_DIRECTION > 0 => grows toward higher addresses
188         STACK_DIRECTION < 0 => grows toward lower addresses
189         STACK_DIRECTION = 0 => direction of growth unknown
190  */
191 /* #undef STACK_DIRECTION */
193 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
194 /* #undef STAT_MACROS_BROKEN */
196 /* Define to 1 if you have the ANSI C header files.  */
197 /* #undef STDC_HEADERS */
199 /* Define on System V Release 4.  */
200 /* #undef SVR4 */
202 /* Define to 1 if `sys_siglist' is declared by <signal.h>.  */
203 /* #undef SYS_SIGLIST_DECLARED */
205 /* Define to `int' if <sys/types.h> doesn't define.  */
206 #if __DECC_VER < 50090000
207 #define uid_t int
208 #endif
210 /* Define for Encore UMAX.  */
211 /* #undef UMAX */
213 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
214    instead of <sys/cpustats.h>.  */
215 /* #undef UMAX4_3 */
217 /* Define vfork as fork if vfork does not work.  */
218 /* #undef vfork */
220 /* Name of this package (needed by automake) */
221 #define PACKAGE "%PACKAGE%"
223 /* Version of this package (needed by automake) */
224 #define VERSION "%VERSION%"
226 /* Define to the name of the SCCS `get' command.  */
227 /* #undef SCCS_GET */
229 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
230 /* #undef SCCS_GET_MINUS_G */
232 /* Define this to enable job server support in GNU make.  */
233 /* #undef MAKE_JOBSERVER */
235 /* Define to be the nanoseconds member of struct stat's st_mtim,
236    if it exists.  */
237 /* #undef ST_MTIM_NSEC */
239 /* Define to 1 if the C library defines the variable `sys_siglist'.  */
240 /* #undefine HAVE_SYS_SIGLIST */
242 /* Define to 1 if the C library defines the variable `_sys_siglist'.  */
243 /* #undef HAVE__SYS_SIGLIST */
245 /* Define to 1 if you have the `union wait' type in <sys/wait.h>.  */
246 /* #undef HAVE_UNION_WAIT */
248 /* Define to 1 if you have the dup2 function.  */
249 #define HAVE_DUP2 1
251 /* Define to 1 if you have the getcwd function.  */
252 #define HAVE_GETCWD 1
254 /* Define to 1 if you have the getgroups function.  */
255 /* #undef HAVE_GETGROUPS */
257 /* Define to 1 if you have the gethostbyname function.  */
258 /* #undef HAVE_GETHOSTBYNAME */
260 /* Define to 1 if you have the gethostname function.  */
261 /* #undef HAVE_GETHOSTNAME */
263 /* Define to 1 if you have the getloadavg function.  */
264 /* #undef HAVE_GETLOADAVG */
266 /* Define to 1 if you have the memmove function.  */
267 #define HAVE_MEMMOVE 1
269 /* Define to 1 if you have the mktemp function.  */
270 #define HAVE_MKTEMP 1
272 /* Define to 1 if you have the psignal function.  */
273 /* #undef HAVE_PSIGNAL */
275 /* Define to 1 if you have the pstat_getdynamic function.  */
276 /* #undef HAVE_PSTAT_GETDYNAMIC */
278 /* Define to 1 if you have the setegid function.  */
279 /* #undef HAVE_SETEGID */
281 /* Define to 1 if you have the seteuid function.  */
282 /* #undef HAVE_SETEUID */
284 /* Define to 1 if you have the setlinebuf function.  */
285 /* #undef HAVE_SETLINEBUF */
287 /* Define to 1 if you have the setregid function.  */
288 /* #undefine HAVE_SETREGID */
290 /* Define to 1 if you have the setreuid function.  */
291 /* #define HAVE_SETREUID */
293 /* Define to 1 if you have the sigsetmask function.  */
294 #define HAVE_SIGSETMASK 1
296 /* Define to 1 if you have the socket function.  */
297 /* #undef HAVE_SOCKET */
299 /* Define to 1 if you have the strcasecmp function.  */
300 #define HAVE_STRCASECMP 1
302 /* Define to 1 if you have the strcmpi function.  */
303 /* #undef HAVE_STRCMPI */
305 /* Define to 1 if you have the stricmp function.  */
306 /* #undef HAVE_STRICMP */
308 /* Define to 1 if you have the strerror function.  */
309 #define HAVE_STRERROR 1
311 /* Define to 1 if you have the strsignal function.  */
312 /* #undef HAVE_STRSIGNAL */
314 /* Define to 1 if you have the wait3 function.  */
315 /* #undef HAVE_WAIT3 */
317 /* Define to 1 if you have the waitpid function.  */
318 /* #undef HAVE_WAITPID */
320 /* Define to 1 if you have the <dirent.h> header file.  */
321 #define HAVE_DIRENT_H 1
323 /* Define to 1 if you have the <fcntl.h> header file.  */
324 #ifdef __DECC
325 #define HAVE_FCNTL_H 1
326 #endif
328 /* Define to 1 if you have the <limits.h> header file.  */
329 #define HAVE_LIMITS_H 1
331 /* Define to 1 if you have the <mach/mach.h> header file.  */
332 /* #undef HAVE_MACH_MACH_H */
334 /* Define to 1 if you have the <memory.h> header file.  */
335 /* #undef HAVE_MEMORY_H */
337 /* Define to 1 if you have the <ndir.h> header file.  */
338 /* #undef HAVE_NDIR_H */
340 /* Define to 1 if your compiler conforms to the ANSI C standard. */
341 #define HAVE_ANSI_COMPILER 1
343 /* Define to 1 if you have the <stdarg.h> header file. */
344 #define HAVE_STDARG_H 1
346 /* Define to 1 if you have the <stdlib.h> header file.  */
347 #define HAVE_STDLIB_H 1
349 /* Define to 1 if you have the <string.h> header file.  */
350 #define HAVE_STRING_H 1
352 /* Define to 1 if you have the <sys/dir.h> header file.  */
353 /* #undef HAVE_SYS_DIR_H */
355 /* Define to 1 if you have the <sys/ndir.h> header file.  */
356 /* #undef HAVE_SYS_NDIR_H */
358 /* Define to 1 if you have the <sys/param.h> header file.  */
359 /* #undef HAVE_SYS_PARAM_H */
361 /* Define to 1 if you have the <sys/timeb.h> header file.  */
362 #ifndef __GNUC__
363 #define HAVE_SYS_TIMEB_H 1
364 #endif
366 /* Define to 1 if you have the <sys/wait.h> header file.  */
367 /* #undef HAVE_SYS_WAIT_H */
369 /* Define to 1 if you have the dgc library (-ldgc).  */
370 /* #undef HAVE_LIBDGC */
372 /* Define to 1 if you have the kstat library (-lkstat).  */
373 /* #undef HAVE_LIBKSTAT *
375 /* Define to 1 if you have the sun library (-lsun).  */
376 /* #undef HAVE_LIBSUN */
378 /* Use high resolution file timestamps if nonzero. */
379 #define FILE_TIMESTAMP_HI_RES 0
381 /* Define for case insensitve filenames */
382 #define HAVE_CASE_INSENSITIVE_FS 1
384 /* VMS specific, define it if you want to use case sensitive targets */
385 /* #undef WANT_CASE_SENSITIVE_TARGETS */
387 /* VMS specific, V7.0 has opendir() and friends, so it's undefined */
388 /* If you want to use non-VMS code for opendir() etc. on V7.0 and greater
389    define the first or both macros AND change the compile command to get the
390    non-VMS versions linked: (prefix=(all,except=(opendir,...  */
391 /* #undef HAVE_VMSDIR_H */
392 /* #undef _DIRENT_HAVE_D_NAMLEN */
394 /* On older systems without 7.0 backport of CRTL the first one is defined */
395 #ifdef __CRTL_VER
396 # if __CRTL_VER < 70000000
397 #  define HAVE_VMSDIR_H 1
398 # endif
399 #else
400 # if __VMS_VER < 70000000
401 #  define HAVE_VMSDIR_H 1
402 # endif
403 #endif
405 #if defined(HAVE_VMSDIR_H) && defined(HAVE_DIRENT_H)
406 #undef HAVE_DIRENT_H
407 #endif
409 #define HAVE_STDLIB_H 1
410 #define INCLUDEDIR "sys$sysroot:[syslib]"
411 #define LIBDIR "sys$sysroot:[syslib]"
413 /* Don't use RTL functions of OpenVMS */
414 #ifdef __DECC
415 #include <stdio.h>
416 #include <unistd.h>
417 #define getopt   gnu_getopt
418 #define optarg   gnu_optarg
419 #define optopt   gnu_optopt
420 #define optind   gnu_optind
421 #define opterr   gnu_opterr
422 #define globfree gnu_globfree
423 #define glob     gnu_glob
424 #endif
426 /* Define if using alloca.c.  */
427 /* #undef C_ALLOCA */
428 /* maybe this should be placed into make.h */
429 #if     defined(__VAX) && defined(__DECC)
430 #define alloca(n)       __ALLOCA(n)
431 #endif
433 /* Build host information. */
434 #define MAKE_HOST "VMS"