--- config.h.orig	Sun Aug 15 14:12:16 1999
+++ config.h	Sun Aug 15 14:14:04 1999
@@ -23,17 +23,17 @@
   script files, and the simulator executable.  This directory
   name must be in quotes.
  */
-#define TKGATE_HOMEDIR   "/usr/local/lib/tkgate-0.9"
+#define TKGATE_HOMEDIR   "__PREFIX__/lib/tkgate-0.9"
 
 /*
   The location of the tkgate and gmac executables.
  */
-#define TKGATE_BINDIR /usr/local/bin
+#define TKGATE_BINDIR __PREFIX__/bin
 
 /*
   The location of the tkgate and gmac man pages
  */
-#define TKGATE_MANDIR /usr/local/man/man1
+#define TKGATE_MANDIR __PREFIX__/man/man1
 
 /*
   If tcl/tk can not be found, uncomment these and set them
@@ -42,11 +42,11 @@
   own risk.
  */
-#define TKGATE_TKLIBNAME tk80
-#define TKGATE_TKLIBDIR /usr/local/lib
-#define TKGATE_TKINCDIR /usr/local/include/tk8.0
+#define TKGATE_TKLIBNAME tk82
+#define TKGATE_TKLIBDIR __LOCALBASE__/lib
+#define TKGATE_TKINCDIR __LOCALBASE__/include/tk8.2
-#define TKGATE_TCLLIBNAME tcl80
-#define TKGATE_TCLLIBDIR /usr/local/lib
-#define TKGATE_TCLINCDIR /usr/local/include/tcl8.0
+#define TKGATE_TCLLIBNAME tcl82
+#define TKGATE_TCLLIBDIR __LOCALBASE__/lib
+#define TKGATE_TCLINCDIR __LOCALBASE__/include/tcl8.2
 
 /*
   Set to 1 if getopt(3) uses the optreset variable
