--- rpl/src/rpl.h 2010/05/19 09:22:34 1.36 +++ rpl/src/rpl.h 2010/05/22 21:45:50 1.37 @@ -28,10 +28,10 @@ #define _REENTRANT #ifdef Darwin -# define SIGPOLL SIGINFO -# define _DARWIN_C_SOURCE +# define _DARWIN_C_SOURCE #endif + /* ================================================================================ INCLUSIONS @@ -127,6 +127,10 @@ */ #ifndef RPLARGS +# ifdef Darwin +# define SIGPOLL SIGINFO +# endif + // Arrêt par STOP # define SIGFSTOP SIGUSR1 // Démarrage d'un processus fils @@ -137,6 +141,7 @@ # define SIGABORT SIGPROF // Arrêt d'un processus fils depuis autre chose que STOP # define SIGFABORT SIGPOLL +// Nombre d'interruptions disponibles # define d_NOMBRE_INTERRUPTIONS 64 #endif