Changeset 3785:0d4047505c68 in roaraudio


Ignore:
Timestamp:
05/07/10 13:51:17 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only support +abstract in case of AF_UNIX support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r3643 r3785  
    523523  } else if ( strcmp(host, "+abstract") == 0 ) { 
    524524   type = ROAR_SOCKET_TYPE_UNIX; 
     525#ifdef ROAR_HAVE_UNIX 
    525526   abstract = 1; 
     527#endif 
    526528  } else if ( strstr(host, "::") != NULL ) { 
    527529   type = ROAR_SOCKET_TYPE_DECNET; 
Note: See TracChangeset for help on using the changeset viewer.