config.h

来自「ks8695的SOHO应用中的tftp部分」· C头文件 代码 · 共 26 行

H
26
字号
/* config.h.  Generated automatically by configure.  */
/* $Id: config.h,v 1.1.1.1 2004/05/06 19:43:40 hjia Exp $ */
/* ----------------------------------------------------------------------- *
 *   
 *   Copyright 2001 H. Peter Anvin - All Rights Reserved
 *
 *   This program is free software available under the same license
 *   as the "OpenBSD" operating system, distributed at
 *   http://www.openbsd.org/.
 *
 * ----------------------------------------------------------------------- */

/*
 * config.h.in
 *
 * Pattern file for configurations
 */

#define HAVE_SIGSETJMP 1                  // in tftpd.c, tftp.c main.c
#define HAVE_MSGHDR_MSG_CONTROL 1         // in recvfrom.c only
#define HAVE_RECVMSG 1                    // in recvfrom.c only
//#define HAVE_TCPWRAPPERS 1                // in tftpd.c only
#define HAVE_STRUCT_IN_PKTINFO 1          // in recvfrom.c only
#define HAVE_SETREUID 1                   // in tftpd.c only
#define HAVE_SETREGID 1                   // in tftpd.c only

⌨️ 快捷键说明

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