diff options
Diffstat (limited to 'contrib/wpa_supplicant/defs.h')
| -rw-r--r-- | contrib/wpa_supplicant/defs.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/wpa_supplicant/defs.h b/contrib/wpa_supplicant/defs.h deleted file mode 100644 index a5a515c552f5..000000000000 --- a/contrib/wpa_supplicant/defs.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef DEFS_H -#define DEFS_H - -#ifdef CONFIG_NATIVE_WINDOWS -#ifdef FALSE -#undef FALSE -#endif -#ifdef TRUE -#undef TRUE -#endif -#endif /* CONFIG_NATIVE_WINDOWS */ -typedef enum { FALSE = 0, TRUE = 1 } Boolean; - -#endif /* DEFS_H */ |
