#define PF_LAT 14 /* DEC Local Area Transport protocol. */
#define PF_HYLINK 15 /* NSC Hyperchannel protocol. */
#define PF_APPLETALK 16 /* Don't use this. */
-#define PF_ROUTE 17 /* Internal Routing Protocol. */
+/* #define PF_ROUTE 17 Internal Routing Protocol. */
/* #define PF_LINK 18 Link layer interface. */
#define PF_XTP 19 /* eXpress Transfer Protocol (no AF). */
#define PF_COIP 20 /* Connection-oriented IP, aka ST II. */
#define AF_LAT PF_LAT
#define AF_HYLINK PF_HYLINK
#define AF_APPLETALK PF_APPLETALK
-#define AF_ROUTE PF_ROUTE
+/* #define AF_ROUTE PF_ROUTE */
/* #define AF_LINK PF_LINK */
#ifdef __USE_MISC
# define pseudo_AF_XTP PF_XTP