#ifndef PHP_WIN32_SIGNAL_H #define PHP_WIN32_SIGNAL_H #include #define SIGALRM 13 #define SIGVTALRM 26 /* virtual time alarm */ #define SIGPROF 27 /* profiling time alarm */ #endif /* PHP_WIN32_SIGNAL_H */