*** empty log message ***
authorRoland McGrath <roland@redhat.com>
Thu, 12 Aug 1993 22:17:13 +0000 (22:17 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 12 Aug 1993 22:17:13 +0000 (22:17 +0000)
getloadavg.c

index 3e4a1d4..b748c3a 100644 (file)
 
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+/* 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).  */
+#include <config.h>
 #endif