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.
2 parents 1e842a7 + ea1bd2c commit 67bce95Copy full SHA for 67bce95
cmake/main/config.w32.cmake.h.in
@@ -2008,13 +2008,13 @@
2008
#cmakedefine ZEND_MAX_EXECUTION_TIMERS 1
2009
2010
/* Number of bytes for the ZEND_MM alignment. */
2011
-#define ZEND_MM_ALIGNMENT (size_t)8
+#cmakedefine ZEND_MM_ALIGNMENT @ZEND_MM_ALIGNMENT@
2012
2013
/* Number of bytes for the logarithmic ZEND_MM alignment. */
2014
-#define ZEND_MM_ALIGNMENT_LOG2 (size_t)3
+#cmakedefine ZEND_MM_ALIGNMENT_LOG2 @ZEND_MM_ALIGNMENT_LOG2@
2015
2016
/* Define to 1 if ZEND_MM needs 8-byte realignment, and to 0 if not. */
2017
-#define ZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT 0
+#cmakedefine01 ZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT
2018
2019
/* Define to 1 if Zend signal handling is supported and enabled. */
2020
#cmakedefine ZEND_SIGNALS 1
0 commit comments