]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/wpa_supplicant/defs.h
These files are not needed and were imported by accident in the
[FreeBSD/FreeBSD.git] / contrib / wpa_supplicant / defs.h
1 #ifndef DEFS_H
2 #define DEFS_H
3
4 #ifdef CONFIG_NATIVE_WINDOWS
5 #ifdef FALSE
6 #undef FALSE
7 #endif
8 #ifdef TRUE
9 #undef TRUE
10 #endif
11 #endif /* CONFIG_NATIVE_WINDOWS */
12 typedef enum { FALSE = 0, TRUE = 1 } Boolean;
13
14 #endif /* DEFS_H */