Changeset 1780:ac6f4045e59b in roaraudio


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

only build this if we have fork()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/pipetest.c

    r1308 r1780  
    2929 
    3030int main (void) { 
     31#ifdef ROAR_HAVE_FORK 
    3132 char buf[BUF_MAX]; 
    3233 struct roar_vio_calls s0, s1; 
     
    6061 
    6162 return 0; 
     63#else 
     64 fprintf(stderr, "Error: no fork() support!\n"); 
     65 return 1; 
     66#endif 
    6267} 
    6368 
Note: See TracChangeset for help on using the changeset viewer.