*
* File: open.c
*/
+
+#ifdef AURP_SUPPORT
+
#include <sys/errno.h>
#include <sys/types.h>
#include <sys/param.h>
#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>
/* get routing info */
AURPsndRIReq(state);
}
+
+#endif /* AURP_SUPPORT */