Changeset 523

Show
Ignore:
Timestamp:
05/15/08 16:03:25 (2 months ago)
Author:
krobillard
Message:

Builds on Solaris.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/thune/charset.c

    r491 r523  
    33 
    44 
     5#ifdef __sun__ 
     6#include <inttypes.h> 
     7#else 
    58#include <stdint.h> 
     9#endif 
    610 
    711 
  • trunk/thune/support/mt19937ar.c

    r481 r523  
    4545*/ 
    4646 
     47#ifdef __sun__ 
     48#include <inttypes.h> 
     49#else 
    4750#include <stdint.h> 
     51#endif 
    4852#include <stdio.h> 
    4953 
  • trunk/thune/support/sha1.c

    r407 r523  
    8282 
    8383#include <string.h> 
     84 
     85#ifdef __sun__ 
     86#include <inttypes.h> 
     87#ifdef _BIG_ENDIAN 
     88#define __BIG_ENDIAN__ 
     89#endif 
     90#else 
    8491#include <stdint.h> 
     92#endif 
    8593 
    8694 
  • trunk/thune/urlan.h

    r516 r523  
    2121 
    2222 
     23#ifdef __sun__ 
     24#include <inttypes.h> 
     25#ifdef _BIG_ENDIAN 
     26#define __BIG_ENDIAN__ 
     27#endif 
     28#else 
    2329#include <stdint.h> 
     30#endif 
    2431 
    2532