version 1.29 | | version 1.30 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.29 2002/08/02 05:09:39 mwedel Exp $"; | | * "$Id: global.h,v 1.30 2002/09/07 22:08:07 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint8 daemonmode; /* If true, detach and become daemon */ | | uint8 daemonmode; /* If true, detach and become daemon */ |
int argc; /* parameters that were passed to the program */ | | int argc; /* parameters that were passed to the program */ |
char **argv; /* Only used by xio.c, so will go away at some time */ | | char **argv; /* Only used by xio.c, so will go away at some time */ |
| | char *confdir; /* configuration files */ |
char *datadir; /* read only data files */ | | char *datadir; /* read only data files */ |
char *localdir; /* read/write data files */ | | char *localdir; /* read/write data files */ |
char *playerdir; /* Where the player files are */ | | char *playerdir; /* Where the player files are */ |