comparison src/s/sol2.h @ 27750:48fa3afce611

(C_DEBUG_SWITCH): Define to allow optimization.
author Dave Love <fx@gnu.org>
date Thu, 17 Feb 2000 19:07:06 +0000
parents 566fd2a966aa
children 210942d0dc07
comparison
equal deleted inserted replaced
27749:986871288b53 27750:48fa3afce611
27 #define LIBS_SYSTEM -lsocket -lnsl -lkstat 27 #define LIBS_SYSTEM -lsocket -lnsl -lkstat
28 28
29 /* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root. 29 /* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root.
30 ghazi@caip.rutgers.edu, 7/21/97. */ 30 ghazi@caip.rutgers.edu, 7/21/97. */
31 #define HAVE_LIBKSTAT 31 #define HAVE_LIBKSTAT
32
33 /* eggert thinks all versions of SunPro C allowed this. */
34 #ifndef __GNUC__
35 #define C_DEBUG_SWITCH -g -O
36 #endif