mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
Revert HAVE_GETLOADAVG changes.
This commit is contained in:
parent
0b8f263e6d
commit
8fffa182c3
@ -18,6 +18,8 @@
|
||||
#define LIB_X11_LIB -L/usr/X11/lib -lX11
|
||||
#define LIBS_SYSTEM -lutil -lkvm -lcompat
|
||||
|
||||
#define HAVE_GETLOADAVG
|
||||
|
||||
#undef BSD_PGRPS
|
||||
|
||||
/* System uses OXTABS instead of the expected TAB3.
|
||||
|
@ -99,6 +99,7 @@
|
||||
#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_1 -L/usr/local/lib
|
||||
|
||||
#define HAVE_WAIT_HEADER
|
||||
#define HAVE_GETLOADAVG 1
|
||||
#if 0
|
||||
#define HAVE_GETPAGESIZE /* configure now puts this in config.h */
|
||||
#endif
|
||||
|
@ -28,6 +28,11 @@ Boston, MA 02111-1307, USA. */
|
||||
#undef SYSTEM_TYPE
|
||||
#define SYSTEM_TYPE "gnu"
|
||||
|
||||
#undef NLIST_STRUCT
|
||||
|
||||
/* XXX should getloadavg be in libc? Should we have a libutil?
|
||||
#define HAVE_GETLOADAVG */
|
||||
#undef NLIST_STRUCT
|
||||
#undef KERNEL_FILE
|
||||
#undef LDAV_SYMBOL
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
#undef KERNEL_FILE
|
||||
#undef LDAV_SYMBOL
|
||||
#define HAVE_GETLOADAVG 1
|
||||
|
||||
#define HAVE_UNION_WAIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user