Ignore:
Timestamp:
Sep 10, 2006 4:33:48 PM (18 years ago)
Author:
bennylp
Message:

Fixed autoconf in mingw

File:
1 edited

Legend:

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

    r697 r699  
    2828/* Canonical OS name */ 
    2929#undef PJ_OS_NAME 
     30 
     31/* Legacy macros */ 
     32#undef PJ_WIN32 
     33#undef PJ_WIN32_WINNT 
     34#undef WIN32_LEAN_AND_MEAN 
     35#undef PJ_DARWINOS 
     36#undef PJ_LINUX 
     37#undef PJ_RTEMS 
     38#undef PJ_SUNOS 
     39 
     40#if defined(PJ_WIN32_WINNT) && !defined(_WIN32_WINNT) 
     41#  define _WIN32_WINNT  PJ_WIN32_WINNT 
     42#endif 
    3043 
    3144/* Headers availability */ 
     
    6881 
    6982#if !defined(PJ_HAS_SOCKLEN_T) || PJ_HAS_SOCKLEN_T==0 
     83# define PJ_HAS_SOCKLEN_T  1 
    7084  typedef int socklen_t; 
    7185#endif 
Note: See TracChangeset for help on using the changeset viewer.