Ignore:
File:
1 edited

Legend:

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

    • Property svn:keywords deleted
    r3 r1  
    1 /* $Id$ 
    2  * 
    3  */ 
     1/* $Header: /pjproject-0.3/pjlib/include/pj/config.h 12    10/29/05 10:25p Bennylp $ */ 
    42 
    53#ifndef __PJ_CONFIG_H__ 
     
    2422 
    2523/******************************************************************** 
    26  * Include target OS specific configuration. 
    27  */ 
    28 #if defined(PJ_WIN32) && PJ_WIN32!=0 
     24 * Include target specific configuration. 
     25 */ 
     26#if defined(PJ_WIN32) 
    2927#  include <pj/compat/os_win32.h> 
    30 #elif defined(PJ_LINUX) && PJ_LINUX!=0 
     28#elif defined(PJ_LINUX) 
    3129#  include <pj/compat/os_linux.h> 
    32 #elif defined(PJ_LINUX_KERNEL) && PJ_LINUX_KERNEL!=0 
     30#elif defined(PJ_LINUX_KERNEL) 
    3331#  include <pj/compat/os_linux_kernel.h> 
    34 #elif defined(PJ_PALMOS) && PJ_PALMOS!=0 
     32#elif defined(PJ_PALMOS) 
    3533#  include <pj/compat/os_palmos.h> 
    36 #elif defined(PJ_SUNOS) && PJ_SUNOS!=0 
    37 #  include <pj/compat/os_sunos.h> 
    3834#else 
    3935#  error "Please specify target os." 
     
    4541 */ 
    4642#if defined (PJ_M_I386) && PJ_M_I386 != 0 
    47  include <pj/compat/m_i386.h> 
     43include <pj/compat/m_i386.h> 
    4844#elif defined (PJ_M_M68K) && PJ_M_M68K != 0 
    4945#   include <pj/compat/m_m68k.h> 
    5046#elif defined (PJ_M_ALPHA) && PJ_M_ALPHA != 0 
    5147#   include <pj/compat/m_alpha.h> 
    52 #elif defined (PJ_M_SPARC) && PJ_M_SPARC != 0 
    53 #   include <pj/compat/m_sparc.h> 
    5448#else 
    5549#  error "Please specify target machine." 
Note: See TracChangeset for help on using the changeset viewer.