diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-03 14:22:12 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-03 14:22:12 +0000 |
commit | 4fa565b2edd4307f03c292dc418b02e191bf231d (patch) | |
tree | fc36e58796be936a6fa042a69a23eee36877fc93 | |
parent | 2e2a30b495b1ef8052259093f9422f57903b1717 (diff) |
Looks like HP-UX needs these settings to avoid compiler warnings:
#define ICONV_ARG2_TYPE char **
#define EXIM_SOCKLEN_T size_t
-rw-r--r-- | src/OS/os.h-HP-UX | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/OS/os.h-HP-UX b/src/OS/os.h-HP-UX index fda838de4..027cf9230 100644 --- a/src/OS/os.h-HP-UX +++ b/src/OS/os.h-HP-UX @@ -1,7 +1,10 @@ -/* $Cambridge: exim/src/OS/os.h-HP-UX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ +/* $Cambridge: exim/src/OS/os.h-HP-UX,v 1.2 2005/05/03 14:22:12 ph10 Exp $ */ /* Exim: OS-specific C header file for HP-UX versions greater than 9 */ +#define ICONV_ARG2_TYPE char ** +#define EXIM_SOCKLEN_T size_t + #define LOAD_AVG_NEEDS_ROOT #define HAVE_DEV_KMEM #define LOAD_AVG_TYPE double |