OSDN Git Service

* libgfortran.h (array_t, size0) New declarations.
[pf3gnuchains/gcc-fork.git] / libgfortran / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Does gettimeofday take a single argument */
4 #undef GETTIMEOFDAY_ONE_ARGUMENT
5
6 /* libm includes acosf */
7 #undef HAVE_ACOSF
8
9 /* libm includes asinf */
10 #undef HAVE_ASINF
11
12 /* libm includes atan2f */
13 #undef HAVE_ATAN2F
14
15 /* libm includes atanf */
16 #undef HAVE_ATANF
17
18 /* libm includes ceilf */
19 #undef HAVE_CEILF
20
21 /* complex.h exists */
22 #undef HAVE_COMPLEX_H
23
24 /* libm includes copysignf */
25 #undef HAVE_COPYSIGNF
26
27 /* libm includes cosf */
28 #undef HAVE_COSF
29
30 /* libm includes coshf */
31 #undef HAVE_COSHF
32
33 /* libm includes expf */
34 #undef HAVE_EXPF
35
36 /* libm includes floorf */
37 #undef HAVE_FLOORF
38
39 /* libm includes frexpf */
40 #undef HAVE_FREXPF
41
42 /* Define to 1 if you have the `getpagesize' function. */
43 #undef HAVE_GETPAGESIZE
44
45 /* Define to 1 if you have the `getrusage' function. */
46 #undef HAVE_GETRUSAGE
47
48 /* Define to 1 if you have the `gettimeofday' function. */
49 #undef HAVE_GETTIMEOFDAY
50
51 /* libm includes hypotf */
52 #undef HAVE_HYPOTF
53
54 /* Define to 1 if you have the <inttypes.h> header file. */
55 #undef HAVE_INTTYPES_H
56
57 /* libm includes log10f */
58 #undef HAVE_LOG10F
59
60 /* libm includes logf */
61 #undef HAVE_LOGF
62
63 /* Define to 1 if you have the <math.h> header file. */
64 #undef HAVE_MATH_H
65
66 /* Define to 1 if you have the <memory.h> header file. */
67 #undef HAVE_MEMORY_H
68
69 /* Define to 1 if you have a working `mmap' system call. */
70 #undef HAVE_MMAP
71
72 /* libm includes nextafter */
73 #undef HAVE_NEXTAFTER
74
75 /* libm includes nextafterf */
76 #undef HAVE_NEXTAFTERF
77
78 /* libm includes round */
79 #undef HAVE_ROUND
80
81 /* libm includes roundf */
82 #undef HAVE_ROUNDF
83
84 /* libm includes scalbnf */
85 #undef HAVE_SCALBNF
86
87 /* libm includes sinf */
88 #undef HAVE_SINF
89
90 /* libm includes sinhf */
91 #undef HAVE_SINHF
92
93 /* libm includes sqrtf */
94 #undef HAVE_SQRTF
95
96 /* Define to 1 if you have the <stddef.h> header file. */
97 #undef HAVE_STDDEF_H
98
99 /* Define to 1 if you have the <stdint.h> header file. */
100 #undef HAVE_STDINT_H
101
102 /* Define to 1 if you have the <stdio.h> header file. */
103 #undef HAVE_STDIO_H
104
105 /* Define to 1 if you have the <stdlib.h> header file. */
106 #undef HAVE_STDLIB_H
107
108 /* Define to 1 if you have the <strings.h> header file. */
109 #undef HAVE_STRINGS_H
110
111 /* Define to 1 if you have the <string.h> header file. */
112 #undef HAVE_STRING_H
113
114 /* Define to 1 if you have the <sys/params.h> header file. */
115 #undef HAVE_SYS_PARAMS_H
116
117 /* Define to 1 if you have the <sys/resource.h> header file. */
118 #undef HAVE_SYS_RESOURCE_H
119
120 /* Define to 1 if you have the <sys/stat.h> header file. */
121 #undef HAVE_SYS_STAT_H
122
123 /* Define to 1 if you have the <sys/times.h> header file. */
124 #undef HAVE_SYS_TIMES_H
125
126 /* Define to 1 if you have the <sys/time.h> header file. */
127 #undef HAVE_SYS_TIME_H
128
129 /* Define to 1 if you have the <sys/types.h> header file. */
130 #undef HAVE_SYS_TYPES_H
131
132 /* libm includes tanf */
133 #undef HAVE_TANF
134
135 /* libm includes tanhf */
136 #undef HAVE_TANHF
137
138 /* Define to 1 if you have the `times' function. */
139 #undef HAVE_TIMES
140
141 /* Do we have struct timezone */
142 #undef HAVE_TIMEZONE
143
144 /* Define to 1 if you have the <time.h> header file. */
145 #undef HAVE_TIME_H
146
147 /* Define to 1 if you have the <unistd.h> header file. */
148 #undef HAVE_UNISTD_H
149
150 /* Define to the address where bug reports for this package should be sent. */
151 #undef PACKAGE_BUGREPORT
152
153 /* Define to the full name of this package. */
154 #undef PACKAGE_NAME
155
156 /* Define to the full name and version of this package. */
157 #undef PACKAGE_STRING
158
159 /* Define to the one symbol short name of this package. */
160 #undef PACKAGE_TARNAME
161
162 /* Define to the version of this package. */
163 #undef PACKAGE_VERSION
164
165 /* Define to 1 if you have the ANSI C header files. */
166 #undef STDC_HEADERS
167
168 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
169 #undef TIME_WITH_SYS_TIME
170
171 /* Number of bits in a file offset, on hosts where this is settable. */
172 #undef _FILE_OFFSET_BITS
173
174 /* Define for large files, on AIX-style hosts. */
175 #undef _LARGE_FILES
176
177 /* Define to `long' if <sys/types.h> does not define. */
178 #undef off_t