*** empty log message ***
authorRoland McGrath <roland@redhat.com>
Mon, 20 Sep 1993 20:02:01 +0000 (20:02 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 20 Sep 1993 20:02:01 +0000 (20:02 +0000)
getloadavg.c

index b748c3a..ad79231 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 getloadavg.c was found in $srcdir).  */
+   (which it would do because it found this file in $srcdir).  */
 #include <config.h>
+#else
+#include "config.h"
+#endif
 #endif