Also add the define to config.h.in so it actually gets set
#undef SETCONFIGOPTION_7
#undef SETCONFIGOPTION_8
+#undef GETCONFIGOPTIONBYNAME_2
+#undef GETCONFIGOPTIONBYNAME_3
+
#undef HAS_LOOKUPEXPLICITNAMESPACE_2
#endif /* SLONY_I_CONFIG_H */
olddatestyle = GetConfigOptionByName("DateStyle", NULL);
#elif defined (GETCONFIGOPTIONBYNAME_3)
olddatestyle = GetConfigOptionByName("DateStyle", NULL, false);
+#else
+#error "GETCONFIGOPTIONBYNAME_2 or GETCONFIGOPTIONBYNAME_3 must be defined"
#endif
if (!strstr(olddatestyle, "ISO"))
{