wpa_supplicant / hostapd 2.0

build_config.h

Go to the documentation of this file.
00001 
00016 #ifndef BUILD_CONFIG_H
00017 #define BUILD_CONFIG_H
00018 
00019 /* Insert configuration defines, e.g., #define EAP_MD5, here, if needed. */
00020 
00021 #ifdef CONFIG_WIN32_DEFAULTS
00022 #define CONFIG_NATIVE_WINDOWS
00023 #define CONFIG_ANSI_C_EXTRA
00024 #define CONFIG_WINPCAP
00025 #define IEEE8021X_EAPOL
00026 #define PKCS12_FUNCS
00027 #define PCSC_FUNCS
00028 #define CONFIG_CTRL_IFACE
00029 #define CONFIG_CTRL_IFACE_NAMED_PIPE
00030 #define CONFIG_DRIVER_NDIS
00031 #define CONFIG_NDIS_EVENTS_INTEGRATED
00032 #define CONFIG_DEBUG_FILE
00033 #define EAP_MD5
00034 #define EAP_TLS
00035 #define EAP_MSCHAPv2
00036 #define EAP_PEAP
00037 #define EAP_TTLS
00038 #define EAP_GTC
00039 #define EAP_OTP
00040 #define EAP_LEAP
00041 #define EAP_TNC
00042 #define _CRT_SECURE_NO_DEPRECATE
00043 
00044 #ifdef USE_INTERNAL_CRYPTO
00045 #define CONFIG_TLS_INTERNAL_CLIENT
00046 #define CONFIG_INTERNAL_LIBTOMMATH
00047 #define CONFIG_CRYPTO_INTERNAL
00048 #endif /* USE_INTERNAL_CRYPTO */
00049 #endif /* CONFIG_WIN32_DEFAULTS */
00050 
00051 #ifdef CONFIG_XCODE_DEFAULTS
00052 #define CONFIG_DRIVER_OSX
00053 #define CONFIG_BACKEND_FILE
00054 #define IEEE8021X_EAPOL
00055 #define PKCS12_FUNCS
00056 #define CONFIG_CTRL_IFACE
00057 #define CONFIG_CTRL_IFACE_UNIX
00058 #define CONFIG_DEBUG_FILE
00059 #define EAP_MD5
00060 #define EAP_TLS
00061 #define EAP_MSCHAPv2
00062 #define EAP_PEAP
00063 #define EAP_TTLS
00064 #define EAP_GTC
00065 #define EAP_OTP
00066 #define EAP_LEAP
00067 #define EAP_TNC
00068 #define CONFIG_WPS
00069 #define EAP_WSC
00070 
00071 #ifdef USE_INTERNAL_CRYPTO
00072 #define CONFIG_TLS_INTERNAL_CLIENT
00073 #define CONFIG_INTERNAL_LIBTOMMATH
00074 #define CONFIG_CRYPTO_INTERNAL
00075 #endif /* USE_INTERNAL_CRYPTO */
00076 #endif /* CONFIG_XCODE_DEFAULTS */
00077 
00078 #endif /* BUILD_CONFIG_H */
00079 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines