portability of minor() & major() macros
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 18 Oct 1993 11:27:11 +0000 (03:27 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 18 Oct 1993 11:27:11 +0000 (03:27 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.39

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

index 0d07145..6b41a76 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.h      8.38 (Berkeley) %G%
+ *     @(#)conf.h      8.39 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -92,6 +92,8 @@
 */
 
 # ifdef __hpux
 */
 
 # ifdef __hpux
+/* avoid m_flags conflict between db.h & sys/sysmacros.h on HP 300 */
+# undef m_flags
 # define SYSTEM5       1       /* include all the System V defines */
 # define HASINITGROUPS 1       /* has initgroups(3) call */
 # define HASSTATFS     1       /* has the statfs(2) syscall */
 # define SYSTEM5       1       /* include all the System V defines */
 # define HASINITGROUPS 1       /* has initgroups(3) call */
 # define HASSTATFS     1       /* has the statfs(2) syscall */
 */
 
 # ifdef IRIX
 */
 
 # ifdef IRIX
+# include <sys/sysmacros.h>
 # define HASSETREUID   1       /* has setreuid(2) call */
 # define HASINITGROUPS 1       /* has initgroups(3) call */
 # define HASSTATFS     1       /* has the statfs(2) syscall */
 # define HASSETREUID   1       /* has setreuid(2) call */
 # define HASINITGROUPS 1       /* has initgroups(3) call */
 # define HASSTATFS     1       /* has the statfs(2) syscall */