root/win32/signal.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 */

/* [<][>][^][v][top][bottom][index][help] */