X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2FOS%2Fos.h-HP-UX;h=3359204bd42b2b62f19bda1e1af6fda4e7c6dfa0;hp=05fc88ffee6ebafec26c91bc4f27d2c2d0dea730;hb=de78e2d59e3924238648b8fb363a1412fa9e499d;hpb=3634fc257bd0667daef14d72005cd87c735bbb24 diff --git a/src/OS/os.h-HP-UX b/src/OS/os.h-HP-UX index 05fc88f..3359204 100644 --- a/src/OS/os.h-HP-UX +++ b/src/OS/os.h-HP-UX @@ -1,6 +1,5 @@ /* 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 @@ -17,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 */