update copyright
[deliverable/binutils-gdb.git] / bfd / config.h-vms
1 /* config.h-vms. Generated by hand by Klaus Kämpf, kkaempf@didymus.rmi.de. */
2 /* config.in. Generated automatically from configure.in by autoheader. */
3
4 /* Whether malloc must be declared even if <stdlib.h> is included. */
5 /* #undef NEED_DECLARATION_MALLOC */
6
7 /* Whether free must be declared even if <stdlib.h> is included. */
8 /* #undef NEED_DECLARATION_FREE */
9
10 /* Define if you have a working `mmap' system call. */
11 /* #define HAVE_MMAP 1 */
12
13 /* Do we need to use the b modifier when opening binary files? */
14 /* #undef USE_BINARY_FOPEN */
15
16 /* Name of host specific header file to include in trad-core.c. */
17 /* #undef TRAD_HEADER */
18
19 /* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */
20 /* #undef HAVE_SYS_PROCFS_H */
21
22 /* Do we really want to use mmap if it's available? */
23 /* #undef USE_MMAP */
24
25 /* Define if you have the fcntl function. */
26 #define HAVE_FCNTL 1
27
28 /* Define if you have the getpagesize function. */
29 #define HAVE_GETPAGESIZE 1
30
31 /* Define if you have the madvise function. */
32 #define HAVE_MADVISE 1
33
34 /* Define if you have the mprotect function. */
35 #define HAVE_MPROTECT 1
36
37 /* Define if you have the <fcntl.h> header file. */
38 #define HAVE_FCNTL_H 1
39
40 /* Define if you have the <stddef.h> header file. */
41 #define HAVE_STDDEF_H 1
42
43 /* Define if you have the <stdlib.h> header file. */
44 #define HAVE_STDLIB_H 1
45
46 /* Define if you have the <string.h> header file. */
47 #define HAVE_STRING_H 1
48
49 /* Define if you have the <strings.h> header file. */
50 #define HAVE_STRINGS_H 1
51
52 /* Define if you have the <sys/file.h> header file. */
53 #define HAVE_SYS_FILE_H 1
54
55 /* Define if you have the <time.h> header file. */
56 #define HAVE_TIME_H 1
57
58 /* Define if you have the <unistd.h> header file. */
59 #define HAVE_UNISTD_H 1
This page took 0.039397 seconds and 4 git commands to generate.