File tree Expand file tree Collapse file tree 6 files changed +18
-20
lines changed Expand file tree Collapse file tree 6 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 1- /* Define to 1 if mhash support is enabled. */
2- #cmakedefine PHP_MHASH_BC 1
3-
41/* Define to 1 if the PHP hash extension uses the slow SHA3 algorithm. */
52#cmakedefine HAVE_SLOW_HASH3 1
3+
4+ /* Define to 1 if mhash support is enabled. */
5+ #cmakedefine PHP_MHASH_BC 1
Original file line number Diff line number Diff line change @@ -194,5 +194,3 @@ if(ICU_VERSION VERSION_GREATER_EQUAL 60)
194194endif ()
195195
196196add_dependencies (php_intl php_date)
197-
198- configure_file (config.cmake.h.in config.h @ONLY)
Original file line number Diff line number Diff line change 11/* Define to 1 if you have the 'arc4random_buf' function. */
22#cmakedefine HAVE_ARC4RANDOM_BUF 1
33
4- /* Define to 1 if you have the 'getrandom' function. */
5- #cmakedefine HAVE_GETRANDOM 1
6-
74/* Define to 1 if you have the <CommonCrypto/CommonRandom.h> header file. */
85#cmakedefine HAVE_COMMONCRYPTO_COMMONRANDOM_H 1
6+
7+ /* Define to 1 if you have the 'getrandom' function. */
8+ #cmakedefine HAVE_GETRANDOM 1
Original file line number Diff line number Diff line change 33
44/* Define to 1 if the PHP extension 'session' is available. */
55#cmakedefine HAVE_PHP_SESSION 1
6+
7+ /* Define to 1 if you have the 'pread' function. */
8+ #cmakedefine HAVE_PREAD 1
9+
10+ /* Define to 1 if you have the 'pwrite' function. */
11+ #cmakedefine HAVE_PWRITE 1
12+
13+ /* Define to 1 if 'pread' declaration with 'off64_t' is missing. */
14+ #cmakedefine PHP_PREAD_64 1
15+
16+ /* Define to 1 if 'pwrite' declaration with 'off64_t' is missing. */
17+ #cmakedefine PHP_PWRITE_64 1
Original file line number Diff line number Diff line change 342342/* Define to 1 if you have the 'prctl' function. */
343343#cmakedefine HAVE_PRCTL 1
344344
345- /* Define to 1 if you have the 'pread' function. */
346- #cmakedefine HAVE_PREAD 1
347-
348345/* Define to 1 if you have the 'procctl' function. */
349346#cmakedefine HAVE_PROCCTL 1
350347
369366/* Define to 1 if you have the <pwd.h> header file. */
370367#cmakedefine HAVE_PWD_H 1
371368
372- /* Define to 1 if you have the 'pwrite' function. */
373- #cmakedefine HAVE_PWRITE 1
374-
375369/* Define to 1 if you have the <resolv.h> header file. */
376370#cmakedefine HAVE_RESOLV_H 1
377371
720714/* The 'uname' output. */
721715#define PHP_OS "@CMAKE_SYSTEM_NAME@"
722716
723- /* Define to 1 if 'pread' declaration with 'off64_t' is missing. */
724- #cmakedefine PHP_PREAD_64 1
725-
726- /* Define to 1 if 'pwrite' declaration with 'off64_t' is missing. */
727- #cmakedefine PHP_PWRITE_64 1
728-
729717/* Define to 1 if PHP uses its own SIGCHLD handler, and to 0 if not. */
730718#cmakedefine01 PHP_SIGCHILD
731719
You can’t perform that action at this time.
0 commit comments