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

📄 configure.in

📁 在卡片上管理密码的工具。密码被标注并集体加密存储在卡片上。因此这是一个安全存储密码的方法
💻 IN
字号:
dnldnl GNU POC (passwords on card) - manage passwords on smartcardsdnl Copyright (C) 2001 Henning Koester <henning@crackinghacking.de>dnldnl Please report bugs to bug-poc@gnu.orgdnldnl This file is part of POC.dnldnl This program is free software; you can redistribute it and/ordnl modify it under the terms of the GNU General Public License asdnl published by the Free Software Foundation; either version 2 ofdnl the License, or (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 the GNUdnl General Public License for more details.dnldnl You should have received a copy of the GNU General Public Licensednl along with this program; if not, write to the Free Softwarednl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.dnldnl Process this file with autoconf to produce a configure script.AC_INIT(src/main.c)AM_CONFIG_HEADER(config.h)PACKAGE=pocVERSION=`cat VERSION`AC_SUBST(PACKAGE)AC_SUBST(VERSION)AM_INIT_AUTOMAKE($PACKAGE, $VERSION)AC_ARG_ENABLE(debug, [  --enable-debug	the program will output *lots* of debug stuff [default: no debug]], AC_DEFINE(DEBUG))dnl Checks for programs.AC_PROG_AWKAC_PROG_CCAC_PROG_INSTALLAC_PROG_LN_SAC_PROG_MAKE_SETdnl Checks for libraries.AC_CHECK_LIB(towitoko, CT_init, [],  [ echo; echo "Error: CT-API library not found."; echo; exit 1 ])dnl Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS(unistd.h)AC_CHECK_HEADERS(ctapi.h, [],  [ echo; echo "Error: ctapi.h from CT-API not found."; echo; exit 1])AC_CHECK_HEADERS(byteswap.h)dnl Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_C_INLINEAC_TYPE_SIZE_Tdnl Checks for library functions.AC_FUNC_VPRINTFAC_CHECK_FUNCS(getopt_long, ,AC_MSG_ERROR(I need getopt_long to work.))AC_CHECK_FUNCS(strcasecmp strtok)AC_OUTPUT(Makefile src/Makefile doc/Makefile)

⌨️ 快捷键说明

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