Generated configure and config.h.in
@@ -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
@@ -21593,12 +21593,14 @@ done
for ac_func in __argz_count \
__argz_next \
__argz_stringify \
atexit \
+ fork \
ftruncate \
getcwd \
gethostbyaddr \