configure.in
来自「Libnet is a generic networking API that 」· IN 代码 · 共 18 行
IN
18 行
dnl $Id: configure.in,v 1.1.1.1 2002/09/16 12:58:06 robertol Exp $
dnl
dnl Libnet Openbsd bpf-lkm autoconfiguration information file
dnl Copyright (c) 1999, 2000 Mike D. Schiffman <mike@infonexus.com>
dnl All rights reserved.
dnl
dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT(ether_mod_load.c)
AC_SUBST(KERNEL_VERSION)
KERNEL_VERSION=`uname -r`
AC_OUTPUT(Makefile)
dnl EOF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?