2005-10-12 16:47:33 +00:00
|
|
|
##
|
|
|
|
## This is the GNUstep configuration file.
|
|
|
|
##
|
|
|
|
|
|
|
|
## Any line starting with a '#' is a comment.
|
|
|
|
## Empty lines are ignored.
|
|
|
|
## Every other line in this file must be of the form
|
|
|
|
## XXX=YYY
|
|
|
|
## where there should be no spaces around the '=' (this is because we
|
|
|
|
## include this file in shell scripts and makefiles, and sh syntax
|
|
|
|
## requires no spaces around the '=').
|
2005-10-23 15:42:17 +00:00
|
|
|
##
|
|
|
|
## Standard sh quotes can be used in YYY but only at runtime; they can
|
|
|
|
## not be used while building.
|
|
|
|
##
|
2005-10-12 16:47:33 +00:00
|
|
|
|
2005-11-28 20:53:37 +00:00
|
|
|
GNUSTEP_SYSTEM_ROOT=@GNUSTEP_SHELL_SYSTEM_ROOT@
|
|
|
|
GNUSTEP_LOCAL_ROOT=@GNUSTEP_SHELL_LOCAL_ROOT@
|
|
|
|
GNUSTEP_NETWORK_ROOT=@GNUSTEP_SHELL_NETWORK_ROOT@
|
2005-10-12 16:47:33 +00:00
|
|
|
|
2005-11-28 20:53:37 +00:00
|
|
|
GNUSTEP_USER_CONFIG_FILE=@GNUSTEP_SHELL_USER_CONFIG_FILE@
|
|
|
|
GNUSTEP_USER_DIR=@GNUSTEP_SHELL_USER_DIR@
|
|
|
|
GNUSTEP_USER_DEFAULTS_DIR=@GNUSTEP_SHELL_USER_DEFAULTS_DIR@
|