Ignore:
Timestamp:
Mar 23, 2006 6:03:40 PM (18 years ago)
Author:
bennylp
Message:

Set default option to exclude pj_stricmp_alnum()

File:
1 edited

Legend:

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

    r263 r354  
    196196} 
    197197 
     198#if defined(PJ_HAS_STRICMP_ALNUM) && PJ_HAS_STRICMP_ALNUM!=0 
    198199PJ_IDEF(int) strnicmp_alnum( const char *str1, const char *str2, 
    199200                             int len) 
     
    264265    } 
    265266} 
     267#endif  /* PJ_HAS_STRICMP_ALNUM */ 
    266268 
    267269PJ_IDEF(int) pj_stricmp2( const pj_str_t *str1, const char *str2) 
Note: See TracChangeset for help on using the changeset viewer.