mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Sync #if/ifdef/defined (-Wundef) (#14623)
These are either define (to value 1) or undefined: - __GNUC__ - DBA_CDB_BUILTIN - DBA_GDBM - HAVE_FORK - HAVE_PUTENV - HAVE_SETENV - HAVE_SYS_SELECT_H - HAVE_SYS_SOCKET_H - HAVE_SYS_WAIT_H - HAVE_UNSETENV - RFC3678_API - ZEND_ENABLE_ZVAL_LONG64 - ZTS Follow-up of GH-5526
This commit is contained in:
parent
ab9a0295c5
commit
cf3b9fca8f
14 changed files with 39 additions and 39 deletions
|
@ -100,7 +100,7 @@ old_CPPFLAGS=$CPPFLAGS
|
|||
CPPFLAGS="-I$phpincludedir"
|
||||
AC_EGREP_CPP(php_zts_is_enabled,[
|
||||
#include <main/php_config.h>
|
||||
#if ZTS
|
||||
#ifdef ZTS
|
||||
php_zts_is_enabled
|
||||
#endif
|
||||
],[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue