X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..0a6c178c6c5f45668b5bb37b8be723cc9d1e72ae:/src/OS/os.h-DGUX diff --git a/src/OS/os.h-DGUX b/src/OS/os.h-DGUX index 4f9c6746f..9040f0e72 100644 --- a/src/OS/os.h-DGUX +++ b/src/OS/os.h-DGUX @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-DGUX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ - /* Exim: OS-specific C header file for DGUX */ /* Written by Ken Bailey (K.Bailey@rbgkew.org.uk) Feb 1998 */ @@ -24,4 +22,7 @@ forego the detection of some source-routing based IP attacks. */ #define NO_IP_OPTIONS +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */