* Makefile.am: New file, based on old Makefile.in.
[deliverable/binutils-gdb.git] / binutils / config.in
1 /* config.in. Generated automatically from configure.in by autoheader. */
2
3 /* Name of package. */
4 #undef PACKAGE
5
6 /* Version of package. */
7 #undef VERSION
8
9 /* Whether strstr must be declared even if <string.h> is included. */
10 #undef NEED_DECLARATION_STRSTR
11
12 /* Whether fprintf must be declared even if <stdio.h> is included. */
13 #undef NEED_DECLARATION_FPRINTF
14
15 /* Whether sbrk must be declared even if <unistd.h> is included. */
16 #undef NEED_DECLARATION_SBRK
17
18 /* Whether getenv must be declared even if <stdlib.h> is included. */
19 #undef NEED_DECLARATION_GETENV
20
21 /* Define if using alloca.c. */
22 #undef C_ALLOCA
23
24 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
25 This function is required for alloca.c support on those systems. */
26 #undef CRAY_STACKSEG_END
27
28 /* Define if you have alloca, as a function or macro. */
29 #undef HAVE_ALLOCA
30
31 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
32 #undef HAVE_ALLOCA_H
33
34 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
35 #undef HAVE_SYS_WAIT_H
36
37 /* Define if you have <vfork.h>. */
38 #undef HAVE_VFORK_H
39
40 /* Define to `int' if <sys/types.h> doesn't define. */
41 #undef pid_t
42
43 /* If using the C implementation of alloca, define if you know the
44 direction of stack growth for your system; otherwise it will be
45 automatically deduced at run-time.
46 STACK_DIRECTION > 0 => grows toward higher addresses
47 STACK_DIRECTION < 0 => grows toward lower addresses
48 STACK_DIRECTION = 0 => direction of growth unknown
49 */
50 #undef STACK_DIRECTION
51
52 /* Define if you have the ANSI C header files. */
53 #undef STDC_HEADERS
54
55 /* Define vfork as fork if vfork does not work. */
56 #undef vfork
57
58 /* Define if lex declares yytext as a char * by default, not a char[]. */
59 #undef YYTEXT_POINTER
60
61 /* Is the type time_t defined in <time.h>? */
62 #undef HAVE_TIME_T_IN_TIME_H
63
64 /* Is the type time_t defined in <sys/types.h>? */
65 #undef HAVE_TIME_T_IN_TYPES_H
66
67 /* Does <utime.h> define struct utimbuf? */
68 #undef HAVE_GOOD_UTIME_H
69
70 /* Do we need to use the b modifier when opening binary files? */
71 #undef USE_BINARY_FOPEN
72
73 /* Define if you have the sbrk function. */
74 #undef HAVE_SBRK
75
76 /* Define if you have the utimes function. */
77 #undef HAVE_UTIMES
78
79 /* Define if you have the <fcntl.h> header file. */
80 #undef HAVE_FCNTL_H
81
82 /* Define if you have the <stdlib.h> header file. */
83 #undef HAVE_STDLIB_H
84
85 /* Define if you have the <string.h> header file. */
86 #undef HAVE_STRING_H
87
88 /* Define if you have the <strings.h> header file. */
89 #undef HAVE_STRINGS_H
90
91 /* Define if you have the <sys/file.h> header file. */
92 #undef HAVE_SYS_FILE_H
93
94 /* Define if you have the <unistd.h> header file. */
95 #undef HAVE_UNISTD_H
This page took 0.033565 seconds and 5 git commands to generate.