1 Star 0 Fork 1

mudren / lpmud-driver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
local_options 2.44 KB
一键复制 编辑 原始数据 按行查看 历史
哎哟喂 提交于 2020-01-12 19:00 . update files
/*
* local_options.h: compile-time configuration of the driver
*/
/****************************************************************************
* EVERY time you change ANYTHING in this file, RECOMPILE from scratch. *
* (type "make clean" then "make" on a UNIX system) Failure to do so may *
* cause the driver to behave oddly. *
****************************************************************************/
/* NOTES: Many of the configurable options are now set in the runtime config.
*
* This file only contain a list of default settings, for quick diffing .
* See detailed explaination from 'local_options.README'
*/
#ifndef _LOCAL_OPTIONS_H_
#define _LOCAL_OPTIONS_H_
/****************************************************************************
* COMPAT *
****************************************************************************/
#undef NO_ADD_ACTION
#undef NO_SNOOP
#undef NO_ENVIRONMENT
#undef NO_WIZARDS
#undef NO_LIGHT
#define OLD_ED
#undef ED_INDENT_CASE
#define ED_INDENT_SPACES 4
#undef ED_USE_TABS
#define ED_TAB_WIDTH 8
#undef RECEIVE_ED
#define RESTRICTED_ED
#define SENSIBLE_MODIFIERS
/****************************************************************************
* MISCELLANEOUS *
****************************************************************************/
#undef COMPAT_32
#define DEFAULT_PRAGMAS PRAGMA_WARNINGS + PRAGMA_SAVE_TYPES + PRAGMA_ERROR_CONTEXT + PRAGMA_OPTIMIZE
#define SAVE_EXTENSION ".o"
#define PRIVS
#undef NO_SHADOWS
#undef USE_ICONV
#undef IPV6
/****************************************************************************
* PACKAGES *
****************************************************************************/
// PACKAGES are moved to CMAKE options, please don't try to add #define PACKAGE_* here.
/****************************************************************************
* PACKAGES CONFIGS *
****************************************************************************/
// configs for PACKAGE_COMPRESS
#define SAVE_GZ_EXTENSION ".o.gz"
// configs for PACKAGE_UIDS
#define AUTO_SETEUID
#undef AUTO_TRUST_BACKBONE
// configs for PACKAGE_PARSE
#define PARSE_DEBUG /* Only take effect in DEBUG build */
#endif /* _LOCAL_OPTIONS_H_ */
1
https://gitee.com/mudren/lpmud-driver.git
git@gitee.com:mudren/lpmud-driver.git
mudren
lpmud-driver
lpmud-driver
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891