NCR3000 needs explicit include of sys/sockio.h
[unix-history] / usr / src / usr.sbin / sendmail / src / conf.h
index 5976e5b..d4cd1d7 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.h      8.173 (Berkeley) %G%
+ *     @(#)conf.h      8.177 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -51,10 +51,6 @@ struct rusage;       /* forward declaration to get gcc to shut up in wait.h */
 # define MAXMIMENESTING        20              /* max MIME multipart nesting */
 # define QUEUESEGSIZE  1000            /* increment for queue size */
 
 # define MAXMIMENESTING        20              /* max MIME multipart nesting */
 # define QUEUESEGSIZE  1000            /* increment for queue size */
 
-# ifndef MAXQUEUESIZE
-#  define MAXQUEUESIZE 40000           /* max # of jobs we will run at once */
-# endif
-
 /**********************************************************************
 **  Compilation options.
 **
 /**********************************************************************
 **  Compilation options.
 **
@@ -145,7 +141,7 @@ struct rusage;      /* forward declaration to get gcc to shut up in wait.h */
 # endif
 # define syslog                hard_syslog
 # ifdef __STDC__
 # endif
 # define syslog                hard_syslog
 # ifdef __STDC__
-extern int     syslog(int, char *, ...);
+extern void    hard_syslog(int, char *, ...);
 # endif
 
 # ifdef V4FS
 # endif
 
 # ifdef V4FS
@@ -1048,6 +1044,7 @@ typedef int               pid_t;
 */
 
 #ifdef NCR3000
 */
 
 #ifdef NCR3000
+# include <sys/sockio.h>
 # define __svr4__
 # define IP_SRCROUTE   0       /* Something is broken with getsockopt() */
 # undef BSD
 # define __svr4__
 # define IP_SRCROUTE   0       /* Something is broken with getsockopt() */
 # undef BSD