The MinGW.org Windows System Libraries
リビジョン | 5d5578cc3f3166c831bdab425b1e3e0d7c6c6e86 (tree) |
---|---|
日時 | 2012-08-16 00:28:20 |
作者 | Earnie Boyd <earnie@user...> |
コミッター | Earnie Boyd |
* configure.ac: New file.
* config.h.in: Ditto.
@@ -1,6 +1,8 @@ | ||
1 | 1 | 2012-08-14 Earnie Boyd <earnie@users.sourceforge.net> |
2 | 2 | |
3 | - * Makefile.in: New file | |
3 | + * Makefile.in: New file. | |
4 | + * configure.ac: Ditto. | |
5 | + * config.h.in: Ditto. | |
4 | 6 | * .gitignore: Add install-sh. |
5 | 7 | |
6 | 8 | 2012-08-13 Earnie Boyd <earnie@users.sourceforge.net> |
@@ -0,0 +1,342 @@ | ||
1 | +/* config.h.in. Generated from configure.ac by autoheader. */ | |
2 | + | |
3 | +/* Define to 1 if you have the `alarm' function. */ | |
4 | +#undef HAVE_ALARM | |
5 | + | |
6 | +/* Define to 1 if you have the `atexit' function. */ | |
7 | +#undef HAVE_ATEXIT | |
8 | + | |
9 | +/* Define to 1 if you have the `btowc' function. */ | |
10 | +#undef HAVE_BTOWC | |
11 | + | |
12 | +/* Define to 1 if you have the `bzero' function. */ | |
13 | +#undef HAVE_BZERO | |
14 | + | |
15 | +/* Define to 1 if you have the `dup2' function. */ | |
16 | +#undef HAVE_DUP2 | |
17 | + | |
18 | +/* Define to 1 if you have the <fcntl.h> header file. */ | |
19 | +#undef HAVE_FCNTL_H | |
20 | + | |
21 | +/* Define to 1 if you have the <fenv.h> header file. */ | |
22 | +#undef HAVE_FENV_H | |
23 | + | |
24 | +/* Define to 1 if you have the `fesetround' function. */ | |
25 | +#undef HAVE_FESETROUND | |
26 | + | |
27 | +/* Define to 1 if you have the <float.h> header file. */ | |
28 | +#undef HAVE_FLOAT_H | |
29 | + | |
30 | +/* Define to 1 if you have the `floor' function. */ | |
31 | +#undef HAVE_FLOOR | |
32 | + | |
33 | +/* Define to 1 if you have the `ftime' function. */ | |
34 | +#undef HAVE_FTIME | |
35 | + | |
36 | +/* Define to 1 if you have the `ftruncate' function. */ | |
37 | +#undef HAVE_FTRUNCATE | |
38 | + | |
39 | +/* Define to 1 if you have the `getcwd' function. */ | |
40 | +#undef HAVE_GETCWD | |
41 | + | |
42 | +/* Define to 1 if you have the `gethostbyaddr' function. */ | |
43 | +#undef HAVE_GETHOSTBYADDR | |
44 | + | |
45 | +/* Define to 1 if you have the `gethostbyname' function. */ | |
46 | +#undef HAVE_GETHOSTBYNAME | |
47 | + | |
48 | +/* Define to 1 if you have the `gethostname' function. */ | |
49 | +#undef HAVE_GETHOSTNAME | |
50 | + | |
51 | +/* Define to 1 if you have the `gettimeofday' function. */ | |
52 | +#undef HAVE_GETTIMEOFDAY | |
53 | + | |
54 | +/* Define to 1 if you have the `inet_ntoa' function. */ | |
55 | +#undef HAVE_INET_NTOA | |
56 | + | |
57 | +/* Define to 1 if you have the <inttypes.h> header file. */ | |
58 | +#undef HAVE_INTTYPES_H | |
59 | + | |
60 | +/* Define to 1 if you have the `isascii' function. */ | |
61 | +#undef HAVE_ISASCII | |
62 | + | |
63 | +/* Define to 1 if you have the `iswprint' function. */ | |
64 | +#undef HAVE_ISWPRINT | |
65 | + | |
66 | +/* Define to 1 if you have the <limits.h> header file. */ | |
67 | +#undef HAVE_LIMITS_H | |
68 | + | |
69 | +/* Define to 1 if you have the `localeconv' function. */ | |
70 | +#undef HAVE_LOCALECONV | |
71 | + | |
72 | +/* Define to 1 if you have the <locale.h> header file. */ | |
73 | +#undef HAVE_LOCALE_H | |
74 | + | |
75 | +/* Define to 1 if your system has a GNU libc compatible `malloc' function, and | |
76 | + to 0 otherwise. */ | |
77 | +#undef HAVE_MALLOC | |
78 | + | |
79 | +/* Define to 1 if you have the <malloc.h> header file. */ | |
80 | +#undef HAVE_MALLOC_H | |
81 | + | |
82 | +/* Define to 1 if you have the `mblen' function. */ | |
83 | +#undef HAVE_MBLEN | |
84 | + | |
85 | +/* Define to 1 if you have the `mbrlen' function. */ | |
86 | +#undef HAVE_MBRLEN | |
87 | + | |
88 | +/* Define to 1 if mbrtowc and mbstate_t are properly declared. */ | |
89 | +#undef HAVE_MBRTOWC | |
90 | + | |
91 | +/* Define to 1 if you have the `memchr' function. */ | |
92 | +#undef HAVE_MEMCHR | |
93 | + | |
94 | +/* Define to 1 if you have the `memmove' function. */ | |
95 | +#undef HAVE_MEMMOVE | |
96 | + | |
97 | +/* Define to 1 if you have the <memory.h> header file. */ | |
98 | +#undef HAVE_MEMORY_H | |
99 | + | |
100 | +/* Define to 1 if you have the `memset' function. */ | |
101 | +#undef HAVE_MEMSET | |
102 | + | |
103 | +/* Define to 1 if you have the `mkdir' function. */ | |
104 | +#undef HAVE_MKDIR | |
105 | + | |
106 | +/* Define to 1 if you have the `modf' function. */ | |
107 | +#undef HAVE_MODF | |
108 | + | |
109 | +/* Define to 1 if you have the `pow' function. */ | |
110 | +#undef HAVE_POW | |
111 | + | |
112 | +/* Define to 1 if the system has the type `ptrdiff_t'. */ | |
113 | +#undef HAVE_PTRDIFF_T | |
114 | + | |
115 | +/* Define to 1 if you have the `putenv' function. */ | |
116 | +#undef HAVE_PUTENV | |
117 | + | |
118 | +/* Define to 1 if your system has a GNU libc compatible `realloc' function, | |
119 | + and to 0 otherwise. */ | |
120 | +#undef HAVE_REALLOC | |
121 | + | |
122 | +/* Define to 1 if you have the `rint' function. */ | |
123 | +#undef HAVE_RINT | |
124 | + | |
125 | +/* Define to 1 if you have the `rmdir' function. */ | |
126 | +#undef HAVE_RMDIR | |
127 | + | |
128 | +/* Define to 1 if you have the `select' function. */ | |
129 | +#undef HAVE_SELECT | |
130 | + | |
131 | +/* Define to 1 if you have the `setlocale' function. */ | |
132 | +#undef HAVE_SETLOCALE | |
133 | + | |
134 | +/* Define to 1 if you have the `socket' function. */ | |
135 | +#undef HAVE_SOCKET | |
136 | + | |
137 | +/* Define to 1 if you have the `sqrt' function. */ | |
138 | +#undef HAVE_SQRT | |
139 | + | |
140 | +/* Define to 1 if stdbool.h conforms to C99. */ | |
141 | +#undef HAVE_STDBOOL_H | |
142 | + | |
143 | +/* Define to 1 if you have the <stddef.h> header file. */ | |
144 | +#undef HAVE_STDDEF_H | |
145 | + | |
146 | +/* Define to 1 if you have the <stdint.h> header file. */ | |
147 | +#undef HAVE_STDINT_H | |
148 | + | |
149 | +/* Define to 1 if you have the <stdlib.h> header file. */ | |
150 | +#undef HAVE_STDLIB_H | |
151 | + | |
152 | +/* Define to 1 if you have the `strcasecmp' function. */ | |
153 | +#undef HAVE_STRCASECMP | |
154 | + | |
155 | +/* Define to 1 if you have the `strchr' function. */ | |
156 | +#undef HAVE_STRCHR | |
157 | + | |
158 | +/* Define to 1 if you have the `strcoll' function and it is properly defined. | |
159 | + */ | |
160 | +#undef HAVE_STRCOLL | |
161 | + | |
162 | +/* Define to 1 if you have the `strcspn' function. */ | |
163 | +#undef HAVE_STRCSPN | |
164 | + | |
165 | +/* Define to 1 if you have the `strdup' function. */ | |
166 | +#undef HAVE_STRDUP | |
167 | + | |
168 | +/* Define to 1 if you have the `strerror' function. */ | |
169 | +#undef HAVE_STRERROR | |
170 | + | |
171 | +/* Define to 1 if you have the <strings.h> header file. */ | |
172 | +#undef HAVE_STRINGS_H | |
173 | + | |
174 | +/* Define to 1 if you have the <string.h> header file. */ | |
175 | +#undef HAVE_STRING_H | |
176 | + | |
177 | +/* Define to 1 if you have the `strncasecmp' function. */ | |
178 | +#undef HAVE_STRNCASECMP | |
179 | + | |
180 | +/* Define to 1 if you have the `strpbrk' function. */ | |
181 | +#undef HAVE_STRPBRK | |
182 | + | |
183 | +/* Define to 1 if you have the `strrchr' function. */ | |
184 | +#undef HAVE_STRRCHR | |
185 | + | |
186 | +/* Define to 1 if you have the `strspn' function. */ | |
187 | +#undef HAVE_STRSPN | |
188 | + | |
189 | +/* Define to 1 if you have the `strstr' function. */ | |
190 | +#undef HAVE_STRSTR | |
191 | + | |
192 | +/* Define to 1 if you have the `strtol' function. */ | |
193 | +#undef HAVE_STRTOL | |
194 | + | |
195 | +/* Define to 1 if you have the `strtoul' function. */ | |
196 | +#undef HAVE_STRTOUL | |
197 | + | |
198 | +/* Define to 1 if you have the `strtoull' function. */ | |
199 | +#undef HAVE_STRTOULL | |
200 | + | |
201 | +/* Define to 1 if you have the `strtoumax' function. */ | |
202 | +#undef HAVE_STRTOUMAX | |
203 | + | |
204 | +/* Define to 1 if `st_rdev' is a member of `struct stat'. */ | |
205 | +#undef HAVE_STRUCT_STAT_ST_RDEV | |
206 | + | |
207 | +/* Define to 1 if you have the <sys/file.h> header file. */ | |
208 | +#undef HAVE_SYS_FILE_H | |
209 | + | |
210 | +/* Define to 1 if you have the <sys/param.h> header file. */ | |
211 | +#undef HAVE_SYS_PARAM_H | |
212 | + | |
213 | +/* Define to 1 if you have the <sys/stat.h> header file. */ | |
214 | +#undef HAVE_SYS_STAT_H | |
215 | + | |
216 | +/* Define to 1 if you have the <sys/timeb.h> header file. */ | |
217 | +#undef HAVE_SYS_TIMEB_H | |
218 | + | |
219 | +/* Define to 1 if you have the <sys/time.h> header file. */ | |
220 | +#undef HAVE_SYS_TIME_H | |
221 | + | |
222 | +/* Define to 1 if you have the <sys/types.h> header file. */ | |
223 | +#undef HAVE_SYS_TYPES_H | |
224 | + | |
225 | +/* Define to 1 if you have the `tzset' function. */ | |
226 | +#undef HAVE_TZSET | |
227 | + | |
228 | +/* Define to 1 if you have the <unistd.h> header file. */ | |
229 | +#undef HAVE_UNISTD_H | |
230 | + | |
231 | +/* Define to 1 if you have the `utime' function. */ | |
232 | +#undef HAVE_UTIME | |
233 | + | |
234 | +/* Define to 1 if you have the <values.h> header file. */ | |
235 | +#undef HAVE_VALUES_H | |
236 | + | |
237 | +/* Define to 1 if you have the <wchar.h> header file. */ | |
238 | +#undef HAVE_WCHAR_H | |
239 | + | |
240 | +/* Define to 1 if you have the <wctype.h> header file. */ | |
241 | +#undef HAVE_WCTYPE_H | |
242 | + | |
243 | +/* Define to 1 if the system has the type `_Bool'. */ | |
244 | +#undef HAVE__BOOL | |
245 | + | |
246 | +/* Define to the address where bug reports for this package should be sent. */ | |
247 | +#undef PACKAGE_BUGREPORT | |
248 | + | |
249 | +/* Define to the full name of this package. */ | |
250 | +#undef PACKAGE_NAME | |
251 | + | |
252 | +/* Define to the full name and version of this package. */ | |
253 | +#undef PACKAGE_STRING | |
254 | + | |
255 | +/* Define to the one symbol short name of this package. */ | |
256 | +#undef PACKAGE_TARNAME | |
257 | + | |
258 | +/* Define to the home page for this package. */ | |
259 | +#undef PACKAGE_URL | |
260 | + | |
261 | +/* Define to the version of this package. */ | |
262 | +#undef PACKAGE_VERSION | |
263 | + | |
264 | +/* Define to 1 if you have the ANSI C header files. */ | |
265 | +#undef STDC_HEADERS | |
266 | + | |
267 | +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | |
268 | +#undef TIME_WITH_SYS_TIME | |
269 | + | |
270 | +/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, | |
271 | + <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the | |
272 | + #define below would cause a syntax error. */ | |
273 | +#undef _UINT32_T | |
274 | + | |
275 | +/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, | |
276 | + <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the | |
277 | + #define below would cause a syntax error. */ | |
278 | +#undef _UINT64_T | |
279 | + | |
280 | +/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, | |
281 | + <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the | |
282 | + #define below would cause a syntax error. */ | |
283 | +#undef _UINT8_T | |
284 | + | |
285 | +/* Define to `__inline__' or `__inline' if that's what the C compiler | |
286 | + calls it, or to nothing if 'inline' is not supported under any name. */ | |
287 | +#ifndef __cplusplus | |
288 | +#undef inline | |
289 | +#endif | |
290 | + | |
291 | +/* Define to the type of a signed integer type of width exactly 16 bits if | |
292 | + such a type exists and the standard includes do not define it. */ | |
293 | +#undef int16_t | |
294 | + | |
295 | +/* Define to the type of a signed integer type of width exactly 32 bits if | |
296 | + such a type exists and the standard includes do not define it. */ | |
297 | +#undef int32_t | |
298 | + | |
299 | +/* Define to the type of a signed integer type of width exactly 64 bits if | |
300 | + such a type exists and the standard includes do not define it. */ | |
301 | +#undef int64_t | |
302 | + | |
303 | +/* Define to the type of a signed integer type of width exactly 8 bits if such | |
304 | + a type exists and the standard includes do not define it. */ | |
305 | +#undef int8_t | |
306 | + | |
307 | +/* Define to rpl_malloc if the replacement function should be used. */ | |
308 | +#undef malloc | |
309 | + | |
310 | +/* Define to `int' if <sys/types.h> does not define. */ | |
311 | +#undef mode_t | |
312 | + | |
313 | +/* Define to `long int' if <sys/types.h> does not define. */ | |
314 | +#undef off_t | |
315 | + | |
316 | +/* Define to `int' if <sys/types.h> does not define. */ | |
317 | +#undef pid_t | |
318 | + | |
319 | +/* Define to rpl_realloc if the replacement function should be used. */ | |
320 | +#undef realloc | |
321 | + | |
322 | +/* Define to `unsigned int' if <sys/types.h> does not define. */ | |
323 | +#undef size_t | |
324 | + | |
325 | +/* Define to `int' if <sys/types.h> does not define. */ | |
326 | +#undef ssize_t | |
327 | + | |
328 | +/* Define to the type of an unsigned integer type of width exactly 16 bits if | |
329 | + such a type exists and the standard includes do not define it. */ | |
330 | +#undef uint16_t | |
331 | + | |
332 | +/* Define to the type of an unsigned integer type of width exactly 32 bits if | |
333 | + such a type exists and the standard includes do not define it. */ | |
334 | +#undef uint32_t | |
335 | + | |
336 | +/* Define to the type of an unsigned integer type of width exactly 64 bits if | |
337 | + such a type exists and the standard includes do not define it. */ | |
338 | +#undef uint64_t | |
339 | + | |
340 | +/* Define to the type of an unsigned integer type of width exactly 8 bits if | |
341 | + such a type exists and the standard includes do not define it. */ | |
342 | +#undef uint8_t |
@@ -0,0 +1,51 @@ | ||
1 | +# -*- Autoconf -*- | |
2 | +# Process this file with autoconf to produce a configure script. | |
3 | + | |
4 | +AC_PREREQ([2.68]) | |
5 | +AC_INIT([MinGW.org WSL], [1.0], [http://www.mingw.org/report_bugs], [mingw.org-wsl], [http://www.mingw.org]) | |
6 | +AC_CONFIG_SRCDIR([include/_mingw.h]) | |
7 | +AC_CONFIG_HEADERS([config.h]) | |
8 | + | |
9 | +# Checks for programs. | |
10 | +AC_PROG_CC | |
11 | +AC_PROG_INSTALL | |
12 | +AC_PROG_MKDIR_P | |
13 | +AC_PROG_RANLIB | |
14 | +AC_CHECK_TOOL([AS], [as], [as]) | |
15 | +AC_CHECK_TOOL([DLLTOOL], [dlltool], [dlltool]) | |
16 | + | |
17 | +# Checks for libraries. | |
18 | + | |
19 | +# Checks for header files. | |
20 | +AC_CHECK_HEADERS([fcntl.h fenv.h float.h inttypes.h limits.h locale.h malloc.h memory.h stddef.h stdint.h stdlib.h string.h strings.h sys/file.h sys/param.h sys/time.h sys/timeb.h unistd.h values.h wchar.h wctype.h]) | |
21 | + | |
22 | +# Checks for typedefs, structures, and compiler characteristics. | |
23 | +AC_HEADER_STDBOOL | |
24 | +AC_C_INLINE | |
25 | +AC_TYPE_INT16_T | |
26 | +AC_TYPE_INT32_T | |
27 | +AC_TYPE_INT64_T | |
28 | +AC_TYPE_INT8_T | |
29 | +AC_TYPE_MODE_T | |
30 | +AC_TYPE_OFF_T | |
31 | +AC_TYPE_PID_T | |
32 | +AC_TYPE_SIZE_T | |
33 | +AC_TYPE_SSIZE_T | |
34 | +AC_CHECK_MEMBERS([struct stat.st_rdev]) | |
35 | +AC_TYPE_UINT16_T | |
36 | +AC_TYPE_UINT32_T | |
37 | +AC_TYPE_UINT64_T | |
38 | +AC_TYPE_UINT8_T | |
39 | +AC_CHECK_TYPES([ptrdiff_t]) | |
40 | + | |
41 | +# Checks for library functions. | |
42 | +AC_FUNC_MALLOC | |
43 | +AC_FUNC_MBRTOWC | |
44 | +AC_FUNC_MKTIME | |
45 | +AC_FUNC_REALLOC | |
46 | +AC_FUNC_STRCOLL | |
47 | +AC_FUNC_STRTOD | |
48 | +AC_CHECK_FUNCS([atexit btowc bzero dup2 fesetround floor ftime ftruncate getcwd gethostbyaddr gethostbyname gethostname gettimeofday inet_ntoa isascii iswprint localeconv mblen mbrlen memchr memmove memset mkdir modf pow putenv rint rmdir select setlocale socket sqrt strcasecmp strchr strcspn strdup strerror strncasecmp strpbrk strrchr strspn strstr strtol strtoul strtoull strtoumax tzset utime]) | |
49 | + | |
50 | +AC_CONFIG_FILES([Makefile]) | |
51 | +AC_OUTPUT |