xref: /netbsd-src/tests/usr.bin/unifdef/d_basic.in (revision 1f57069f96e71013cf24bebfe8b833d76fbcf99c)
1*1f57069fSjruoho#if defined(__FreeBSD__)
2*1f57069fSjruoho#include <netinet/if_fddi.h>
3*1f57069fSjruoho#else
4*1f57069fSjruoho#include <net/if_fddi.h>
5*1f57069fSjruoho#endif
6*1f57069fSjruoho
7*1f57069fSjruoho#if defined(__FreeBSD__)
8*1f57069fSjruoho	#include <stdbool.h>
9*1f57069fSjruoho		#include <stdbool.h>
10*1f57069fSjruoho			#include <stdbool.h>
11*1f57069fSjruoho			#include <stdbool.h>
12*1f57069fSjruoho		#include <stdbool.h>
13*1f57069fSjruoho	#include <stdbool.h>
14*1f57069fSjruoho#else
15*1f57069fSjruoho#include <stdint.h>
16*1f57069fSjruoho#endif
17*1f57069fSjruoho
18*1f57069fSjruoho#if defined(__FreeBSD__)
19*1f57069fSjruoho#endif
20*1f57069fSjruoho
21*1f57069fSjruoho#ifdef __FreeBSD__
22*1f57069fSjruoho#include <unistd.h>
23*1f57069fSjruoho#else
24*1f57069fSjruoho#include <inttypes.h>
25*1f57069fSjruoho#endif
26