home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / JAVA_ALL / KAFFE-0.2 / LIB / SUPPORT / SYSTEM.H < prev   
Encoding:
C/C++ Source or Header  |  1996-07-30  |  713 b   |  29 lines

  1. /*
  2.  * system.h
  3.  * Defines for this system.
  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.
  12.  */
  13.  
  14. #ifndef __system_h
  15. #define __system_h
  16.  
  17. #define    kaffe_version        "0.2"
  18. #define    kaffe_vendor        "SARC, City University, UK"
  19. #define    kaffe_vendor_url    "http://sarc.city.ac.uk"
  20. #define    kaffe_class_version    "1"
  21. #define    file_seperator        "/"
  22. #define    path_seperator        ":"
  23. #define    line_seperator        "\n"
  24.  
  25. #define    KAFFEHOME        "KAFFEHOME"
  26. #define    KAFFECLASSPATH        "CLASSPATH"
  27.  
  28. #endif
  29.