Changeset 534:e649f09f8e0e in roaraudio


Ignore:
Timestamp:
08/16/08 16:39:45 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Tags:
roaraudio_0_1_testing5_janus
Message:

#ifdef ROAR_HAVE_IPX around IPX block...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r533 r534  
    408408  } 
    409409 } else if ( type == ROAR_SOCKET_TYPE_IPX ) { 
     410#ifdef ROAR_HAVE_IPX 
    410411  socket_addr.ipx.sipx_family = AF_IPX; 
    411412 
     
    429430  close(fh); 
    430431  return -1; 
     432#else 
     433  return -1; 
     434#endif 
    431435 } else if ( type == ROAR_SOCKET_TYPE_FORK ) { 
    432436  return roar_socket_open_fork(mode, host, port); 
Note: See TracChangeset for help on using the changeset viewer.