📄 rvosdefs.h
字号:
/***********************************************************************
Filename : rvosdefs.h
Description: definitions used by OS configuration headers
************************************************************************
Copyright (c) 2001 RADVISION Inc. and RADVISION Ltd.
************************************************************************
NOTICE:
This document contains information that is confidential and proprietary
to RADVISION Inc. and RADVISION Ltd.. No part of this document may be
reproduced in any form whatsoever without written prior approval by
RADVISION Inc. or RADVISION Ltd..
RADVISION Inc. and RADVISION Ltd. reserve the right to revise this
publication and make changes without obligation to notify any person of
such revisions or changes.
***********************************************************************/
#ifndef RV_OSDEFS_H
#define RV_OSDEFS_H
/* Note: Adding an OS requires changing the makefiles too since */
/* these definitions are set in rvbuildconfig.h, which is generated */
/* by the makefiles. */
/* Supported Target OS's - list specifics versions below */
#define RV_OS_TYPE_SOLARIS 0
#define RV_OS_TYPE_LINUX 1
#define RV_OS_TYPE_WIN32 2
#define RV_OS_TYPE_VXWORKS 3
#define RV_OS_TYPE_PSOS 4
#define RV_OS_TYPE_OSE 5
#define RV_OS_TYPE_NUCLEUS 6
#define RV_OS_TYPE_HPUX 7
#define RV_OS_TYPE_TRU64 8
#define RV_OS_TYPE_UNIXWARE 9
#define RV_OS_TYPE_WINCE 10 /* WinCE is different enough from Win32 that it has its own OS type */
#define RV_OS_TYPE_EMBLINUX 11 /* Embedded Linux */
/***** Specific OS Versions *****/
/* RV_OS_TYPE_SOLARIS */
#define RV_OS_SOLARIS_2_6 0
#define RV_OS_SOLARIS_7 1
#define RV_OS_SOLARIS_8 2
/* RV_OS_TYPE_LINUX */
#define RV_OS_LINUX_REDHAT_6_0 0
#define RV_OS_LINUX_REDHAT_6_1 1
#define RV_OS_LINUX_REDHAT_6_2 2
#define RV_OS_LINUX_REDHAT_7_0 3
#define RV_OS_LINUX_REDHAT_7_1 4
#define RV_OS_LINUX_REDHAT_7_2 5
/* RV_OS_TYPE_WIN32 */
#define RV_OS_WIN32_GENERIC 0
#define RV_OS_WIN32_95 1
#define RV_OS_WIN32_98 2
#define RV_OS_WIN32_NT4 3
#define RV_OS_WIN32_2000 4
#define RV_OS_WIN32_XP 5
/* RV_OS_TYPE_VXWORKS (uses Tornado version number) */
#define RV_OS_VXWORKS_2_0 0
#define RV_OS_VXWORKS_2_1 1
/* RV_OS_TYPE_PSOS */
#define RV_OS_PSOS_2_0 0
#define RV_OS_PSOS_2_5 1
#define RV_OS_PSOS_3_0 2
/* RV_OS_TYPE_OSE */
#define RV_OS_OSE_4_2 0
#define RV_OS_OSE_4_4 1
/* RV_OS_TYPE_NUCLEUS */
#define RV_OS_NUCLEUS_4_4 1
/* RV_OS_TYPE_HPUX */
#define RV_OS_HPUX_10_20 0
#define RV_OS_HPUX_11 1
/* RV_OS_TYPE_TRU64 */
#define RV_OS_TYPE_TRU64_4_0 0
#define RV_OS_TYPE_TRU64_5_1 1
/* RV_OS_TYPE_WINCE */
#define RV_OS_WINCE_2_11 0
#define RV_OS_WINCE_3_0 1
/* RV_OS_TYPE_EMBLINUX */
#define RV_OS_MONTAVISTA_2_1 0
#endif /* RV_OSDEFS_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -