MIGRATION (ghost) functions


LIBRARY ROUTINE

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

OUTPUT

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.