Remove missing file "PROBLEMS" from list of files to keep.
[deliverable/binutils-gdb.git] / sim / ppc / config.in
1 /* config.in. Generated automatically from configure.in by autoheader. */
2
3 #ifndef CONFIG_H
4 #define CONFIG_H
5
6 /* Define if your processor stores words with the most significant
7 byte first (like Motorola and SPARC, unlike Intel and VAX). */
8 #undef WORDS_BIGENDIAN
9
10 /* Define if you have the getrusage function. */
11 #undef HAVE_GETRUSAGE
12
13 /* Define if you have the <dirent.h> header file. */
14 #undef HAVE_DIRENT_H
15
16 /* Define if you have the <ndir.h> header file. */
17 #undef HAVE_NDIR_H
18
19 /* Define if you have the <stdlib.h> header file. */
20 #undef HAVE_STDLIB_H
21
22 /* Define if you have the <string.h> header file. */
23 #undef HAVE_STRING_H
24
25 /* Define if you have the <strings.h> header file. */
26 #undef HAVE_STRINGS_H
27
28 /* Define if you have the <sys/dir.h> header file. */
29 #undef HAVE_SYS_DIR_H
30
31 /* Define if you have the <sys/ndir.h> header file. */
32 #undef HAVE_SYS_NDIR_H
33
34 /* Define if you have the <sys/resource.h> header file. */
35 #undef HAVE_SYS_RESOURCE_H
36
37 /* Define if you have the <sys/time.h> header file. */
38 #undef HAVE_SYS_TIME_H
39
40 /* Define if you have the <sys/times.h> header file. */
41 #undef HAVE_SYS_TIMES_H
42
43 /* Define if you have the <sys/types.h> header file. */
44 #undef HAVE_SYS_TYPES_H
45
46 /* Define if you have the <time.h> header file. */
47 #undef HAVE_TIME_H
48
49 /* Define if you have the <unistd.h> header file. */
50 #undef HAVE_UNISTD_H
51
52 #endif
This page took 0.029675 seconds and 4 git commands to generate.