Ignore:
Timestamp:
Sep 14, 2006 11:26:37 AM (18 years ago)
Author:
bennylp
Message:

Fixed compilation error in Linux when the legacy configure is being used: multiple declaration of socklen_t. Also does similar things with os_sunos, os_darwinos, and os_rtems

File:
1 edited

Legend:

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

    r433 r716  
    136136#define PJ_THREAD_ALLOCATE_STACK        0 
    137137 
     138/* Oh well.. MacOS 10.2 doesn't have socklen_t, but 10.4 has! */ 
     139#define PJ_HAS_SOCKLEN_T                0 
     140 
    138141 
    139142#endif  /* __PJ_COMPAT_OS_DARWINOS_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.