default SCANF on if we are going to link it anyway
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 1 Feb 1994 11:56:58 +0000 (03:56 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 1 Feb 1994 11:56:58 +0000 (03:56 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.82

usr/src/usr.sbin/sendmail/src/conf.h

index a85ddbd..08a8900 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.h      8.81 (Berkeley) %G%
+ *     @(#)conf.h      8.82 (Berkeley) %G%
  */
 
 /*
@@ -991,3 +991,11 @@ typedef void               (*sigfunc_t) __P((int));
 # ifndef FORK
 # define FORK          vfork           /* function to call to fork mailer */
 # endif
+
+/*
+**  If we are going to link scanf anyway, use it in readcf
+*/
+
+#if !defined(HASUNAME) && !defined(SCANF)
+# define SCANF         1
+#endif