mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
(LIBS_SYSTEM): Undo previous change.
(HAVE_LIBKSTAT): Define it.
This commit is contained in:
parent
0c94f256dc
commit
7043c154fc
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue