]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/aurp_rd.c
xnu-2050.48.11.tar.gz
[apple/xnu.git] / bsd / netat / aurp_rd.c
index dc333e2fcacb662e381cae1999adecdd25474f33..30b15236ba659a1be26a12594e04dbf763abbd3a 100644 (file)
@@ -33,6 +33,9 @@
  *
  *     File: rd.c
  */
+#ifdef AURP_SUPPORT
+
 #include <sys/errno.h>
 #include <sys/types.h>
 #include <sys/param.h>
@@ -49,9 +52,9 @@
 
 #include <netat/sysglue.h>
 #include <netat/appletalk.h>
+#include <netat/at_pcb.h>
 #include <netat/at_var.h>
 #include <netat/routing_tables.h>
-#include <netat/at_pcb.h>
 #include <netat/aurp.h>
 
 /* */
@@ -121,3 +124,5 @@ void AURPrcvRDReq(state, m)
        /* respond to the going-down peer with an RI Ack packet */
        AURPsndRIAck(state, m, 0);
 }
+
+#endif  /* AURP_SUPPORT */