gr_read_configfile - read a Khoros 1.0 file ending in .conf
LIBRARY CALL
int gr_read_configfile(
char *filename,
char **config_keys,
int num,
char **config_paths)
INPUT
filename - full path to config file
config_keys - the list of search keys in the .conf file
num - the number of keys in the conf file
OUTPUT
config_paths - path names associated with config_keys
RETURN VALUE
TRUE (1) on success, FALSE (0) on failure
DESCRIPTION
This routine gets path info from the config file -
if it can't get path for any of the files, it will
set the pathname to the local "." directory.
Prompts the user to be sure all paths are set correctly,
and will exit the program if the user does not respond "y".
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$MIGRATION/objects/library/ghost/src/config.c
SEE ALSO
ghost(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.