/* access functions for site specific info */ #include "com-conf.h" void initEnvironment(); char * getReportDirectoryPath(); char * getCitationDataFilePath(); char * getIndexHeaderPath(); char * getSemaphoreFilePath(); char * getCompressPath(); char * getErrorLogFile(); char * getGenHtmlPath(); char * getUrlPrefix();