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, 2006,
4 2007, 2008, 2009, 2010, 2011, 2012 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
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. */
26 /* #undef _ALL_SOURCE */
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 /* Embed GNU Guile support */
39 /* #undef HAVE_GUILE */
41 /* Define to 1 if your locale.h file contains LC_MESSAGES. */
42 /* #undef HAVE_LC_MESSAGES */
44 /* Define to the installation directory for locales. */
47 /* Define as 1 if you have the stpcpy function. */
48 /* #undef HAVE_STPCPY */
50 /* Define to 1 if the closedir function returns void instead of int. */
51 /* #undef CLOSEDIR_VOID */
53 /* Define to empty if the keyword does not work. */
56 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
57 This function is required for alloca.c support on those systems. */
58 /* #undef CRAY_STACKSEG_END */
60 /* Define for DGUX with <sys/dg_sys_info.h>. */
63 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid. */
64 /* #undef GETLOADAVG_PRIVILEGED */
66 /* Define to `unsigned long' or `unsigned long long'
67 if <inttypes.h> doesn't define. */
68 #define uintmax_t unsigned long
70 /* Define to `int' if <sys/types.h> doesn't define. */
73 /* Define to 1 if you have alloca, as a function or macro. */
76 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). */
77 /* #undef HAVE_ALLOCA_H */
79 /* Define to 1 if you don't have vprintf but do have _doprnt. */
80 /* #undef HAVE_DOPRNT */
82 /* Define to 1 if you have the fdopen function. */
85 /* Define to 1 if your system has a working fnmatch function. */
86 /* #undef HAVE_FNMATCH */
88 /* Define to 1 if your system has its own `getloadavg' function. */
89 /* #undef HAVE_GETLOADAVG */
91 /* Define to 1 if you have the getmntent function. */
92 /* #undef HAVE_GETMNTENT */
94 /* Define to 1 if the `long double' type works. */
95 /* #undef HAVE_LONG_DOUBLE */
97 /* Define to 1 if you support file names longer than 14 characters. */
98 #define HAVE_LONG_FILE_NAMES 1
100 /* Define to 1 if you have a working `mmap' system call. */
101 /* #undef HAVE_MMAP */
103 /* Define to 1 if system calls automatically restart after interruption
105 /* #undef HAVE_RESTARTABLE_SYSCALLS */
107 /* Define to 1 if your struct stat has st_blksize. */
108 /* #undef HAVE_ST_BLKSIZE */
110 /* Define to 1 if your struct stat has st_blocks. */
111 /* #undef HAVE_ST_BLOCKS */
113 /* Define to 1 if you have the strcoll function and it is properly defined. */
114 /* #undef HAVE_STRCOLL */
116 /* Define to 1 if you have the strncasecmp' function. */
117 #if __CRTL_VER >= 70000000
118 #define HAVE_STRNCASECMP 1
121 /* Define to 1 if your struct stat has st_rdev. */
122 /* #undef HAVE_ST_RDEV */
124 /* Define to 1 if you have the strftime function. */
125 /* #undef HAVE_STRFTIME */
127 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
128 /* #undef HAVE_SYS_WAIT_H */
130 /* Define to 1 if your struct tm has tm_zone. */
131 /* #undef HAVE_TM_ZONE */
133 /* Define to 1 if you don't have tm_zone but do have the external array
135 /* #undef HAVE_TZNAME */
137 /* Define to 1 if you have <unistd.h>. */
139 #define HAVE_UNISTD_H 1
142 /* Define to 1 if utime(file, NULL) sets file's timestamp to the present. */
143 /* #undef HAVE_UTIME_NULL */
145 /* Define to 1 if you have <vfork.h>. */
146 /* #undef HAVE_VFORK_H */
148 /* Define to 1 if you have the vprintf function. */
149 #define HAVE_VPRINTF 1
151 /* Define to 1 if you have the wait3 system call. */
152 /* #undef HAVE_WAIT3 */
154 /* Define to 1 if on MINIX. */
157 /* Define to 1 if your struct nlist has an n_un member. */
158 /* #undef NLIST_NAME_UNION */
160 /* Define to 1 if you have <nlist.h>. */
161 /* #undef NLIST_STRUCT */
163 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
164 /* #undef NO_MINUS_C_MINUS_O */
166 /* Define to `int' if <sys/types.h> doesn't define. */
167 /* I assume types.h is available for all 5.0 cc/cxx compilers */
168 #if __DECC_VER < 50090000
172 /* Define to 1 if the system does not provide POSIX.1 features except
173 with this defined. */
174 /* #undef _POSIX_1_SOURCE */
176 /* Define to 1 if you need to in order for stat and other things to work. */
177 /* #undef _POSIX_SOURCE */
179 /* Define as the return type of signal handlers (int or void). */
180 #define RETSIGTYPE void
182 /* Define to 1 if the setvbuf function takes the buffering type as its second
183 argument and the buffer pointer as the third, as on System V
185 /* #undef SETVBUF_REVERSED */
187 /* If using the C implementation of alloca, define if you know the
188 direction of stack growth for your system; otherwise it will be
189 automatically deduced at run-time.
190 STACK_DIRECTION > 0 => grows toward higher addresses
191 STACK_DIRECTION < 0 => grows toward lower addresses
192 STACK_DIRECTION = 0 => direction of growth unknown
194 /* #undef STACK_DIRECTION */
196 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
197 /* #undef STAT_MACROS_BROKEN */
199 /* Define to 1 if you have the ANSI C header files. */
200 /* #undef STDC_HEADERS */
202 /* Define on System V Release 4. */
205 /* Define to 1 if `sys_siglist' is declared by <signal.h>. */
206 /* #undef SYS_SIGLIST_DECLARED */
208 /* Define to `int' if <sys/types.h> doesn't define. */
209 #if __DECC_VER < 50090000
213 /* Define for Encore UMAX. */
216 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
217 instead of <sys/cpustats.h>. */
220 /* Define vfork as fork if vfork does not work. */
223 /* Name of this package (needed by automake) */
224 #define PACKAGE "%PACKAGE%"
226 /* Version of this package (needed by automake) */
227 #define VERSION "%VERSION%"
229 /* Define to the name of the SCCS `get' command. */
230 /* #undef SCCS_GET */
232 /* Define this if the SCCS `get' command understands the `-G<file>' option. */
233 /* #undef SCCS_GET_MINUS_G */
235 /* Define this to enable job server support in GNU make. */
236 /* #undef MAKE_JOBSERVER */
238 /* Define to be the nanoseconds member of struct stat's st_mtim,
240 /* #undef ST_MTIM_NSEC */
242 /* Define to 1 if the C library defines the variable `sys_siglist'. */
243 /* #undefine HAVE_SYS_SIGLIST */
245 /* Define to 1 if the C library defines the variable `_sys_siglist'. */
246 /* #undef HAVE__SYS_SIGLIST */
248 /* Define to 1 if you have the `union wait' type in <sys/wait.h>. */
249 /* #undef HAVE_UNION_WAIT */
251 /* Define to 1 if you have the dup2 function. */
254 /* Define to 1 if you have the getcwd function. */
255 #define HAVE_GETCWD 1
257 /* Define to 1 if you have the getgroups function. */
258 /* #undef HAVE_GETGROUPS */
260 /* Define to 1 if you have the gethostbyname function. */
261 /* #undef HAVE_GETHOSTBYNAME */
263 /* Define to 1 if you have the gethostname function. */
264 /* #undef HAVE_GETHOSTNAME */
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. */
325 #define HAVE_FCNTL_H 1
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. */
363 #define HAVE_SYS_TIMEB_H 1
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 */
396 # if __CRTL_VER < 70000000
397 # define HAVE_VMSDIR_H 1
400 # if __VMS_VER < 70000000
401 # define HAVE_VMSDIR_H 1
405 #if defined(HAVE_VMSDIR_H) && defined(HAVE_DIRENT_H)
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 */
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
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)
433 /* Build host information. */
434 #define MAKE_HOST "VMS"