chiark / gitweb /
gcc; #gr
[ian-dotfiles.git] / config
diff --git a/config b/config
index 16e37cc27a06d339622dc74e5b2ca45abd9539f8..d618ababab8e3ac8cbfd99c17e6bef28217abe82 100644 (file)
--- a/config
+++ b/config
@@ -26,6 +26,7 @@ if ($uname =~ m/^Linux$/) {
     chomp($_= `uname -r`); $? and die "platform $?";
     m/^(\d+\.\d+)\-/ or die "$_ ?";
     $platform= "FreeBSD-$1";
+    $xbindir= '/usr/X11R6/bin';
 } elsif ($uname =~ m/^HP\-UX/) {
     chomp($_= `uname -r`); $? and die "platform $?";
     m/^B\.(\d+\.\d+)$/ or die "$_ ?";
@@ -42,5 +43,7 @@ $ncipher= $hostname =~ m/\.(ncipher\.com$)/    ? 'cam' :
           $hostname =~ m/\.(ncipherusa\.com$)/ ? 'bos' :
           0;
 
+$chiark=  $hostname =~ m/chiark/;
+
 %ncipherdom= ('cam' => 'ncipher.com',
              'bos' => 'ncipherusa.com');