Ignore:
Timestamp:
Jun 8, 2006 11:43:42 PM (18 years ago)
Author:
ismangil
Message:

Initial work - debug symbian working, os_core still stubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjlib/src/pj/config.c

    r468 r496  
    11/* $Id$ */ 
    2 /*  
     2/* 
    33 * Copyright (C)2003-2006 Benny Prijono <benny@prijono.org> 
    44 * 
     
    1515 * You should have received a copy of the GNU General Public License 
    1616 * along with this program; if not, write to the Free Software 
    17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    1818 */ 
    1919#include <pj/config.h> 
     
    3232    PJ_LOG(3, (id, " PJ_HAS_PENTIUM            : %d", PJ_HAS_PENTIUM)); 
    3333    PJ_LOG(3, (id, " PJ_OS_NAME                : %s", PJ_OS_NAME)); 
    34     PJ_LOG(3, (id, " PJ_CC_NAME/VER_(1,2,3)    : %s-%d.%d.%d", PJ_CC_NAME, 
    35                PJ_CC_VER_1, PJ_CC_VER_2, PJ_CC_VER_3)); 
    36     PJ_LOG(3, (id, " PJ_IS_(BIG/LITTLE)_ENDIAN : %s",  
     34/*    PJ_LOG(3, (id, " PJ_CC_NAME/VER_(1,2,3)    : %s-%d.%d.%d", PJ_CC_NAME, 
     35               PJ_CC_VER_1, PJ_CC_VER_2, PJ_CC_VER_3));*/ 
     36    PJ_LOG(3, (id, " PJ_IS_(BIG/LITTLE)_ENDIAN : %s", 
    3737               (PJ_IS_BIG_ENDIAN?"big-endian":"little-endian"))); 
    3838    PJ_LOG(3, (id, " PJ_HAS_INT64              : %d", PJ_HAS_INT64)); 
Note: See TracChangeset for help on using the changeset viewer.