UNITSFILE
unitfile = fopen(UNITSFILE, "r");
"%s/%s", direc, UNITSFILE);
errx(1, "can't find units file '%s'", UNITSFILE);
#ifndef UNITSFILE
if (access(UNITSFILE, F_OK) == 0)
printf("%s\n", UNITSFILE);