% init.sl - basic functions for lpe configuration handling % (C) 2000 Chris Smith % Written by Gergely Nagy % if ( lpe_exists ( "/usr/local/share/lpe/conv.sl" ) ) evalfile ( "/usr/local/share/lpe/conv.sl" ); if ( lpe_exists ( "/usr/local/etc/lperc" ) ) evalfile ( "/usr/local/etc/lperc" ); if ( LPE_CONFIG_FILE != NULL & lpe_exists ( LPE_CONFIG_FILE ) ) evalfile ( LPE_CONFIG_FILE );