⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h

📁 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的
💻 H
字号:
/* config.h.  Generated automatically by configure.  *//*   CIPE - encrypted IP over UDP tunneling   Copyright 1999 Olaf Titz <olaf@bigred.inka.de>   This program is free software; you can redistribute it and/or   modify it under the terms of the GNU General Public License   as published by the Free Software Foundation; either version   2 of the License, or (at your option) any later version.*//* $Id: linux-2.4.0-cipe-1.4.5.patch,v 1.6 2001/04/17 18:50:11 arjanv Exp $ *//* Config-dependent defines. Always include this first. *//* @api means the next line is used for determining the version magic *//* Version of the CIPE package @api */#define VERSION "1.4.5"/* Encapsulation protocol version @api */#define ProtocolVersion 3/* Cipher algorithm selection @api *//* #undef Crypto_IDEA *//* Cipher algorithm selection @api */#define Crypto_Blowfish 1/* Assembler module selection *//* #undef ASM_Idea_Crypt */#ifdef __i386#define ASM_BF_Crypt 1#endif/* Debug code in kernel */#define DEBUG 1/* Use old key parser *//* #undef BUG_COMPATIBLE *//* Dynamic device allocation @api *//* #undef NO_DYNDEV *//* Syslog facility */#define LOGFAC LOG_DAEMON/* Memory management functions (kernel version dependent?) */#define HAVE_MLOCK 1#define HAVE_MLOCKALL 1/* End of autoconf options *//* This tells the Blowfish module to omit unneeded code */#define BF_DONTNEED_BE

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -