Changeset 1764:711314636e32 in roaraudio


Ignore:
Timestamp:
05/19/09 12:05:33 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only try unix default sockets if we have unix support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/basic.c

    r1660 r1764  
    6565  /* connect via defaults */ 
    6666 
     67#ifdef ROAR_HAVE_UNIX 
    6768#ifndef ROAR_TARGET_MICROCONTROLLER 
    6869  roar_server = getenv("HOME"); 
     
    9091  if ( (fh = roar_socket_connect(ROAR_DEFAULT_SOCK_GLOBAL, 0)) != -1 ) 
    9192   return fh; 
     93#endif 
    9294 
    9395  if ( (fh = roar_socket_connect(ROAR_DEFAULT_HOST, ROAR_DEFAULT_PORT)) != -1 ) 
Note: See TracChangeset for help on using the changeset viewer.