emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/sol2.h


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/s/sol2.h
Date: Wed, 17 Apr 2002 15:38:33 -0400

Index: emacs/src/s/sol2.h
diff -c emacs/src/s/sol2.h:1.33 emacs/src/s/sol2.h:1.34
*** emacs/src/s/sol2.h:1.33     Thu Sep 14 11:12:48 2000
--- emacs/src/s/sol2.h  Wed Apr 17 15:38:33 2002
***************
*** 27,34 ****
  #define LIBS_SYSTEM -lsocket -lnsl -lkstat
  
  /* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root.
!    address@hidden, 7/21/97. */
  #define HAVE_LIBKSTAT
  
  /* eggert thinks all versions of SunPro C allowed this.  */
  #ifndef __GNUC__
--- 27,37 ----
  #define LIBS_SYSTEM -lsocket -lnsl -lkstat
  
  /* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root.
!    address@hidden, 7/21/97.  Don't redefine if already defined
!    (e.g., by config.h). */
! #ifndef HAVE_LIBKSTAT
  #define HAVE_LIBKSTAT
+ #endif
  
  /* eggert thinks all versions of SunPro C allowed this.  */
  #ifndef __GNUC__



reply via email to

[Prev in Thread] Current Thread [Next in Thread]