projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec8b777
)
Feature macros should be uppercase
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 29 Sep 2016 21:56:02 +0000
(22:56 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 29 Sep 2016 21:56:02 +0000
(22:56 +0100)
src/src/readconf.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/readconf.c
b/src/src/readconf.c
index 29181cbcb29ad2dce6cf459e04218e84e2be41fa..6bcc50752067b01683be1d80745b832d032e46eb 100644
(file)
--- a/
src/src/readconf.c
+++ b/
src/src/readconf.c
@@
-3066,7
+3066,7
@@
due to conflicts with other common macros. */
read_macro_assignment(US"_HAVE_DNSSEC=y");
#endif
#ifndef DISABLE_EVENT
- read_macro_assignment(US"_HAVE_E
vent
=y");
+ read_macro_assignment(US"_HAVE_E
VENT
=y");
#endif
#ifdef SUPPORT_I18N
read_macro_assignment(US"_HAVE_I18N=y");