mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Remove duplicate PTHREADS template define
The undef PTHREADS converts to define if thread safety is configured. This step is already done by pthreads m4 macros from TSRM so this now removes duplicated PTHREADS defines from php_config.h.
This commit is contained in:
parent
c72d6da461
commit
66c02cc0a1
@ -105,8 +105,6 @@ extern "C++" {
|
||||
#endif
|
||||
#endif /* ifndef ZEND_ACCONFIG_H_NO_C_PROTOS */
|
||||
|
||||
#undef PTHREADS
|
||||
|
||||
#endif /* PHP_CONFIG_H */
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user