From 3ca9f43d1007956251130ee5a59abb63bff8a6b6 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Wed, 10 May 2023 01:20:34 -0400 Subject: Stop checking if MiG supports retcode. We already did the same change for Hurd (https://git.savannah.gnu.org/cgit/hurd/hurd.git/commit/?id=ef5924402864ef049f40a39e73967628583bc1a4) Due to MiG requiring the subsystem to be defined early in order to know the size of a port, this was causing a division by zero error during ./configure. We could have just move subsystem to the top of the snippet, however it is simpler to just remove the check given that we have no plans to use some other MiG anyway. HAVE_MIG_RETCODE is removed completely since this will be a no-op either way (compiling against old Hurd headers will work the same, new Hurd headers will result in the same stubs since retcode is a no-op). Message-Id: --- config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index c87008b6a9..44a34072a4 100644 --- a/config.h.in +++ b/config.h.in @@ -150,9 +150,6 @@ /* Override abi-tags ABI version if necessary. */ #undef __ABI_TAG_VERSION -/* Mach/Hurd specific: define if mig supports the `retcode' keyword. */ -#undef HAVE_MIG_RETCODE - /* Mach specific: define if the `host_page_size' RPC is available. */ #undef HAVE_HOST_PAGE_SIZE -- cgit 1.4.1