# Functions
ParseConfigFile parses a Syslinux configuration as specified in http://www.syslinux.org/wiki/index.php?title=Config
Currently, only the APPEND, INCLUDE, KERNEL, LABEL, DEFAULT, and INITRD directives are partially supported.
# Variables
ErrDefaultEntryNotFound is returned when the configuration file names a default label that is not part of the configuration.