亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? uemf.h

?? 開發(fā)板bios源碼 開發(fā)板bios源碼
?? H
?? 第 1 頁 / 共 3 頁
字號:
/*
 * uemf.h -- GoAhead Micro Embedded Management Framework Header
 *
 * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
 *
 * See the file "license.txt" for usage and redistribution license requirements
 *
 * $Id: uemf.h,v 1.4 2002/06/11 21:31:20 mstone Exp $
 */

#ifndef _h_UEMF
#define _h_UEMF 1

/******************************** Description *********************************/

/* 
 *	GoAhead Web Server header. This defines the Web public APIs
 */

/******************************* Per O/S Includes *****************************/

#ifdef WIN
	#include	<direct.h>
	#include	<io.h>
	#include	<sys/stat.h>
	#include	<limits.h>
	#include	<tchar.h>
	#include	<windows.h>
	#include	<winnls.h>
	#include	<time.h>
	#include	<sys/types.h>
	#include	<stdio.h>
	#include	<stdlib.h>
	#include	<fcntl.h>
	#include	<errno.h>
#endif /* WIN */

#ifdef CE
	#include	<errno.h>
	#include	<limits.h>
	#include	<tchar.h>
	#include	<windows.h>
	#include	<winsock.h>
	#include	<winnls.h>
	#include	"CE/wincompat.h"
	#include	<winsock.h>
#endif /* CE */

#ifdef NW
	#include	<direct.h>
	#include	<io.h>
	#include	<sys/stat.h>
	#include	<time.h>
	#include	<sys/types.h>
	#include	<stdio.h>
	#include	<stdlib.h>
	#include	<fcntl.h>
	#include	<errno.h>
	#include	<niterror.h>
	#define		EINTR EINUSE
	#define		 WEBS	1
	#include	<limits.h>
	#include	<netdb.h>
	#include	<process.h>
	#include	<tiuser.h>
	#include	<sys/time.h>
	#include	<arpa/inet.h>
	#include	<sys/types.h>
	#include	<sys/socket.h>
	#include	<sys/filio.h>
	#include	<netinet/in.h>
#endif /* NW */

#ifdef SCOV5 
	#include	<sys/types.h>
	#include	<stdio.h>
	#include	"sys/socket.h"
	#include	"sys/select.h"
	#include	"netinet/in.h"
	#include 	"arpa/inet.h"
	#include 	"netdb.h"
#endif /* SCOV5 */

#ifdef UNIX
	#include	<stdio.h>
#endif /* UNIX */

#ifdef LINUX
	#include	<sys/types.h>
	#include	<sys/stat.h>
	#include	<sys/param.h>
	#include	<limits.h>
	#include	<stdio.h>
	#include	<stdlib.h>
	#include	<unistd.h>
	#include	<sys/socket.h>
	#include	<sys/select.h>
	#include	<netinet/in.h>
	#include 	<arpa/inet.h>
	#include 	<netdb.h>
	#include	<time.h>
	#include	<fcntl.h>
	#include	<errno.h>
#endif /* LINUX */

#ifdef LYNX
	#include	<limits.h>
	#include	<stdarg.h>
	#include	<stdio.h>
	#include	<stdlib.h>
	#include	<unistd.h>
	#include	<socket.h>
	#include	<netinet/in.h>
	#include 	<arpa/inet.h>
	#include 	<netdb.h>
	#include	<time.h>
	#include	<fcntl.h>
	#include	<errno.h>
#endif /* LYNX */

#ifdef MACOSX
	#include	<sys/stat.h>
	#include	<stdio.h>
	#include	<stdlib.h>
	#include	<unistd.h>
	#include	<sys/socket.h>
	#include	<netinet/in.h>
	#include 	<arpa/inet.h>
	#include 	<netdb.h>
	#include	<fcntl.h>
	#include	<errno.h>
#endif /* MACOSX */

#ifdef UW
	#include	<stdio.h>
#endif /* UW */

#ifdef VXWORKS
	#include	<vxWorks.h>
	#include	<sockLib.h>
	#include	<selectLib.h>
	#include	<inetLib.h>
	#include	<ioLib.h>
	#include	<stdio.h>
	#include	<stat.h>
	#include	<time.h>
	#include	<usrLib.h>
	#include	<fcntl.h>
	#include	<errno.h>
#endif /* VXWORKS */

