]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Align config.h contents better
authorRoy Marples <roy@marples.name>
Tue, 11 Nov 2014 10:02:17 +0000 (10:02 +0000)
committerRoy Marples <roy@marples.name>
Tue, 11 Nov 2014 10:02:17 +0000 (10:02 +0000)
configure

index 59d2eddce7a55cb48f6e3c7f8082a06ee56565f2..24c79f5b981cf1079ac76559c2a42418d696075e 100755 (executable)
--- a/configure
+++ b/configure
@@ -530,7 +530,7 @@ EOF
 fi
 if [ "$ARC4RANDOM" = no ]; then
        echo "COMPAT_SRCS+=     compat/arc4random.c" >>$CONFIG_MK
-       echo "#include \"compat/arc4random.h\"" >>$CONFIG_H
+       echo "#include          \"compat/arc4random.h\"" >>$CONFIG_H
 fi
 
 if [ -z "$ARC4RANDOM_UNIFORM" ]; then
@@ -552,7 +552,7 @@ EOF
 fi
 if [ "$ARC4RANDOM_UNIFORM" = no ]; then
        echo "COMPAT_SRCS+=     compat/arc4random_uniform.c" >>$CONFIG_MK
-       echo "#include \"compat/arc4random_uniform.h\"" >>$CONFIG_H
+       echo "#include          \"compat/arc4random_uniform.h\"" >>$CONFIG_H
 fi
 
 if [ -z "$CLOSEFROM" ]; then
@@ -574,7 +574,7 @@ EOF
 fi
 if [ "$CLOSEFROM" = no ]; then
        echo "COMPAT_SRCS+=     compat/closefrom.c" >>$CONFIG_MK
-       echo "#include \"compat/closefrom.h\"" >>$CONFIG_H
+       echo "#include          \"compat/closefrom.h\"" >>$CONFIG_H
 fi
 
 if [ -z "$GETLINE" ]; then
@@ -599,7 +599,7 @@ EOF
 fi
 if [ "$GETLINE" = no ]; then
        echo "COMPAT_SRCS+=     compat/getline.c" >>$CONFIG_MK
-       echo "#include \"compat/getline.h\"" >>$CONFIG_H
+       echo "#include          \"compat/getline.h\"" >>$CONFIG_H
 fi
 
 if [ -z "$STRLCPY" ]; then