00001
00022 #ifndef BUILD_CONFIG_H
00023 #define BUILD_CONFIG_H
00024
00025
00026
00027 #ifdef CONFIG_WIN32_DEFAULTS
00028 #define CONFIG_NATIVE_WINDOWS
00029 #define CONFIG_ANSI_C_EXTRA
00030 #define CONFIG_WINPCAP
00031 #define IEEE8021X_EAPOL
00032 #define EAP_TLS_FUNCS
00033 #define PKCS12_FUNCS
00034 #define PCSC_FUNCS
00035 #define CONFIG_CTRL_IFACE
00036 #define CONFIG_CTRL_IFACE_NAMED_PIPE
00037 #define CONFIG_DRIVER_NDIS
00038 #define CONFIG_NDIS_EVENTS_INTEGRATED
00039 #define CONFIG_DEBUG_FILE
00040 #define EAP_MD5
00041 #define EAP_TLS
00042 #define EAP_MSCHAPv2
00043 #define EAP_PEAP
00044 #define EAP_TTLS
00045 #define EAP_GTC
00046 #define EAP_OTP
00047 #define EAP_LEAP
00048 #define _CRT_SECURE_NO_DEPRECATE
00049 #endif
00050
00051 #endif
00052