#ifdef SOLARIS
	#include	<sys/types.h>
	#include	<limits.h>
	#include	<stdio.h>
	#include	<stdlib.h>
	#include	<unistd.h>
	#include	<socket.h>
	#include	<sys/select.h>
	#include	<netinet/in.h>
	#include 	<arpa/inet.h>
	#include 	<netdb.h>
	#include	<time.h>
	#include	<fcntl.h>
	#include	<errno.h>
#endif /* SOLARIS */

#ifdef QNX4
	#include	<sys/types.h>
	#include	<stdio.h>
	#include	<sys/socket.h>
	#include	<sys/select.h>
	#include	<netinet/in.h>
	#include 	<arpa/inet.h>
	#include 	<netdb.h>
    #include    <stdlib.h>
    #include    <unistd.h>
    #include    <sys/uio.h>
    #include    <sys/wait.h>
#endif /* QNX4 */

#ifdef ECOS
	#include	<limits.h>
	#include	<cyg/infra/cyg_type.h>
	#include	<cyg/kernel/kapi.h>
	#include	<time.h>
	#include	<network.h>
	#include	<errno.h>
#endif /* ECOS */

/********************************** Includes **********************************/

#include	<ctype.h>
#include	<stdarg.h>
#include	<string.h>

#ifndef WEBS
#include	"messages.h"
#endif /* ! WEBS */

/******************************* Per O/S Defines *****************************/

#ifdef UW
	#define		__NO_PACK		1
#endif /* UW */

#if (defined (SCOV5) || defined (VXWORKS) || defined (LINUX) || defined (LYNX) || defined (MACOSX))
#ifndef O_BINARY
#define O_BINARY 		0
#endif /* O_BINARY */
#define	SOCKET_ERROR	-1
#endif /* SCOV5 || VXWORKS || LINUX || LYNX || MACOSX */

#if (defined (WIN) || defined (CE))
/*
 *	__NO_FCNTL means can't access fcntl function.  Fcntl.h is still available.
 */
#define		__NO_FCNTL		1

#undef R_OK
#define R_OK	4
#undef W_OK
#define W_OK	2
#undef X_OK
#define X_OK	1
#undef F_OK
#define F_OK	0
#endif /* WIN || CE */

#if (defined (LINUX) && !defined (_STRUCT_TIMEVAL))
struct timeval
{
	time_t	tv_sec;		/* Seconds.  */
	time_t	tv_usec;	/* Microseconds.  */
};
#define _STRUCT_TIMEVAL 1
#endif /* LINUX && ! _STRUCT_TIMEVAL */

#ifdef ECOS
	#define		O_RDONLY		1
	#define		O_BINARY		2

	#define		__NO_PACK		1
	#define		__NO_EJ_FILE	1
	#define		__NO_CGI_BIN	1
	#define		__NO_FCNTL		1

/*
 *	#define LIBKERN_INLINE to avoid kernel inline functions
 */
	#define		LIBKERN_INLINE

#endif /* ECOS */

#ifdef QNX4
    typedef long        fd_mask;
    #define NFDBITS (sizeof (fd_mask) * NBBY)   /* bits per mask */
#endif /* QNX4 */

#ifdef NW
	#define fd_mask			fd_set
	#define INADDR_NONE		-1l
	#define Sleep			delay

	#define __NO_FCNTL		1

	#undef R_OK
	#define R_OK    4
	#undef W_OK
	#define W_OK    2
	#undef X_OK
	#define X_OK    1
	#undef F_OK
	#define F_OK    0
#endif /* NW */

/********************************** Unicode ***********************************/
/* 
 *	Constants and limits. Also FNAMESIZE and PATHSIZE are currently defined 
 *	in param.h to be 128 and 512
 */
#define TRACE_MAX			(4096 - 48)
#define VALUE_MAX_STRING	(4096 - 48)
#define SYM_MAX				(512)
#define XML_MAX				4096			/* Maximum size for tags/tokens */
#define BUF_MAX				4096			/* General sanity check for bufs */
#define FMT_STATIC_MAX		256				/* Maximum for fmtStatic calls */

#if (defined (LITTLEFOOT) || defined (WEBS))
#define LF_BUF_MAX		(510)
#define LF_PATHSIZE		LF_BUF_MAX
#else
#define	LF_BUF_MAX		BUF_MAX
#define LF_PATHSIZE		PATHSIZE
#define UPPATHSIZE		PATHSIZE
#endif /* LITTLEFOOT || WEBS */

