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

📄 config.h.in

📁 在卡片上管理密码的工具。密码被标注并集体加密存储在卡片上。因此这是一个安全存储密码的方法
💻 IN
字号:
/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  *//* * GNU POC (passwords on card) - manage passwords on smartcards * Copyright (C) 2001 Henning Koester <henning@crackinghacking.de> * * Please report bugs to bug-poc@gnu.org * * This file is part of POC. * * 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. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */#ifndef _POC_CONFIG_H#define _POC_CONFIG_H/* Define to empty if the keyword does not work.  */#undef const/* Define if you don't have vprintf but do have _doprnt.  */#undef HAVE_DOPRNT/* Define if you have the vprintf function.  */#undef HAVE_VPRINTF/* Define as __inline if that's what the C compiler calls it.  */#undef inline/* Define to `unsigned' if <sys/types.h> doesn't define.  */#undef size_t/* Define if you have the ANSI C header files.  */#undef STDC_HEADERS/* Compile with debug code? */#undef DEBUG/* Define if you have the getopt_long function.  */#undef HAVE_GETOPT_LONG/* Define if you have the strcasecmp function.  */#undef HAVE_STRCASECMP/* Define if you have the strtok function.  */#undef HAVE_STRTOK/* Define if you have the <byteswap.h> header file.  */#undef HAVE_BYTESWAP_H/* Define if you have the <ctapi.h> header file.  */#undef HAVE_CTAPI_H/* Define if you have the <unistd.h> header file.  */#undef HAVE_UNISTD_H/* Define if you have the towitoko library (-ltowitoko).  */#undef HAVE_LIBTOWITOKO/* Name of package */#undef PACKAGE/* Version number of package */#undef VERSION#endif

⌨️ 快捷键说明

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