#ifdef _PC_PATH_MAX
#	define GATEG_PATHCONF(x, y) pathconf(".", _PC_PATH_MAX)
#else
#	define GATEG_PATHCONF(x, y) 0
#endif