#ifndef CHAR_T_DEFINED
#define CHAR_T_DEFINED 1
#ifdef UNICODE
/*
 *	To convert strings to UNICODE. We have a level of indirection so things
 *	like T(__FILE__) will expand properly.
 */
#define	T(x)				__TXT(x)
#define	__TXT(s)			L ## s
typedef unsigned short 		char_t;
typedef unsigned short		uchar_t;

/*
 *	Text size of buffer macro. A buffer bytes will hold (size / char size) 
 *	characters. 
 */
#define	TSZ(x)				(sizeof(x) / sizeof(char_t))

/*
 *	How many ASCII bytes are required to represent this UNICODE string?
 */
#define	TASTRL(x)			((wcslen(x) + 1) * sizeof(char_t))

#else
#define	T(s) 				s
typedef char				char_t;
#define	TSZ(x)				(sizeof(x))
#define	TASTRL(x)			(strlen(x) + 1)
#ifdef WIN
typedef unsigned char		uchar_t;
#endif /* WIN */

#endif /* UNICODE */

#endif /* ! CHAR_T_DEFINED */

/*
 *	"Boolean" constants
 */

#ifndef TRUE
#define TRUE 1
#endif

#ifndef FALSE
#define FALSE 0
#endif

/*
 *	GoAhead Copyright.
 */
#define GOAHEAD_COPYRIGHT \
	T("Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.")

/*
 *	The following include has to be after the unicode defines.  By putting it
 *	here, many modules in various parts of the tree are cleaner.
 */
#if (defined (LITTLEFOOT) && defined (INMEM))
	#include	"lf/inmem.h"
#endif /* LITTLEFOOT && INMEM */

