5 Star 16 Fork 7

Fifi Lyu / module-http-whitelist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
issue.h 452 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fifi Lyu 提交于 2015-03-31 15:48 . 删除过时代码
/*
* issue.h
*
* Created on: 2015年3月16日
* Author: Fifi Lyu
*/
#ifndef ISSUE_H_
#define ISSUE_H_
#include <linux/stddef.h>
// 0 off
// 1 on
#define DEBUG 0
#define HTTP_PORT 80
#define WL_HOST "/etc/http_whitelist/host"
#define WL_NETWORK "/etc/http_whitelist/network"
#define MODOUBLE_NAME "http_whitelist"
#define LICENSE "Dual MIT/GPL";
#define AUTHOR "Fifi Lyu";
#define DESCRIPTION "HTTP Whitelist";
#endif /* ISSUE_H_ */
C
1
https://gitee.com/fifilyu/module-http-whitelist.git
git@gitee.com:fifilyu/module-http-whitelist.git
fifilyu
module-http-whitelist
module-http-whitelist
master

搜索帮助