PUBDIR
_RPaths[0] = _WPaths[0] = PUBDIR; /* default is public */
Pubdir = _Pubdir = strdup(PUBDIR);
char *Pubdir = PUBDIR;
GLOBAL char *Pubdir = PUBDIR;
static const char *Pubdir = PUBDIR;