diff -c ../audioIO.h:1.1.1.1 xamp/audioIO.h:1.2
*** ../audioIO.h:1.1.1.1	Wed Jun 14 22:23:47 2000
--- ../audioIO.h	Wed Jun 14 22:23:47 2000
***************
*** 7,13 ****
    #define AUSIZ 32768
  #endif
  
! #ifdef OS_Linux
  extern int AUSIZ;
  #endif
  
--- 7,13 ----
    #define AUSIZ 32768
  #endif
  
! #if defined(OS_Linux) || defined(OS_NetBSD)
  extern int AUSIZ;
  #endif
  