/*
 *	Type for unicode systems
 */

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
不卡一二三区首页| 国产午夜精品一区二区三区四区| 日韩精品一区二区三区视频在线观看| 国产农村妇女精品| 日日摸夜夜添夜夜添精品视频 | 亚洲成人先锋电影| 大尺度一区二区| 宅男噜噜噜66一区二区66| 亚洲视频一区在线| 国产福利一区二区| 欧美一区二区播放| 亚洲二区视频在线| 91麻豆国产在线观看| 日本一二三四高清不卡| 国内精品伊人久久久久影院对白| 欧美中文字幕一区二区三区亚洲 | 欧美日韩成人一区| 国产精品成人一区二区三区夜夜夜| 久久精品二区亚洲w码| 7777精品久久久大香线蕉| 亚洲日本电影在线| 99久久久久久99| 国产精品蜜臀在线观看| 国产精品一卡二| 日韩欧美国产午夜精品| 美腿丝袜亚洲一区| 欧美一级免费大片| 亚洲丰满少妇videoshd| 欧美亚洲动漫另类| 亚洲一区二区四区蜜桃| 日本道精品一区二区三区| 亚洲女女做受ⅹxx高潮| 91碰在线视频| 一区二区三区在线视频免费| 91啪在线观看| 亚洲成人你懂的| 欧美美女一区二区| 日本中文一区二区三区| 日韩一二三区不卡| 99精品1区2区| 亚洲国产欧美在线| 国产欧美一区二区精品婷婷 | 亚洲国产欧美一区二区三区丁香婷| av不卡在线播放| 亚洲图片欧美激情| 91婷婷韩国欧美一区二区| 亚洲欧洲制服丝袜| 欧美日本在线视频| 免费成人在线网站| 国产日韩av一区| 91丨porny丨户外露出| 自拍视频在线观看一区二区| 一本色道久久综合亚洲aⅴ蜜桃 | 国产欧美日本一区视频| av电影在线观看完整版一区二区| 亚洲精品视频观看| 欧美一个色资源| 国产精品白丝jk黑袜喷水| 国产精品福利在线播放| 91麻豆蜜桃一区二区三区| 亚洲国产中文字幕在线视频综合 | 国产视频视频一区| 一本到不卡精品视频在线观看 | 在线不卡欧美精品一区二区三区| 六月婷婷色综合| 国产精品美日韩| 欧美妇女性影城| 国产成人在线视频网站| 亚洲精选视频在线| 精品国产乱码久久久久久蜜臀 | 欧美日韩精品一区二区三区蜜桃| 美女被吸乳得到大胸91| 国产精品久久久久影院老司| 欧美日韩另类一区| 成人一区二区视频| 日本视频免费一区| ●精品国产综合乱码久久久久| 91精品国产一区二区三区香蕉| 国产成人鲁色资源国产91色综| 亚洲综合在线第一页| 久久综合九色综合欧美98| 91亚洲精华国产精华精华液| 免费高清在线一区| 亚洲综合免费观看高清完整版在线 | 色国产精品一区在线观看| 免费在线观看不卡| 一区2区3区在线看| 国产午夜精品久久久久久免费视| 欧美放荡的少妇| 在线视频国内一区二区| 国产一区二区三区综合| 日韩不卡在线观看日韩不卡视频| 国产精品国产三级国产普通话三级| 欧美一区二区观看视频| 色婷婷综合久色| 国产高清一区日本| 久久丁香综合五月国产三级网站| 亚洲国产精品久久人人爱| 国产精品久久久久久久久搜平片| 久久综合国产精品| 精品免费99久久| 3d动漫精品啪啪一区二区竹菊| 色婷婷一区二区三区四区| 粉嫩aⅴ一区二区三区四区五区| 美脚の诱脚舐め脚责91 | 国产乱妇无码大片在线观看| 日韩精品欧美成人高清一区二区| 亚洲日本青草视频在线怡红院| 欧美极品少妇xxxxⅹ高跟鞋 | 国内精品伊人久久久久av影院| 亚洲成在人线在线播放| 亚洲国产精品久久久男人的天堂| 亚洲欧美国产高清| 一区二区三区资源| 亚洲香肠在线观看| 亚洲午夜在线视频| 午夜成人免费电影| 日本欧美一区二区三区| 日韩专区在线视频| 另类综合日韩欧美亚洲| 国模无码大尺度一区二区三区| 国产91丝袜在线播放0| 国产精品69久久久久水密桃| 精品一区二区三区蜜桃| 国产在线看一区| 国产精华液一区二区三区| 国产**成人网毛片九色| 成人黄色在线看| 91久久人澡人人添人人爽欧美| 欧美亚洲国产bt| 91精品国产免费久久综合| 日韩一区二区三| 国产亚洲成aⅴ人片在线观看 | 亚洲激情男女视频| 亚洲国产精品人人做人人爽| 日产国产欧美视频一区精品| 韩国一区二区在线观看| 成人丝袜18视频在线观看| 日本福利一区二区| 日韩精品一区在线观看| 国产色综合一区| 亚洲国产日韩精品| 国产一区美女在线| 91网页版在线| 91精品在线免费观看| 久久精品免费在线观看| 亚洲久草在线视频| 久久99精品国产| 91香蕉视频污| 欧美一区二区三区日韩视频| 国产日产欧美一区二区视频| 一区二区三区不卡在线观看| 蜜臀av一级做a爰片久久| av一区二区三区四区| 69久久夜色精品国产69蝌蚪网| 国产亚洲精品超碰| 亚洲国产成人av网| 国产91精品精华液一区二区三区| 91精品福利在线| 国产午夜一区二区三区| 亚洲高清视频中文字幕| 国产成人综合亚洲91猫咪| 欧美久久久久久久久| 日本一区二区三级电影在线观看 | 亚洲与欧洲av电影| 国产精品99久久久久久有的能看| 在线中文字幕一区二区| 国产午夜一区二区三区| 免费久久99精品国产| 91麻豆精东视频| 国产午夜精品久久久久久久| 亚洲成a天堂v人片| 91麻豆精品在线观看| 日本一二三不卡| 狠狠色丁香婷综合久久| 欧美三级韩国三级日本一级| 国产精品国产三级国产aⅴ无密码| 久久精品久久99精品久久| 欧美三级乱人伦电影| 综合久久久久久久| 国产91精品免费| 精品成人私密视频| 久久精品国产亚洲一区二区三区| 欧洲色大大久久| **欧美大码日韩| 成人aa视频在线观看| 国产婷婷一区二区| 国产露脸91国语对白| 26uuu成人网一区二区三区| 日韩国产欧美三级| 欧美日韩一区二区三区视频| 亚洲私人影院在线观看| 成人黄页毛片网站| 国产精品久久免费看| 粉嫩av一区二区三区在线播放 | 国产传媒日韩欧美成人| www亚洲一区| 国产一区在线看| 久久精品视频在线免费观看| 国模大尺度一区二区三区|