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:
Peter Kokot 2019-07-14 14:45:27 +02:00
parent c72d6da461
commit 66c02cc0a1

View File

@ -105,8 +105,6 @@ extern "C++" {
#endif
#endif /* ifndef ZEND_ACCONFIG_H_NO_C_PROTOS */
#undef PTHREADS
#endif /* PHP_CONFIG_H */
])