--- tools/stunnel.conf-sample.in.orig	2003-01-01 15:41:56.000000000 +0100
+++ tools/stunnel.conf-sample.in	2003-06-09 19:20:51.000000000 +0200
@@ -2,8 +2,8 @@
 # Copyright by Michal Trojnara 2002
 
 # Comment it out on Win32
-cert = @prefix@/etc/stunnel/mail.pem
-chroot = @prefix@/var/run/stunnel/
+cert = /etc/stunnel/mail.pem
+chroot = /var/run/stunnel/
 # PID is created inside chroot jail
 pid = /stunnel.pid
 setuid = nobody
@@ -18,7 +18,7 @@
 # it is located inside chroot jail:
 #CApath = /certs
 # or simply use CAfile instead:
-#CAfile = @prefix@/etc/stunnel/certs.pem
+#CAfile = /etc/stunnel/certs.pem
 
 # Some debugging stuff
 #debug = 7
