• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: C/C++
  • 标签: c  

资源简介

如鹏网 C语言也能干大事之C语言开发网站 cgi开发包

资源截图

代码片段和文件信息

/* cgicTempDir is the only setting you are likely to need
to change in this file. */

/* Used only in Unix environments in conjunction with mkstemp(). 
Elsewhere (Windows) temporary files go where the tmpnam() 
function suggests. If this behavior does not work for you 
modify the getTempFileName() function to suit your needs. */

#define cgicTempDir “/tmp“

#if CGICDEBUG
#define CGICDEBUGSTART \
{ \
FILE *dout; \
dout = fopen(“/home/boutell/public_html/debug“ “a“); \

#define CGICDEBUGEND \
fclose(dout); \
}
#else /* CGICDEBUG */
#define CGICDEBUGSTART
#define CGICDEBUGEND
#endif /* CGICDEBUG */

#include 
#include 
#include 
#include 
#include 
#include 
#include 

#ifdef WIN32
#include 

/* cgic 2.01 */
#include 

#else
#include 
#endif /* WIN32 */
#include “cgic.h“

#define cgiStrEq(a b) (!strcmp((a) (b)))

char *cgiServerSoftware;
char *cgiServerName;
char *cgiGatewayI

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       55295  2004-11-16 00:57  cgic.c
     文件        7403  2015-04-27 15:05  cgic.h
     文件       42278  2015-04-27 17:57  ctemplate.c
     文件        1158  2009-12-01 03:22  ctemplate.h

评论

共有 条评论