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 / bsdi / md.h < prev   
C/C++ Source or Header  |  1996-09-28  |  589b  |  25 lines

  1. /*
  2.  * i386/bsdi/md.h
  3.  * BSDI 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>, February 1996, May 1996.
  12.  * Patches by Pace Willisson <pace@blitz.com>, February 1996.
  13.  */
  14.  
  15. #ifndef __i386_bsdi_md_h
  16. #define __i386_bsdi_md_h
  17.  
  18. #include "i386/threads.h"
  19.  
  20. #if defined(TRANSLATOR)
  21. #include "i386/bsdi/jit-md.h"
  22. #endif
  23.  
  24. #endif
  25.