diff options
Diffstat (limited to 'app/openvpn/src/compat/compat-stdbool.h')
-rw-r--r-- | app/openvpn/src/compat/compat-stdbool.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/openvpn/src/compat/compat-stdbool.h b/app/openvpn/src/compat/compat-stdbool.h deleted file mode 100644 index 99412188..00000000 --- a/app/openvpn/src/compat/compat-stdbool.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __COMPAT_STDBOOL_H -#define __COMPAT_STDBOOL_H - -#ifdef HAVE_STDBOOL_H -#include <stdbool.h> -#else -typedef int bool; -#define false 0 -#define true 1 -#endif - -#endif |