*
* File: rd.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>
/* */
/* respond to the going-down peer with an RI Ack packet */
AURPsndRIAck(state, m, 0);
}
+
+#endif /* AURP_SUPPORT */