comparison src/getloadavg.c @ 9096:51a06d484c05

REMOVE CONFIG_BROKETS
author David J. MacKenzie <djm@gnu.org>
date Mon, 26 Sep 1994 21:56:21 +0000
parents fbc29f1ddd08
children 393a55341859
comparison
equal deleted inserted replaced
9095:23f72b18b420 9096:51a06d484c05
68 #include <sys/param.h> 68 #include <sys/param.h>
69 #endif 69 #endif
70 70
71 71
72 #ifdef HAVE_CONFIG_H 72 #ifdef HAVE_CONFIG_H
73 #if defined (emacs) || defined (CONFIG_BROKETS)
74 /* We use <config.h> instead of "config.h" so that a compilation
75 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
76 (which it would do because it found this file in $srcdir). */
77 #include <config.h> 73 #include <config.h>
78 #else
79 #include "config.h"
80 #endif
81 #endif 74 #endif
82 75
83 /* Exclude all the code except the test program at the end 76 /* Exclude all the code except the test program at the end
84 if the system has its own `getloadavg' function. 77 if the system has its own `getloadavg' function.
85 78