diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/sol2-6.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index ec45748e03a..a0d3db58f28 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h | |||
| @@ -26,13 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | 26 | ||
| 27 | #define POSIX | 27 | #define POSIX |
| 28 | 28 | ||
| 29 | /* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root. | ||
| 30 | ghazi@caip.rutgers.edu, 7/21/97. Don't redefine if already defined | ||
| 31 | (e.g., by config.h). */ | ||
| 32 | #ifndef HAVE_LIBKSTAT | ||
| 33 | #define HAVE_LIBKSTAT | ||
| 34 | #endif | ||
| 35 | |||
| 36 | /* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock | 29 | /* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock |
| 37 | rather than sighold/sigrelse, which appear to be BSD4.1 specific. | 30 | rather than sighold/sigrelse, which appear to be BSD4.1 specific. |
| 38 | It may also be appropriate for SVR4.x | 31 | It may also be appropriate for SVR4.x |