]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBS_SYSTEM): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 22 Jul 1997 03:11:17 +0000 (03:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 22 Jul 1997 03:11:17 +0000 (03:11 +0000)
(HAVE_LIBKSTAT): Define it.

src/s/sol2.h

index cfb7427cf060b3c4e3ffde15a46fee6608db6c50..79b0f42946c19c016a7712ad6bbd747b2add97e9 100644 (file)
@@ -24,5 +24,9 @@
 #endif /* GCC */
 
 #undef LIBS_SYSTEM
-#define LIBS_SYSTEM -lsocket -lnsl -lkstat -lkvm -lelf
+#define LIBS_SYSTEM -lsocket -lnsl -lkstat
 #define HAVE_VFORK
+
+/* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root.
+   ghazi@caip.rutgers.edu, 7/21/97. */
+#define HAVE_LIBKSTAT