Tue Apr 1 16:18:05 1997 Klaus Kaempf <kkaempf@progis.de>
[deliverable/binutils-gdb.git] / binutils / config.h-vms
1 /* config.h. Generated automatically by configure. */
2 /* config.in. Generated automatically from configure.in by autoheader. */
3
4 /* Is the type time_t defined in <time.h>? */
5 #define HAVE_TIME_T_IN_TIME_H 1
6
7 /* Is the type time_t defined in <sys/types.h>? */
8 #define HAVE_TIME_T_IN_TYPES_H 1
9
10 /* Does <utime.h> define struct utimbuf? */
11 #define HAVE_GOOD_UTIME_H 1
12
13 /* Whether fprintf must be declared even if <stdio.h> is included. */
14 #define NEED_DECLARATION_FPRINTF 1
15
16 /* Whether sbrk must be declared even if <unistd.h> is included. */
17 #undef NEED_DECLARATION_SBRK
18
19 /* Do we need to use the b modifier when opening binary files? */
20 /* #undef USE_BINARY_FOPEN */
21
22 /* Define if you have the sbrk function. */
23 #define HAVE_SBRK 1
24
25 /* Define if you have the utimes function. */
26 #define HAVE_UTIMES 1
27
28 /* Define if you have the <fcntl.h> header file. */
29 #define HAVE_FCNTL_H 1
30
31 /* Define if you have the <stdlib.h> header file. */
32 #define HAVE_STDLIB_H 1
33
34 /* Define if you have the <string.h> header file. */
35 #define HAVE_STRING_H 1
36
37 /* Define if you have the <strings.h> header file. */
38 #define HAVE_STRINGS_H 1
39
40 /* Define if you have the <sys/file.h> header file. */
41 #define HAVE_SYS_FILE_H 1
42
43 /* Define if you have the <unistd.h> header file. */
44 #define HAVE_UNISTD_H 1
45
46 #if __GNUC__
47 #define _bfd_generic_get_section_contents_in_window _bfd_generic_get_win_section_cont
48 #define _elf_section_from_bfd_section _bfd_elf_sec_from_bfd_sec
49 #endif
This page took 0.030226 seconds and 4 git commands to generate.