From e54994d0a05d7b1930febb1720631e9d198215c7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 24 Sep 2009 14:24:55 +0000 Subject: [PATCH] 2009-09-24 Tatsuhiro Tsujikawa Generated configure and config.h.in --- ChangeLog | 4 ++++ config.h.in | 3 +++ configure | 2 ++ 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1096e82e..adaeb71f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-09-24 Tatsuhiro Tsujikawa + + Generated configure and config.h.in + 2009-09-23 Ross Smith II Add check for fork(), which is missing on MinGW diff --git a/config.h.in b/config.h.in index 932efbc4..c48e75f8 100644 --- a/config.h.in +++ b/config.h.in @@ -129,6 +129,9 @@ /* Define to 1 if you have the 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 diff --git a/configure b/configure index 201b3f39..180f4aae 100755 --- a/configure +++ b/configure @@ -21593,12 +21593,14 @@ done + for ac_func in __argz_count \ __argz_next \ __argz_stringify \ atexit \ + fork \ ftruncate \ getcwd \ gethostbyaddr \