📄 snmptalk.h
字号:
/* $Header: /usr/cvsroot/target/h/wrn/wm/util/port/winsock/snmptalk.h,v 1.1.1.1 2001/11/05 17:47:17 tneale Exp $ *//* * Copyright (C) 1999-2004 Wind River Systems, Inc. * All rights reserved. Provided under license only. * Distribution or other use of this software is only * permitted pursuant to the terms of a license agreement * from Wind River Systems (and is otherwise prohibited). * Refer to that license agreement for terms of use. *//**************************************************************************** * Copyright 1993-1997 Epilogue Technology Corporation. * Copyright 1998 Integrated Systems, Inc. * All rights reserved. ****************************************************************************//* * Configuration for snmptalk on SunOS. *//* * $Log: snmptalk.h,v $ * Revision 1.1.1.1 2001/11/05 17:47:17 tneale * Tornado shuffle * * Revision 1.6 2001/01/19 22:23:20 paul * Update copyright. * * Revision 1.5 2000/03/17 00:11:05 meister * Update copyright message * * Revision 1.4 1998/02/25 04:57:13 sra * Update copyrights. * * Revision 1.3 1997/03/20 06:58:11 sra * DFARS-safe copyright text. Zap! * * Revision 1.2 1997/02/25 10:58:16 sra * Update copyright notice, dust under the bed. * * Revision 1.1 1996/10/30 17:32:19 mrf * Initial revision * * Revision 1.1 1996/07/02 19:55:38 mrf * Initial revision * * Revision 7.0 1996/03/18 20:25:29 sar * Updated rev to 7.0 and copyright ot 96 * * Revision 6.0 1995/05/31 21:51:00 sra * Release 6.0. * * Revision 5.0 1994/05/16 16:47:41 sar * Updated revision to 5.0 and copyright to include 1994 * * Revision 4.0 1993/06/24 17:44:26 sar * Updated rev to 4.0 and copyright to 93 * * Revision 1.1 1993/06/09 19:33:45 dab * Initial revision * *//* [clearcase]modification history-------------------*/#include <stdlib.h>#include <string.h>/* defines for nvutils for file manipulation */#define SNMP_READONLY "r"#define SNMP_READPLUS "r+"#define SNMP_WRITEPLUS "w+"#define SNMP_REMOVE_FILE(fname) unlink(fname)#define BSD_RELEASE 43#define DESIRED_WINSOCK_VERSION 0x0101#define MINIMUM_WINSOCK_VERSION 0x0001#define SOCKET_TIMEOUT 20L /* time to wait to for selects */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -