X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..7495ef81389e682f08d57d40df1b7e852d4cdcc8:/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 */