shithub: scc

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