config.h.in

来自「cipe 编程」· IN 代码 · 共 40 行

IN
40
字号
/*   PKCIPE - public key based configuration tool for CIPE   config.h.in - parameters to be set by configure   Copyright 2000 Olaf Titz <olaf@bigred.inka.de>   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.*//* $Id: config.h.in,v 1.6 2001/02/14 20:21:34 olaf Exp $ *//* The software version number of this package */#undef VERSION/* A short software version comment */#undef PVNOTE/* Default private key file */#undef KEYFILE/* Public key directory (format string) */#undef KEYDIR/* Generated options directory (format string) */#undef OPTDIR/* Path name of ciped */#undef CIPED/* Syslog facility */#undef LOGFAC/* End of autoconf options *//* Disabling debugging code for pkcipe is currently disabled :-) */#define DEBUG 1

⌨️ 快捷键说明

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