configure.in
来自「实现vpn网关用来建立 IP虚拟隧道」· IN 代码 · 共 31 行
IN
31 行
dnldnl TUN - Universal TUN/TAP device driver.dnl Copyright (C) 1999-2000 Maxim Krasnyansky <max_mk@yahoo.com>dnldnl This program is free software; you can redistribute it and/or modifydnl it under the terms of the GNU General Public License as published bydnl the Free Software Foundation; either version 2 of the License, ordnl (at your option) any later version.dnldnl This program is distributed in the hope that it will be useful,dnl but WITHOUT ANY WARRANTY; without even the implied warranty ofdnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See thednl GNU General Public License for more details.dnldnl $Id: configure.in,v 1.3 2000/05/04 19:24:53 maxk Exp $dnldnl Process this file with autoconf to produce a configure script.dnlAC_INIT()AC_ARG_ENABLE(debug, --enable-debug Enable debuging, AC_DEFINE(TUN_DEBUG, 1))AC_PROG_INSTALLAC_DEFINE_UNQUOTED(TUN_VER, "$TUN_VER")AC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?