diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-29 22:56:02 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-29 22:56:02 +0100 |
commit | 3acf26c7e9012515ea2936d1d7aab67652049f46 (patch) | |
tree | d10db95b321d706a2666fd27f4255b3d5cb8d2a5 /src | |
parent | ec8b777a224687c7ea440b78b0bb0fec95acff87 (diff) |
Feature macros should be uppercase
Diffstat (limited to 'src')
-rw-r--r-- | src/src/readconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/readconf.c b/src/src/readconf.c index 29181cbcb..6bcc50752 100644 --- 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_Event=y"); + read_macro_assignment(US"_HAVE_EVENT=y"); #endif #ifdef SUPPORT_I18N read_macro_assignment(US"_HAVE_I18N=y"); |