X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-SCO;h=e5e915ed03ed951cfd41b698e7639deb1ac75472;hb=c1395714ab954e16856721178aa2ec677c8ad830;hp=1b7eb06e37eecbfc21c9b150fc6e9c4c9550b94d;hpb=61ec970df30325dbcd8c9d0f0e431dc793126656;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-SCO b/src/OS/os.h-SCO index 1b7eb06e3..e5e915ed0 100644 --- a/src/OS/os.h-SCO +++ b/src/OS/os.h-SCO @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-SCO,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ - /* Exim: OS-specific C header file for SCO */ #define DN_EXPAND_ARG4_TYPE u_char * @@ -10,11 +8,14 @@ #define LOAD_AVG_SYMBOL "avenrun" #define KERNEL_PATH "/unix" #define FSCALE 256 -#define SOCKLEN_T int +#define EXIM_SOCKLEN_T int #define HAVE_SYS_STATVFS_H #define F_FAVAIL f_favail #define _SVID3 #define NEED_H_ERRNO +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */