Diff for /rpl/src/rpl.h between versions 1.133 and 1.137

version 1.133, 2011/09/26 15:57:17 version 1.137, 2011/10/21 11:38:38
Line 43 Line 43
 #ifdef OS2  #ifdef OS2
 #   ifndef __RPLCAS  #   ifndef __RPLCAS
 #       define _BSD_SOURCE  #       define _BSD_SOURCE
 #       define _XOPEN_SOURCE    600  
 #   endif  #   endif
   
 #   include <types.h>  #   include <types.h>
Line 99 Line 98
 #   endif  #   endif
   
 #   include <pwd.h>  #   include <pwd.h>
 #   include <sys/shm.h>  #   ifdef SHARED_MEMORY
   #       include <sys/shm.h>
   #   endif
   
 #   ifndef IPCS_SYSV  #   ifndef IPCS_SYSV
 #       include <semaphore.h>  #       include <semaphore.h>
Line 163 Line 164
 #   include "openssl/evp.h"  #   include "openssl/evp.h"
 #   include "sqlite3.h"  #   include "sqlite3.h"
 #   include "sigsegv.h"  #   include "sigsegv.h"
   #   ifdef OS2
           // Bug de libsigsegv
   #       undef HAVE_STACK_OVERFLOW_RECOVERY
   #   endif
   
 #   define HAVE_INLINE  #   define HAVE_INLINE
 #   define GSL_RANGE_CHECK_OFF  #   define GSL_RANGE_CHECK_OFF
Line 278  typedef struct queue_signaux Line 283  typedef struct queue_signaux
 #   endif  #   endif
 #endif  #endif
   
 #ifdef OpenBSD  
 #   ifdef PTHREAD_SCOPE_SYSTEM  
 #       undef PTHREAD_SCOPE_SYSTEM  
 #   endif  
 #   define PTHREAD_SCOPE_SYSTEM 0  
 #endif  
   
 #ifdef OS2  #ifdef OS2
 #   define readline(s) readline_wrapper(s)  #   define readline(s) readline_wrapper(s)
     unsigned char *readline_wrapper(unsigned char *s);      unsigned char *readline_wrapper(unsigned char *s);
Line 3070  unsigned char *compactage(unsigned char Line 3068  unsigned char *compactage(unsigned char
 unsigned char *conversion_majuscule(unsigned char *chaine);  unsigned char *conversion_majuscule(unsigned char *chaine);
 unsigned char *creation_nom_fichier(struct_processus *s_etat_processus,  unsigned char *creation_nom_fichier(struct_processus *s_etat_processus,
         unsigned char *chemin);          unsigned char *chemin);
   unsigned char *date_compilation();
 unsigned char *extraction_chaine(unsigned char *chaine, unsigned long i,  unsigned char *extraction_chaine(unsigned char *chaine, unsigned long i,
         unsigned long j);          unsigned long j);
 unsigned char *formateur(struct_processus *s_etat_processus, long offset,  unsigned char *formateur(struct_processus *s_etat_processus, long offset,

Removed from v.1.133  
changed lines
  Added in v.1.137


CVSweb interface <joel.bertrand@systella.fr>