]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/aurp_open.c
xnu-1228.5.18.tar.gz
[apple/xnu.git] / bsd / netat / aurp_open.c
index 40967a8093c1c0d49b71601fd34a32da76e411b8..d3bec04417688dbc1138c33371aa03f96c53d4be 100644 (file)
@@ -33,6 +33,9 @@
  *
  *     File: open.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>
 #include <netat/debug.h>
 
@@ -252,3 +255,5 @@ void AURPrcvOpenRsp(state, m)
        /* get routing info */
        AURPsndRIReq(state);
 }
+
+#endif  /* AURP_SUPPORT */