+#ifdef HAVE_DNET_HTOA
+ #ifdef HAVE_NETDNET_DN_H
+ #include <netdnet/dn.h>
+ #endif
+ #ifndef HAVE_STRUCT_DN_NADDR
+#define DN_MAXADDL 20 /* max size of DECnet address */
+struct dn_naddr {
+ unsigned short a_len; /* length of address */
+ unsigned char a_addr[DN_MAXADDL]; /* address as bytes */
+};
+ #endif /* HAVE_STRUCT_DN_NADDR */
+ #ifdef HAVE_NETDNET_DNETDB_H
+ #include <netdnet/dnetdb.h>
+ #endif
+ #ifndef NETDNET_DNETDB_H_DECLARES_DNET_HTOA
+ extern char *dnet_htoa(struct dn_naddr *);
+ #endif