mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Revert HAVE_GETLOADAVG changes.
This commit is contained in:
parent
0b8f263e6d
commit
8fffa182c3
4 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue