build: use pkg-config for i18n
[exim.git] / src / OS / os.h-GNU
index 2c3b7b5f557bafd16ee92ccf731d4da82aca47e4..a8bf1c87cf75ec852392d023c54fc019abd0fe69 100644 (file)
@@ -1,5 +1,6 @@
 /* Exim: OS-specific C header file for GNU/Hurd */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 #include <features.h>
 
@@ -20,9 +21,6 @@ typedef struct flock flock_t;
 
 /* Hurd-specific bits below */
 
-/* default is non-const */
-#define ICONV_ARG2_TYPE const char **
-
 /* setgroups(0, NULL) succeeds, and drops the gid group
 as well as any supplementary groups*/
 #define OS_SETGROUPS_ZERO_DROPS_ALL