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
Do not use the A lookup following an AAAA for setting the FQDN. Bug 1588
[users/heiko/exim.git]
/
src
/
OS
/
os.h-ULTRIX
diff --git
a/src/OS/os.h-ULTRIX
b/src/OS/os.h-ULTRIX
index 5b3fde1ad1c622d72da74dd58c7cc89bae776cf6..08db5aec89cf6e1832a37b80ae40210354f99633 100644
(file)
--- a/
src/OS/os.h-ULTRIX
+++ b/
src/OS/os.h-ULTRIX
@@
-1,5
+1,3
@@
-/* $Cambridge: exim/src/OS/os.h-ULTRIX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
-
/* Exim: OS-specific C header file for Ultrix */
/* Well, it *does* have statfs(), but its structure is called something
/* Exim: OS-specific C header file for Ultrix */
/* Well, it *does* have statfs(), but its structure is called something
@@
-14,4
+12,7
@@
a minority operating system, easiest just to say "no" until someone asks. */
#define NO_OPENLOG
typedef struct flock flock_t;
#define NO_OPENLOG
typedef struct flock flock_t;
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
/* End */
/* End */