home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / utils / graphtal.lzh / Graphtal.Amiga / globals.h < prev    next >
C/C++ Source or Header  |  1992-11-20  |  884b  |  33 lines

  1. /*
  2.  * globals.h - global definitions.
  3.  *
  4.  * Copyright (C) 1992, Christoph Streit (streit@iam.unibe.ch)
  5.  *                     University of Berne, Switzerland
  6.  * All rights reserved.
  7.  *
  8.  * This software may be freely copied, modified, and redistributed
  9.  * provided that this copyright notice is preserved on all copies.
  10.  *
  11.  * You may not distribute this software, in whole or in part, as part of
  12.  * any commercial product without the express consent of the authors.
  13.  *
  14.  * There is no warranty or other guarantee of fitness of this software
  15.  * for any purpose.  It is provided solely "as is".
  16.  *
  17.  */
  18.  
  19. #ifndef Globals_H
  20. # define Globals_H
  21.  
  22. #define CPP_NAME "/usr/lib/cpp"
  23.  
  24. // Name of color file.
  25. #define defaultColorFile  "colors.def"
  26.  
  27. // Name of environment variable, which indicates the location and the name
  28. // of the color file.
  29. #define COLOR_ENV  "COLORFILE"
  30.  
  31. #endif // Globals_H
  32.  
  33.