Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/postgresql/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 490 B image not shown  

Quelle  postgresql.exit.patch.0   Sprache: unbekannt

 
# error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
--- configure
+++ configure
@@ -16997,6 +16997,7 @@
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
+#include <stdlib.h>
 typedef long int ac_int64;
 
 /*
@@ -17081,6 +17082,7 @@
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
+#include <stdlib.h>
 typedef long long int ac_int64;
 
 /*

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]