Browse Source

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

	Generated configure and config.h.in
Tatsuhiro Tsujikawa 16 năm trước cách đây
mục cha
commit
e54994d0a0
3 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 4 0
      ChangeLog
  2. 3 0
      config.h.in
  3. 2 0
      configure

+ 4 - 0
ChangeLog

@@ -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

+ 3 - 0
config.h.in

@@ -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
 

+ 2 - 0
configure

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