We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff330a2 commit 82c943bCopy full SHA for 82c943b
cmake/ext/fileinfo/CMakeLists.txt
@@ -1,5 +1,3 @@
1
-cmake_minimum_required(VERSION 3.25)
2
-
3
project(
4
PHPExtensionFileinfo
5
LANGUAGES C
cmake/main/php_config.cmake.h.in
@@ -317,6 +317,12 @@
317
/* Define to 1 if you have the 'dl' library (-ldl). */
318
#cmakedefine HAVE_LIBDL 1
319
320
+/* Define to 1 if system has the 'libedit' library. */
321
+#cmakedefine HAVE_LIBEDIT 1
322
+
323
+/* Define to 1 if system has the 'readline' library. */
324
+#cmakedefine HAVE_LIBREADLINE 1
325
326
/* Define to 1 if you have the <linux/sock_diag.h> header file. */
327
#cmakedefine HAVE_LINUX_SOCK_DIAG_H 1
328
0 commit comments