1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00

(LIBS_SYSTEM): Undo previous change.

(HAVE_LIBKSTAT): Define it.
This commit is contained in:
Richard M. Stallman 1997-07-22 03:11:17 +00:00
parent 0c94f256dc
commit 7043c154fc

View 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