home *** CD-ROM | disk | FTP | other *** search
/ gdead.berkeley.edu / gdead.berkeley.edu.tar / gdead.berkeley.edu / pub / cad-tools / ciftomann.tar / CD / extern.h < prev    next >
C/C++ Source or Header  |  1988-01-28  |  1KB  |  43 lines

  1. /*
  2.  * extern.h
  3.  *
  4.  * Copyright -C- 1981 Giles C. Billingsley
  5.  * sccsid "%W%  %G%"
  6.  *
  7.  *     KIC is a graphics editor that was developed by the integrated
  8.  * circuits group of the Electronics Research Laboratory and the
  9.  * Department of Electrical Engineering and Computer Sciences at
  10.  * the University of California, Berkeley, California.  The program
  11.  * KIC is available free of charge to any interested party.
  12.  * The sale, resale, or use of this program for profit without the
  13.  * express written consent of the Department of Electrical Engineering
  14.  * and Computer Sciences, University of California, Berkeley, California,
  15.  * is forbidden.
  16.  */
  17.  
  18.  
  19. /*
  20.  * KIC environmental data
  21.  * 
  22.  */
  23.  
  24. #ifdef UNIX
  25. #define CIFPLOT_PATTERNS      "~cad/lib/cifplot.pat"
  26. #define DEFAULT_DOT_KIC     "~cad/.KIC"
  27. #define DEFAULT_KIC_LOGO     "~cad/.KICLogo"
  28. #else
  29. #define CIFPLOT_PATTERNS     "dma1:[cad]cifplot.pat"
  30. #define DEFAULT_DOT_KIC        "dma1:[cad]layers.kic"
  31. #define DEFAULT_KIC_LOGO    "dma1:[cad]logo.kic"
  32. #endif
  33.  
  34.  
  35. #define DEFAULT_TERMINAL     "AE"
  36.  
  37. /*
  38.  * For CIF there are 100 data base units per micron
  39.  */
  40. #define RESOLUTION        100
  41. #define HALFRESOLUTION        50
  42.  
  43.