]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
merge with 1.8.1d
authorJim Meyering <jim@meyering.net>
Tue, 12 Oct 1993 14:49:11 +0000 (14:49 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 12 Oct 1993 14:49:11 +0000 (14:49 +0000)
login-utils/su.c

index 7252a07e18c8c005891e45a73324c868eef34fe0..6f6a146f36a9c2d97129d6ad532ef9183feb2ddd 100644 (file)
 
    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$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
+
 #include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>