20#if defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED == 1 && defined(HAVE_WIFCONTINUED) && HAVE_WIFCONTINUED == 1
21#define HAVE_WCONTINUED 1
25#define phpext_pcntl_ptr &pcntl_module_entry
28#define PHP_PCNTL_VERSION PHP_VERSION
39#ifdef HAVE_STRUCT_SIGINFO_T
54#if defined(ZTS) && defined(COMPILE_DL_PCNTL)
59#define PCNTL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcntl, v)
zend_module_entry pcntl_module_entry
#define PHP_MSHUTDOWN_FUNCTION
#define PHP_MINIT_FUNCTION
#define PHP_MINFO_FUNCTION
#define PHP_RINIT_FUNCTION
#define PHP_RSHUTDOWN_FUNCTION
struct php_pcntl_pending_signal * head
int processing_signal_queue
volatile char pending_signals
struct php_pcntl_pending_signal * tail
struct php_pcntl_pending_signal * spares
HashTable php_signal_table
struct php_pcntl_pending_signal * next
#define ZEND_TSRMLS_CACHE_EXTERN()
#define ZEND_END_MODULE_GLOBALS(module_name)
#define ZEND_EXTERN_MODULE_GLOBALS(module_name)
#define ZEND_BEGIN_MODULE_GLOBALS(module_name)
struct _zend_module_entry zend_module_entry
struct _zend_array HashTable