Changeset 2756:ab72c94d14d3 in roaraudio


Ignore:
Timestamp:
09/22/09 23:40:32 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected #ifdefs to to match the requirements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r2755 r2756  
    14591459 } 
    14601460 
    1461 #ifdef ROAR_HAVE_SETGID 
     1461#if defined(ROAR_HAVE_SETGID) && defined(ROAR_HAVE_IO_POSIX) 
    14621462 if ( setids & R_SETGID ) { 
    14631463  if ( sock_grp == NULL ) { 
     
    15351535#endif 
    15361536 
    1537 #ifdef ROAR_HAVE_SETUID 
     1537#if defined(ROAR_HAVE_SETUID) && defined(ROAR_HAVE_IO_POSIX) 
    15381538 if ( setids & R_SETUID ) { 
    15391539  if ( sock_user == NULL ) { 
Note: See TracChangeset for help on using the changeset viewer.