--- ./conf-cc	Sun Jan 21 02:05:49 2001
+++ ./conf-cc-patched	Wed Sep  4 11:53:16 2002
@@ -1,3 +1,3 @@
-gcc
+cc -O3
 
 This will be used to compile .c files.
--- ./conf-home	Sun Jan 21 01:58:00 2001
+++ ./conf-home-patched	Wed Sep  4 12:15:26 2002
@@ -1,3 +1,3 @@
-/usr/local
+@PREFIX@
 
 This is the dnscache home directory. Programs will be installed in
--- ./conf-ld	Sun Jan 21 02:05:49 2001
+++ ./conf-ld-patched	Wed Sep  4 11:52:47 2002
@@ -1,3 +1,3 @@
-gcc -s
+cc
 
 This will be used to link .o files into an executable.
--- ./conf-root	Sun Jan 21 01:58:00 2001
+++ ./conf-root-patched	Wed Sep  4 12:09:18 2002
@@ -1 +1 @@
-/usr/local
+@PREFIX@
--- ./hier.c	Sat Apr 14 02:52:33 2001
+++ ./hier.c-patched	Wed Sep  4 12:14:18 2002
@@ -9,12 +9,12 @@
   c(auto_home,"bin","fwipe",-1,-1,0755);
 
-  d(auto_home,"man",-1,-1,02755);
-  d(auto_home,"man/man1",-1,-1,02755);
-  d(auto_home,"man/cat1",-1,-1,02755);
-  c(auto_home,"man/man1","fwipe0.1",-1,-1,0644);
-  c(auto_home,"man/cat1","fwipe0.0",-1,-1,0644);
-  c(auto_home,"man/man1","echo0.1",-1,-1,0644);
-  c(auto_home,"man/cat1","echo0.0",-1,-1,0644);
-  c(auto_home,"man/man1","fwipe.1",-1,-1,0644);
-  c(auto_home,"man/cat1","fwipe.0",-1,-1,0644);
+  d(auto_home,"share/man",-1,-1,02755);
+  d(auto_home,"share/man/man1",-1,-1,02755);
+  d(auto_home,"share/man/cat1",-1,-1,02755);
+  c(auto_home,"share/man/man1","fwipe0.1",-1,-1,0644);
+  c(auto_home,"share/man/cat1","fwipe0.0",-1,-1,0644);
+  c(auto_home,"share/man/man1","echo0.1",-1,-1,0644);
+  c(auto_home,"share/man/cat1","echo0.0",-1,-1,0644);
+  c(auto_home,"share/man/man1","fwipe.1",-1,-1,0644);
+  c(auto_home,"share/man/cat1","fwipe.0",-1,-1,0644);
 }