configure.in

来自「网络通讯的源代码」· IN 代码 · 共 18 行

IN
18
字号
dnl $Id: configure.in,v 1.1 1999/09/13 22:22:51 route 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 + -
显示快捷键?