GIDSET_T is gid_t only on Solaris, not on SunOS
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 18 Dec 1993 11:16:04 +0000 (03:16 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 18 Dec 1993 11:16:04 +0000 (03:16 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.66

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

index c5ed567..66a988c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.h      8.65 (Berkeley) %G%
+ *     @(#)conf.h      8.66 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 # define HASSETREUID   1       /* has setreuid(2) call */
 # define HASINITGROUPS 1       /* has initgroups(3) call */
 # define HASUNAME      1       /* use System V uname(2) system call */
 # define HASSETREUID   1       /* has setreuid(2) call */
 # define HASINITGROUPS 1       /* has initgroups(3) call */
 # define HASUNAME      1       /* use System V uname(2) system call */
-# define GIDSET_T      gid_t
 
 # ifdef SOLARIS_2_3
 #  define SOLARIS
 
 # ifdef SOLARIS_2_3
 #  define SOLARIS
 #  include <sys/time.h>
 #  define gethostbyname        solaris_gethostbyname   /* get working version */
 #  define gethostbyaddr        solaris_gethostbyaddr   /* get working version */
 #  include <sys/time.h>
 #  define gethostbyname        solaris_gethostbyname   /* get working version */
 #  define gethostbyaddr        solaris_gethostbyaddr   /* get working version */
+#  define GIDSET_T     gid_t
 #  define _PATH_UNIX   "/kernel/unix"
 #  ifndef _PATH_SENDMAILCF
 #   define _PATH_SENDMAILCF    "/etc/mail/sendmail.cf"
 #  define _PATH_UNIX   "/kernel/unix"
 #  ifndef _PATH_SENDMAILCF
 #   define _PATH_SENDMAILCF    "/etc/mail/sendmail.cf"