#undef HAVE_DIRFD
#define HAVE_DIRFD 0
#if HAVE_DIRFD
#	define GATEG_DIRFD(x) dirfd(x)
#else
#	define GATEG_DIRFD(x) 0
#endif