ref: ac6ae0f0c282b05d7e8351893bfc49c1e9b3f02c
dir: /inc/syslibs.def.h/
#define MAX_LIB_PATHS 32
char *syslibs[MAX_LIB_PATHS + 1] = {
PREFIX "/lib/scc/" ,
/* configure below your standard sys include paths */
PREFIX "/lib/",
PREFIX "/local/lib/",
NULL
};