Feature macros should be uppercase
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 29 Sep 2016 21:56:02 +0000 (22:56 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 29 Sep 2016 21:56:02 +0000 (22:56 +0100)
src/src/readconf.c

index 29181cbcb29ad2dce6cf459e04218e84e2be41fa..6bcc50752067b01683be1d80745b832d032e46eb 100644 (file)
@@ -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");