Blame SOURCES/sendmail-8.12.7-hesiod.patch

f67e08
--- sendmail-8.12.7/sendmail/recipient.c
f67e08
+++ sendmail-8.12.7/sendmail/recipient.c
f67e08
@@ -1146,7 +1146,7 @@
f67e08
 
f67e08
 	*fuzzyp = false;
f67e08
 
f67e08
-#if HESIOD
f67e08
+#if disableHESIOD
f67e08
 	/* DEC Hesiod getpwnam accepts numeric strings -- short circuit it */
f67e08
 	for (p = name; *p != '\0'; p++)
f67e08
 		if (!isascii(*p) || !isdigit(*p))
f67e08
--- sendmail-8.12.7/libsm/mbdb.c
f67e08
+++ sendmail-8.12.7/libsm/mbdb.c
f67e08
@@ -315,7 +315,7 @@
f67e08
 {
f67e08
 	struct passwd *pw;
f67e08
 
f67e08
-#ifdef HESIOD
f67e08
+#ifdef disableHESIOD
f67e08
 	/* DEC Hesiod getpwnam accepts numeric strings -- short circuit it */
f67e08
 	{
f67e08
 		char *p;