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 / sco3.2v5 / md.h < prev   
C/C++ Source or Header  |  1996-09-28  |  527b  |  24 lines

  1. /*
  2.  * i386/sco3.2v5/md.h
  3.  * SCO 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>, June 1996
  12.  */
  13.  
  14. #ifndef __i386_sco3_2v5_md_h
  15. #define __i386_sco3_2v5_md_h
  16.  
  17. #include "i386/threads.h"
  18.  
  19. #if defined(TRANSLATOR)
  20. #include "i386/sco3.2v5/jit-md.h"
  21. #endif
  22.  
  23. #endif
  24.