mirror of https://github.com/aria2/aria2
2009-09-24 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Generated configure and config.h.inpull/1/head
parent
263aebc558
commit
e54994d0a0
|
@ -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>
|
||||
|
||||
Add check for fork(), which is missing on MinGW
|
||||
|
|
|
@ -129,6 +129,9 @@
|
|||
/* Define to 1 if you have the <float.h> header file. */
|
||||
#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. */
|
||||
#undef HAVE_FTRUNCATE
|
||||
|
||||
|
|
Loading…
Reference in New Issue