Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 0cd617fc5d2eabf86a303f93dc54a82a > files > 3

sendmail-8.14.4-9.fc14.src.rpm

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