X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/5bd022fe5bf43d79ed34753f637775defbad16a1..2fc44bd527012cc3075667f8f50243ee01cdcd27:/src/OS/os.h-HP-UX diff --git a/src/OS/os.h-HP-UX b/src/OS/os.h-HP-UX index 20408151e..87e4dfc97 100644 --- a/src/OS/os.h-HP-UX +++ b/src/OS/os.h-HP-UX @@ -1,5 +1,3 @@ -/* $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 ** @@ -19,4 +17,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 */