From: Roy Marples Date: Tue, 11 Nov 2014 10:02:17 +0000 (+0000) Subject: Align config.h contents better X-Git-Tag: v6.6.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3159b9cc0f7fcb88c9464c80a6616a1c8cccb2c;p=thirdparty%2Fdhcpcd.git Align config.h contents better --- diff --git a/configure b/configure index 59d2eddc..24c79f5b 100755 --- 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