build_config.h
Go to the documentation of this file.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 EAP_TNC
00049 #define _CRT_SECURE_NO_DEPRECATE
00050
00051 #ifdef USE_INTERNAL_CRYPTO
00052 #define CONFIG_TLS_INTERNAL
00053 #define CONFIG_TLS_INTERNAL_CLIENT
00054 #define CONFIG_INTERNAL_LIBTOMMATH
00055 #define CONFIG_INTERNAL_X509
00056 #define CONFIG_CRYPTO_INTERNAL
00057 #endif
00058 #endif
00059
00060 #ifdef __SYMBIAN32__
00061 #define OS_NO_C_LIB_DEFINES
00062 #define CONFIG_ANSI_C_EXTRA
00063 #define CONFIG_NO_WPA_MSG
00064 #define CONFIG_NO_HOSTAPD_LOGGER
00065 #define CONFIG_NO_STDOUT_DEBUG
00066 #define CONFIG_BACKEND_FILE
00067 #define CONFIG_INTERNAL_LIBTOMMATH
00068 #define CONFIG_INTERNAL_X509
00069 #define EAP_TLS_FUNCS
00070 #define CONFIG_TLS_INTERNAL
00071 #define CONFIG_CRYPTO_INTERNAL
00072 #define IEEE8021X_EAPOL
00073 #define PKCS12_FUNCS
00074 #define EAP_MD5
00075 #define EAP_TLS
00076 #define EAP_MSCHAPv2
00077 #define EAP_PEAP
00078 #define EAP_TTLS
00079 #define EAP_GTC
00080 #define EAP_OTP
00081 #define EAP_LEAP
00082 #define EAP_FAST
00083 #endif
00084
00085 #ifdef CONFIG_XCODE_DEFAULTS
00086 #define CONFIG_DRIVER_OSX
00087 #define CONFIG_BACKEND_FILE
00088 #define IEEE8021X_EAPOL
00089 #define EAP_TLS_FUNCS
00090 #define PKCS12_FUNCS
00091 #define CONFIG_CTRL_IFACE
00092 #define CONFIG_CTRL_IFACE_UNIX
00093 #define CONFIG_DEBUG_FILE
00094 #define EAP_MD5
00095 #define EAP_TLS
00096 #define EAP_MSCHAPv2
00097 #define EAP_PEAP
00098 #define EAP_TTLS
00099 #define EAP_GTC
00100 #define EAP_OTP
00101 #define EAP_LEAP
00102 #define EAP_TNC
00103 #define CONFIG_WPS
00104 #define EAP_WSC
00105
00106 #ifdef USE_INTERNAL_CRYPTO
00107 #define CONFIG_TLS_INTERNAL
00108 #define CONFIG_TLS_INTERNAL_CLIENT
00109 #define CONFIG_INTERNAL_LIBTOMMATH
00110 #define CONFIG_INTERNAL_X509
00111 #define CONFIG_CRYPTO_INTERNAL
00112 #endif
00113 #endif
00114
00115 #endif
00116