]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/wpa_supplicant/defs.h
This commit was generated by cvs2svn to compensate for changes in r147013,
[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 */