X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-DGUX;h=9040f0e720dd845388b126ca8de53a94504a07fa;hb=790fbb71d92b47c6637892f3feedc0f99000f01e;hp=4f9c6746f66ec5b3cd795f7deef6d04d9588f056;hpb=61ec970df30325dbcd8c9d0f0e431dc793126656;p=user%2Fhenk%2Fcode%2Fexim.git 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 */