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