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