keep sh3e tests
[deliverable/binutils-gdb.git] / binutils / config.h-vms
CommitLineData
e10a4fc4
ILT
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/* Do we need to use the b modifier when opening binary files? */
17/* #undef USE_BINARY_FOPEN */
18
19/* Define if you have the sbrk function. */
20/* #undef HAVE_SBRK */
21
22/* Define if you have the utimes function. */
23#define HAVE_UTIMES 1
24
25/* Define if you have the <fcntl.h> header file. */
26#define HAVE_FCNTL_H 1
27
28/* Define if you have the <stdlib.h> header file. */
29#define HAVE_STDLIB_H 1
30
31/* Define if you have the <string.h> header file. */
32#define HAVE_STRING_H 1
33
34/* Define if you have the <strings.h> header file. */
35#define HAVE_STRINGS_H 1
36
37/* Define if you have the <sys/file.h> header file. */
38#define HAVE_SYS_FILE_H 1
39
40/* Define if you have the <unistd.h> header file. */
41#define HAVE_UNISTD_H 1
42
43#if __GNUC__
44#define _bfd_generic_get_section_contents_in_window _bfd_generic_get_win_section_cont
45#define _elf_section_from_bfd_section _bfd_elf_sec_from_bfd_sec
46#endif
This page took 0.025991 seconds and 4 git commands to generate.