git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move PRDR out of EXPERIMENTAL
[users/heiko/exim.git]
/
src
/
OS
/
os.h-HP-UX
diff --git
a/src/OS/os.h-HP-UX
b/src/OS/os.h-HP-UX
index 20408151e58f934fa504af3ce17cfe9ade406c26..87e4dfc97758d829ba9a96c7371761418dd302ed 100644
(file)
--- 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 **
/* 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 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 */
/* End */