]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/aurp_tx.c
xnu-1228.tar.gz
[apple/xnu.git] / bsd / netat / aurp_tx.c
index 729b6e953c8e59ddbcbf42b7e15e1af0362c551c..dcdc11c1f29d5e84f9758a532ec80d63c0cf84a7 100644 (file)
@@ -33,6 +33,9 @@
  *
  *     File: tx.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>
 
@@ -145,3 +148,5 @@ void AURPcmdx(code, mdata, param)
                dPrintf(D_M_AURP, D_L_ERROR, ("AURPcmdx: bad code, %d\n", code));
        }
 }
+
+#endif  /* AURP_SUPPORT */