shithub: scc

ref: 2d390f87f239823f51aa811504980688c24813cf
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
};