--- rpl/src/rpl.h 2010/05/19 09:22:34 1.36 +++ rpl/src/rpl.h 2010/05/24 10:58:37 1.38 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.15 + RPL/2 (R) version 4.0.16 Copyright (C) 1989-2010 Dr. BERTRAND Joël This file is part of RPL/2. @@ -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