#ifdef NAMED_BIND => #if
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 31 Jan 1995 03:29:55 +0000 (19:29 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 31 Jan 1995 03:29:55 +0000 (19:29 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.128

usr/src/usr.sbin/sendmail/src/conf.c

index ec6e667..c781d3f 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)conf.c     8.127 (Berkeley) %G%";
+static char sccsid[] = "@(#)conf.c     8.128 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -428,7 +428,7 @@ inithostmaps()
                        strcpy(buf, "hosts.files text -k 0 -v 1 /etc/hosts");
                        makemapentry(buf);
                }
                        strcpy(buf, "hosts.files text -k 0 -v 1 /etc/hosts");
                        makemapentry(buf);
                }
-#ifdef NAMED_BIND
+#if NAMED_BIND
                else if (strcmp(maptype[i], "dns") == 0 &&
                    stab("hosts.dns", ST_MAP, ST_FIND) == NULL)
                {
                else if (strcmp(maptype[i], "dns") == 0 &&
                    stab("hosts.dns", ST_MAP, ST_FIND) == NULL)
                {