#ifdef RLIMIT_CORE
#	define GATEG_RLIMIT_CORE RLIMIT_CORE
#else
#	if defined(__hpux)
	/* HPUX does have the BSD rlimits in the kernel.  Officially they are
	 * unsupported but quite a few of them like RLIMIT_CORE seem to work.
	 * All the following are in the <sys/resource.h> but made visible
	 * only for the kernel. */
#		define GATEG_RLIMIT_CORE 4
#	endif
#endif