Commit b4f463560dbad0d0779350aa8a8e5b26e27dd45e

Thomas de Grivel 2024-11-18T22:39:00

fix make in www

diff --git a/bin/kc3_httpd b/bin/kc3_httpd
index c03440f..46f6bdd 120000
--- a/bin/kc3_httpd
+++ b/bin/kc3_httpd
@@ -1 +1 @@
-../httpd/.libs/kc3_httpd
\ No newline at end of file
+../httpd/kc3_httpd
\ No newline at end of file
diff --git a/bin/kc3_httpd_asan b/bin/kc3_httpd_asan
index 702b88b..f95ea1f 120000
--- a/bin/kc3_httpd_asan
+++ b/bin/kc3_httpd_asan
@@ -1 +1 @@
-../httpd/.libs/kc3_httpd_asan
\ No newline at end of file
+../httpd/kc3_httpd_asan
\ No newline at end of file
diff --git a/bin/kc3_httpd_cov b/bin/kc3_httpd_cov
index 0b3aa2a..5435b5f 120000
--- a/bin/kc3_httpd_cov
+++ b/bin/kc3_httpd_cov
@@ -1 +1 @@
-../httpd/.libs/kc3_httpd_cov
\ No newline at end of file
+../httpd/kc3_httpd_cov
\ No newline at end of file
diff --git a/bin/kc3_httpd_debug b/bin/kc3_httpd_debug
index f0ce8bb..2fed7d6 120000
--- a/bin/kc3_httpd_debug
+++ b/bin/kc3_httpd_debug
@@ -1 +1 @@
-../httpd/.libs/kc3_httpd_debug
\ No newline at end of file
+../httpd/kc3_httpd_debug
\ No newline at end of file
diff --git a/libkc3/configure b/libkc3/configure
index 9510ad8..f8731fc 100755
--- a/libkc3/configure
+++ b/libkc3/configure
@@ -50,8 +50,6 @@ pkg_config libffi
 pkg_config libmd
 config_lib libmd -lmd 2>/dev/null
 config_lib dl -ldl 2>/dev/null
-config_include sha_h sys/types.h sha.h HAVE_SHA_H
-config_include sha1_h sys/types.h sha1.h HAVE_SHA1_H
 config_define PREFIX "\"${PREFIX}\""
 config_have_crypt_newhash
 config_have_stat_mtim
diff --git a/libkc3/facts.c b/libkc3/facts.c
index e4b5a74..4282665 100644
--- a/libkc3/facts.c
+++ b/libkc3/facts.c
@@ -19,6 +19,7 @@
 #include "buf_inspect.h"
 #include "buf_parse.h"
 #include "compare.h"
+#include "config.h"
 #include "fact.h"
 #include "fact_list.h"
 #include "facts.h"