diff lib/userspec.c @ 105:12f81400139d

merge with 3.8.3b
author Jim Meyering <jim@meyering.net>
date Wed, 06 Oct 1993 16:44:42 +0000
parents d9ca5dc520bf
children c74e20573782
line wrap: on
line diff
--- a/lib/userspec.c
+++ b/lib/userspec.c
@@ -17,6 +17,17 @@
 
 /* Written by David MacKenzie <djm@gnu.ai.mit.edu>.  */
 
+#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 <stdio.h>
 #include <sys/types.h>
 #include <pwd.h>