X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FOS%2Fos.h-GNUkFreeBSD;h=ab3503131443dbf29a064473045d04b9e6c4e024;hb=0d28287ca56d1545b8e2fdeab6616a674e633236;hp=ce05e2d4d66bd4e494e7ea12f965847289da54de;hpb=17ffcae735bb0f871aa34740db16debe101efaa4;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-GNUkFreeBSD b/src/OS/os.h-GNUkFreeBSD index ce05e2d4d..ab3503131 100644 --- a/src/OS/os.h-GNUkFreeBSD +++ b/src/OS/os.h-GNUkFreeBSD @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-GNUkFreeBSD,v 1.1 2005/01/04 10:25:58 ph10 Exp $ */ - /* Exim: OS-specific C header file for GNU/kFreeBSD */ #define CRYPT_H @@ -21,4 +19,7 @@ typedef struct flock flock_t; #define HAVE_SYS_MOUNT_H #define SIOCGIFCONF_GIVES_ADDR +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */