2020-06-23 01:59:05 +03:00
|
|
|
# error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
|
|
|
|
--- configure
|
|
|
|
+++ configure
|
2023-02-24 17:49:23 +09:00
|
|
|
@@ -16997,6 +16997,7 @@
|
2021-01-19 15:38:05 +01:00
|
|
|
else
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2020-06-23 01:59:05 +03:00
|
|
|
/* end confdefs.h. */
|
|
|
|
+#include <stdlib.h>
|
|
|
|
typedef long int ac_int64;
|
|
|
|
|
|
|
|
/*
|
2023-02-24 17:49:23 +09:00
|
|
|
@@ -17081,6 +17082,7 @@
|
2021-01-19 15:38:05 +01:00
|
|
|
else
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
2020-06-23 01:59:05 +03:00
|
|
|
/* end confdefs.h. */
|
|
|
|
+#include <stdlib.h>
|
2020-06-23 23:29:50 +03:00
|
|
|
typedef long long int ac_int64;
|
2020-06-23 01:59:05 +03:00
|
|
|
|
|
|
|
/*
|