Skip to content

Commit 82c943b

Browse files
committed
Add also readline configuration for phpdbg to main config header
1 parent ff330a2 commit 82c943b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cmake/ext/fileinfo/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cmake_minimum_required(VERSION 3.25)
2-
31
project(
42
PHPExtensionFileinfo
53
LANGUAGES C

cmake/main/php_config.cmake.h.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,12 @@
317317
/* Define to 1 if you have the 'dl' library (-ldl). */
318318
#cmakedefine HAVE_LIBDL 1
319319

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+
320326
/* Define to 1 if you have the <linux/sock_diag.h> header file. */
321327
#cmakedefine HAVE_LINUX_SOCK_DIAG_H 1
322328

0 commit comments

Comments
 (0)