#include "auto_home.h"

void hier()
{
  h(auto_home,-1,-1,0755);

  d(auto_home,"bin",-1,-1,0755);
  d(auto_home,"lib",-1,-1,0755);
  d(auto_home,"include",-1,-1,0755);
  d(auto_home,"man",-1,-1,0755);
  d(auto_home,"man/man1",-1,-1,0755);
  d(auto_home,"man/man3",-1,-1,0755);
  d(auto_home,"man/man5",-1,-1,0755);
  d(auto_home,"man/man8",-1,-1,0755);
  d(auto_home,"etc",-1,-1,0755);

  c(auto_home,"lib","mess822.a",-1,-1,0644);
  c(auto_home,"include","mess822.h",-1,-1,0644);

  c(auto_home,"bin","ofmipd",-1,-1,0755);
  c(auto_home,"bin","ofmipname",-1,-1,0755);
  c(auto_home,"bin","iftocc",-1,-1,0755);
  c(auto_home,"bin","new-inject",-1,-1,0755);
  c(auto_home,"bin","822field",-1,-1,0755);
  c(auto_home,"bin","822header",-1,-1,0755);
  c(auto_home,"bin","822date",-1,-1,0755);
  c(auto_home,"bin","822received",-1,-1,0755);
  c(auto_home,"bin","822print",-1,-1,0755);

  c(auto_home,"man/man1","iftocc.1",-1,-1,0644);
  c(auto_home,"man/man1","new-inject.1",-1,-1,0644);
  c(auto_home,"man/man1","822field.1",-1,-1,0644);
  c(auto_home,"man/man1","822header.1",-1,-1,0644);
  c(auto_home,"man/man1","822date.1",-1,-1,0644);
  c(auto_home,"man/man1","822received.1",-1,-1,0644);
  c(auto_home,"man/man1","822print.1",-1,-1,0644);
  c(auto_home,"man/man5","rewriting.5",-1,-1,0644);
  c(auto_home,"man/man8","ofmipd.8",-1,-1,0644);
  c(auto_home,"man/man8","ofmipname.8",-1,-1,0644);
  c(auto_home,"man/man3","mess822.3",-1,-1,0644);
  c(auto_home,"man/man3","mess822_addr.3",-1,-1,0644);
  c(auto_home,"man/man3","mess822_date.3",-1,-1,0644);
  c(auto_home,"man/man3","mess822_fold.3",-1,-1,0644);
  c(auto_home,"man/man3","mess822_quote.3",-1,-1,0644);
  c(auto_home,"man/man3","mess822_token.3",-1,-1,0644);
  c(auto_home,"man/man3","mess822_when.3",-1,-1,0644);

  c(auto_home,"etc","leapsecs.dat",-1,-1,0644);
}


syntax highlighted by Code2HTML, v. 0.9.1