shithub: scc

ref: 6f21c811a374c0382949273f9c2461932f6b39cf
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
};