Remove now unused Boolean/TRUE/FALSE definitions
The previous users were converted to C99 bool. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
3d58e8286f
commit
e81e2091b3
1 changed files with 0 additions and 9 deletions
|
@ -9,15 +9,6 @@
|
||||||
#ifndef DEFS_H
|
#ifndef DEFS_H
|
||||||
#define DEFS_H
|
#define DEFS_H
|
||||||
|
|
||||||
#ifdef FALSE
|
|
||||||
#undef FALSE
|
|
||||||
#endif
|
|
||||||
#ifdef TRUE
|
|
||||||
#undef TRUE
|
|
||||||
#endif
|
|
||||||
typedef enum { FALSE = 0, TRUE = 1 } Boolean;
|
|
||||||
|
|
||||||
|
|
||||||
#define WPA_CIPHER_NONE BIT(0)
|
#define WPA_CIPHER_NONE BIT(0)
|
||||||
#define WPA_CIPHER_WEP40 BIT(1)
|
#define WPA_CIPHER_WEP40 BIT(1)
|
||||||
#define WPA_CIPHER_WEP104 BIT(2)
|
#define WPA_CIPHER_WEP104 BIT(2)
|
||||||
|
|
Loading…
Reference in a new issue