shithub: scc

ref: 3c2cec93a9475a27f854ac2541f69c4a7a0b3657
dir: /inc/syslibs.def.h/

View raw version
#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
};