diff options
| author | Qiuwen Lu <[email protected]> | 2016-06-01 11:16:36 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2016-06-01 11:16:36 +0800 |
| commit | de228703e81caf60c403053a535da803ea5437d8 (patch) | |
| tree | 36f2bd459a59e7770e6c65a15a094e8843e6be1f /include/internal/mr_config.h.in | |
| parent | bf3623985b9c04a0770c0112157e44ce825e922e (diff) | |
#8 增加静态MAC地址功能
Diffstat (limited to 'include/internal/mr_config.h.in')
| -rw-r--r-- | include/internal/mr_config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/internal/mr_config.h.in b/include/internal/mr_config.h.in index 426921d..2999181 100644 --- a/include/internal/mr_config.h.in +++ b/include/internal/mr_config.h.in @@ -22,4 +22,7 @@ #cmakedefine01 USE_UDPSTACK /* 快速低延迟传递网络 */ -#cmakedefine01 USE_FASTRING
\ No newline at end of file +#cmakedefine01 USE_FASTRING + +/* X09需求,静态输出MAC地址重写功能 */ +#cmakedefine01 PROJECT_X09_REWRITE_HWADDR
\ No newline at end of file |
