package app //#include import "C" const _SC_LOGIN_NAME_MAX = C._SC_LOGIN_NAME_MAX func sysconf(name C.int) int { return int(C.sysconf(name)) }