aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-22 03:11:17 +0000
committerRichard M. Stallman1997-07-22 03:11:17 +0000
commit7043c154fc7524ef5f8371b987efe48d0ff519b3 (patch)
treea18a41d2a6e28c2e41873f2eb4d9b4cb10c3c3fa
parent0c94f256dc518bca9a0c8033270ac4b8f6a26b7a (diff)
downloademacs-7043c154fc7524ef5f8371b987efe48d0ff519b3.tar.gz
emacs-7043c154fc7524ef5f8371b987efe48d0ff519b3.zip
(LIBS_SYSTEM): Undo previous change.
(HAVE_LIBKSTAT): Define it.
-rw-r--r--src/s/sol2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index cfb7427cf06..79b0f42946c 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -24,5 +24,9 @@
24#endif /* GCC */ 24#endif /* GCC */
25 25
26#undef LIBS_SYSTEM 26#undef LIBS_SYSTEM
27#define LIBS_SYSTEM -lsocket -lnsl -lkstat -lkvm -lelf 27#define LIBS_SYSTEM -lsocket -lnsl -lkstat
28#define HAVE_VFORK 28#define HAVE_VFORK
29
30/* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root.
31 ghazi@caip.rutgers.edu, 7/21/97. */
32#define HAVE_LIBKSTAT