X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/a1bccd48f3956b50a13a34f5aed4b72c658c61af..42055a338593d66f0abb6eeb6b03f0eaf4439f57:/src/OS/os.h-OpenBSD diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 9578047af..5d55a967e 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -20,4 +20,11 @@ typedef struct flock flock_t; typedef struct __res_state *res_state; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + +#ifndef EPROTO +# define EPROTO 71 +#endif + /* End */