Diff for /rpl/src/rpl.h between versions 1.36 and 1.37

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

Removed from v.1.36  
changed lines
  Added in v.1.37


CVSweb interface <joel.bertrand@systella.fr>