Ignore:
Timestamp:
Mar 20, 2006 12:39:24 PM (18 years ago)
Author:
bennylp
Message:

Ported pjlib to PowerPC/MacOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config.h

    r331 r338  
    5252#elif defined(PJ_SUNOS) && PJ_SUNOS!=0 
    5353#  include <pj/compat/os_sunos.h> 
     54#elif defined(PJ_DARWINOS) && PJ_DARWINOS!=0 
     55#  include <pj/compat/os_darwinos.h> 
    5456#else 
    5557#  error "Please specify target os." 
     
    7072#elif defined (PJ_M_ARMV4) && PJ_M_ARMV4 != 0 
    7173#   include <pj/compat/m_armv4.h> 
     74#elif defined (PJ_M_POWERPC) && PJ_M_POWERPC != 0 
     75#   include <pj/compat/m_powerpc.h> 
    7276#else 
    7377#  error "Please specify target machine." 
     
    247251 * be set to this value). 
    248252 * 
    249  * Default: 256 (64 for WinCE) 
     253 * Default: if FD_SETSIZE is defined and the value is greather than 256, 
     254 *          then it will be used.  Otherwise 256 (64 for WinCE). 
    250255 */ 
    251256#ifndef PJ_IOQUEUE_MAX_HANDLES 
Note: See TracChangeset for help on using the changeset viewer.