php-src/win32/signal.h
Anatol Belski 2027b949ea remove version check
the cause of the recursive inclusion is fixed, it's not compiler
version dependent
2015-05-15 08:20:33 +02:00

11 lines
225 B
C

#ifndef PHP_WIN32_SIGNAL_H
#define PHP_WIN32_SIGNAL_H
#include <signal.h>
#define SIGALRM 13
#define SIGVTALRM 26 /* virtual time alarm */
#define SIGPROF 27 /* profiling time alarm */
#endif /* PHP_WIN32_SIGNAL_H */