1 #ifndef CONFIG_GENERAL_H 2 #define CONFIG_GENERAL_H 29 #define BANNER_TIMEOUT 20 30 #define ROM_BANNER_TIMEOUT ( 2 * BANNER_TIMEOUT ) 37 #define NET_PROTO_IPV4 41 #define NET_PROTO_LACP 42 #define NET_PROTO_EAPOL 57 #define DOWNLOAD_PROTO_TFTP 58 #define DOWNLOAD_PROTO_HTTP 59 #undef DOWNLOAD_PROTO_HTTPS 60 #undef DOWNLOAD_PROTO_FTP 61 #undef DOWNLOAD_PROTO_SLAM 62 #undef DOWNLOAD_PROTO_NFS 80 #define HTTP_AUTH_BASIC 81 #define HTTP_AUTH_DIGEST 90 #define CRYPTO_80211_WEP 91 #define CRYPTO_80211_WPA 92 #define CRYPTO_80211_WPA2 98 #define EAP_METHOD_MD5 172 #define IMAGE_ARCHIVE_CMD 180 #undef NONPNP_HOOK_INT19 181 #define AUTOBOOT_ROM_FILTER 214 #define TIVOLI_VMM_WORKAROUND 219 #include NAMED_CONFIG(general.h) 221 #include LOCAL_NAMED_CONFIG(general.h)
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)