1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Files
archived-php-src/win32/signal.h
T
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 */