X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/5bd022fe5bf43d79ed34753f637775defbad16a1..b3765932b14d24fbc54b3f83e2fe865df48bc2f3:/src/OS/os.h-HP-UX diff --git a/src/OS/os.h-HP-UX b/src/OS/os.h-HP-UX index 20408151e..3359204bd 100644 --- a/src/OS/os.h-HP-UX +++ b/src/OS/os.h-HP-UX @@ -1,8 +1,5 @@ -/* $Cambridge: exim/src/OS/os.h-HP-UX,v 1.3 2005/06/17 09:02:40 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 @@ -19,4 +16,11 @@ typedef struct flock flock_t; +typedef struct __res_state *res_state; + +#define LLONG_MIN LONG_LONG_MIN +#define LLONG_MAX LONG_LONG_MAX + +#define strtoll(a,b,c) strtoimax(a,b,c) + /* End */