📄 config.h.in
字号:
/* 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: config.h.in,v 1.19 2004/03/06 22:16:41 olaf81825 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 */#undef VERSION#undef VERSION_MAJ#undef VERSION_MIN/* Encapsulation protocol version @api */#undef ProtocolVersion/* Cipher algorithm selection */#undef Crypto_Blowfish/* Assembler module selection */#undef ASM_BF_Crypt/* Kernel config dependencies */#undef __SMP__#undef MODVERSIONS#undef HAVE_CRYPTO_H#undef HAVE_KERNEL_CRC/* Use crypto API */#undef USE_CRYPTOAPI/* Debug code in kernel */#undef DEBUG/* Use old key parser */#undef BUG_COMPATIBLE/* Dynamic device allocation @api */#undef NO_DYNDEV/* Location of config files */#undef CTLDIR/* Syslog facility */#undef LOGFAC/* Send configuration info on startup */#undef DONT_SEND_CONF/* Use register parameter passing (EXPERIMENTAL) */#undef USE_REGPARM/* Memory management functions (kernel version dependent?) */#undef HAVE_MLOCK#undef HAVE_MLOCKALL/* End of autoconf options *//* This tells the Blowfish module to omit unneeded code */#define BF_DONTNEED_BE/* This tells the Blowfish module to insert reschedule code */#define BF_YIELD#ifndef KCC_BUILD/* Include the symbol versions if needed. This must be the first include */#if defined(__KERNEL__) && defined(MODVERSIONS)#include <linux/modversions.h>#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -