#undef SETPROCTITLE on AIX -- it confuses things
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 19 Sep 1993 08:15:17 +0000 (00:15 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 19 Sep 1993 08:15:17 +0000 (00:15 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.31

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

index 864e2be..18e9180 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.h      8.30 (Berkeley) %G%
+ *     @(#)conf.h      8.31 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 # ifdef _AIX3
 # define HASINITGROUPS 1       /* has initgroups(3) call */
 # define FORK          fork    /* no vfork primitive available */
 # ifdef _AIX3
 # define HASINITGROUPS 1       /* has initgroups(3) call */
 # define FORK          fork    /* no vfork primitive available */
+# undef  SETPROCTITLE          /* setproctitle confuses AIX */
 # endif
 
 
 # endif