home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / config / i386 / win32 / bc / md.h < prev   
C/C++ Source or Header  |  1996-09-28  |  584b  |  27 lines

  1. /*
  2.  * i386/win32/bc/md.h
  3.  * Windows'95 (Borland C) i386 configuration information.
  4.  *
  5.  * Copyright (c) 1996 Systems Architecture Research Centre,
  6.  *           City University, London, UK.
  7.  *
  8.  * See the file "license.terms" for information on usage and redistribution
  9.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  10.  *
  11.  * Written by Tim Wilkinson <tim@sarc.city.ac.uk>, May 1996.
  12.  */
  13.  
  14. #ifndef __i386_win32_bc_md_h
  15. #define __i386_win32_bc_md_h
  16.  
  17. /**/
  18. /* Thread handling */
  19. /**/
  20. #include "i386/win32/threads.h"
  21.  
  22. #if defined(TRANSLATOR)
  23. #include "i386/win32/bc/jit-md.h"
  24. #endif
  25.  
  26. #endif
  27.