xref: /PHP-7.0/win32/signal.h (revision 2027b949)
1 #ifndef PHP_WIN32_SIGNAL_H
2 #define PHP_WIN32_SIGNAL_H
3 
4 #include <signal.h>
5 
6 #define SIGALRM 13
7 #define	SIGVTALRM 26			/* virtual time alarm */
8 #define	SIGPROF	27				/* profiling time alarm */
9 
10 #endif /* PHP_WIN32_SIGNAL_H */
11