]> git.eshelyaron.com Git - emacs.git/commitdiff
REMOVE CONFIG_BROKETS
authorDavid J. MacKenzie <djm@gnu.org>
Mon, 26 Sep 1994 21:56:21 +0000 (21:56 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Mon, 26 Sep 1994 21:56:21 +0000 (21:56 +0000)
src/getloadavg.c

index e7804f02b98e1cabb201684221e2c013440b0ea7..fd9fbaefe9e77361cd832aba5420d52d665d9bff 100644 (file)
 
 
 #ifdef HAVE_CONFIG_H
-#if defined (emacs) || defined (CONFIG_BROKETS)
-/* We use <config.h> instead of "config.h" so that a compilation
-   using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
-   (which it would do because it found this file in $srcdir).  */
 #include <config.h>
-#else
-#include "config.h"
-#endif
 #endif
 
 /* Exclude all the code except the test program at the end