2009-09-24 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Generated configure and config.h.in
pull/1/head
Tatsuhiro Tsujikawa 2009-09-24 14:24:55 +00:00
parent 263aebc558
commit e54994d0a0
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-09-24 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Generated configure and config.h.in
2009-09-23 Ross Smith II <aria2spam at smithii dot com> 2009-09-23 Ross Smith II <aria2spam at smithii dot com>
Add check for fork(), which is missing on MinGW Add check for fork(), which is missing on MinGW

View File

@ -129,6 +129,9 @@
/* Define to 1 if you have the <float.h> header file. */ /* Define to 1 if you have the <float.h> header file. */
#undef HAVE_FLOAT_H #undef HAVE_FLOAT_H
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK
/* Define to 1 if you have the `ftruncate' function. */ /* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE #undef HAVE_FTRUNCATE

2
configure vendored
View File

@ -21593,12 +21593,14 @@ done
for ac_func in __argz_count \ for ac_func in __argz_count \
__argz_next \ __argz_next \
__argz_stringify \ __argz_stringify \
atexit \ atexit \
fork \
ftruncate \ ftruncate \
getcwd \ getcwd \
gethostbyaddr \ gethostbyaddr \