Mercurial > hg > octave-kai > gnulib-hg
diff lib/fsusage.c @ 105:12f81400139d
merge with 3.8.3b
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Wed, 06 Oct 1993 16:44:42 +0000 |
parents | 6b441e8a5e2b |
children | 3351d0fb3162 |
line wrap: on
line diff
--- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -15,6 +15,17 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#if defined (CONFIG_BROKETS) +/* We use <config.h> instead of "config.h" so that a compilation + using -I. -I will use ./config.h rather than /config.h + (which it would do because it found this file in ). */ +#include <config.h> +#else +#include "config.h" +#endif +#endif + #include <sys/types.h> #include "fsusage.h"