diff options
| author | John Beck <John.Beck@Sun.COM> | 2009-02-11 18:13:07 -0800 |
|---|---|---|
| committer | John Beck <John.Beck@Sun.COM> | 2009-02-11 18:13:07 -0800 |
| commit | 39c1a28d0a834316e955518d428fc6be5a855da3 (patch) | |
| tree | 64bd2805ed29444ac290464e08365f9c95ca0c55 /usr/src/cmd/sendmail | |
| parent | 9d5056ea37dd689d393cb1715ae29551bc0eba2e (diff) | |
| download | illumos-joyent-39c1a28d0a834316e955518d428fc6be5a855da3.tar.gz | |
6792153 Sendmail hang - contains a buggy reimplementation of sleep()
Diffstat (limited to 'usr/src/cmd/sendmail')
| -rw-r--r-- | usr/src/cmd/sendmail/include/sm/conf.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/sendmail/include/sm/conf.h b/usr/src/cmd/sendmail/include/sm/conf.h index 6de0bd02d0..93e446a9ca 100644 --- a/usr/src/cmd/sendmail/include/sm/conf.h +++ b/usr/src/cmd/sendmail/include/sm/conf.h @@ -14,12 +14,10 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* ** CONF.H -- All user-configurable parameters for sendmail ** @@ -467,6 +465,7 @@ typedef int pid_t; # endif /* SOLARIS >= 21000 || (SOLARIS < 10000 && SOLARIS >= 210) */ # if SOLARIS >= 21100 || (SOLARIS < 10000 && SOLARIS >= 211) # define GETLDAPALIASBYNAME_VERSION 2 /* changed in S11 */ +# define HAVE_NANOSLEEP 1 /* moved from librt to libc in S11 */ # endif /* SOLARIS >= 21100 || (SOLARIS < 10000 && SOLARIS >= 211) */ # ifndef HASGETUSERSHELL # define HASGETUSERSHELL 0 /* getusershell(3) causes core dumps pre-2.7 */ |
