home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / mthreads / part01 / INTERN.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-20  |  768 b   |  27 lines

  1. /* $Id: INTERN.h,v 3.0 1991/09/09 20:18:23 davison Trn $
  2.  */
  3. /* This software is Copyright 1991 by Stan Barber. 
  4.  *
  5.  * Permission is hereby granted to copy, reproduce, redistribute or otherwise
  6.  * use this software as long as: there is no monetary profit gained
  7.  * specifically from the use or reproduction of this software, it is not
  8.  * sold, rented, traded or otherwise marketed, and this copyright notice is
  9.  * included prominently in any copy made. 
  10.  *
  11.  * The authors make no claims as to the fitness or correctness of this software
  12.  * for any use whatsoever, and it is provided as is. Any use of this software
  13.  * is at the user's own risk. 
  14.  */
  15.  
  16. #undef EXT
  17. #define EXT
  18.  
  19. #undef INIT
  20. #ifdef xenix
  21. #define INIT(x) =x
  22. #else
  23. #define INIT(x) = x
  24. #endif
  25.  
  26. #define DOINIT
  27.