From 80cf60efec79ac63cc3a26c6ad8f86790a385847 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Apr 2020 09:48:32 +0200 Subject: Canonicalize config.h include Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif --- testsuites/fstests/fsbdpart01/init.c | 2 +- testsuites/fstests/fsdosfsformat01/init.c | 2 +- testsuites/fstests/fsdosfsname01/init.c | 2 +- testsuites/fstests/fsdosfssync01/init.c | 2 +- testsuites/fstests/fsdosfswrite01/init.c | 2 +- testsuites/fstests/fsfseeko01/init.c | 2 +- testsuites/fstests/fsimfsconfig01/init.c | 2 +- testsuites/fstests/fsimfsconfig02/init.c | 2 +- testsuites/fstests/fsimfsconfig03/init.c | 2 +- testsuites/fstests/fsjffs2gc01/init.c | 2 +- testsuites/fstests/fsnofs01/init.c | 2 +- testsuites/fstests/fsrename/test.c | 2 +- testsuites/fstests/fsrfsbitmap01/test.c | 2 +- testsuites/fstests/fsrofs01/init.c | 2 +- testsuites/libtests/block08/test_disk.c | 2 +- testsuites/libtests/block11/init.c | 2 +- testsuites/libtests/block12/init.c | 2 +- testsuites/libtests/block13/init.c | 2 +- testsuites/libtests/block14/init.c | 2 +- testsuites/libtests/block15/init.c | 2 +- testsuites/libtests/block16/init.c | 2 +- testsuites/libtests/block17/init.c | 2 +- testsuites/libtests/complex/docomplex.c | 2 +- testsuites/libtests/complex/docomplexf.c | 2 +- testsuites/libtests/complex/docomplexl.c | 2 +- testsuites/libtests/crypt01/init.c | 2 +- testsuites/libtests/debugger01/remote.c | 2 +- testsuites/libtests/defaultconfig01/init.c | 2 +- testsuites/libtests/dl01/init.c | 2 +- testsuites/libtests/dl02/init.c | 2 +- testsuites/libtests/dl03/dl-bit-alloc.c | 2 +- testsuites/libtests/dl03/dl-cache.c | 2 +- testsuites/libtests/dl03/init.c | 2 +- testsuites/libtests/dl04/dl-load.c | 2 +- testsuites/libtests/dl04/init.c | 2 +- testsuites/libtests/dl05/dl-load.c | 2 +- testsuites/libtests/dl05/init.c | 2 +- testsuites/libtests/dl06/initimpl.h | 2 +- testsuites/libtests/dl07/init.c | 2 +- testsuites/libtests/dl08/init.c | 2 +- testsuites/libtests/dl09/init.c | 2 +- testsuites/libtests/dl10/init.c | 2 +- testsuites/libtests/exit01/init.c | 2 +- testsuites/libtests/exit02/init.c | 2 +- testsuites/libtests/flashdisk01/init.c | 2 +- testsuites/libtests/getentropy01/init.c | 2 +- testsuites/libtests/i2c01/init.c | 2 +- testsuites/libtests/libfdt01/init.c | 2 +- testsuites/libtests/math/domath.c | 2 +- testsuites/libtests/mathf/domathf.c | 2 +- testsuites/libtests/mathl/domathl.c | 2 +- testsuites/libtests/md501/init.c | 2 +- testsuites/libtests/mghttpd01/init.c | 2 +- testsuites/libtests/newlib01/init.c | 2 +- testsuites/libtests/pwdgrp01/init.c | 2 +- testsuites/libtests/pwdgrp02/init.c | 2 +- testsuites/libtests/rbheap01/init.c | 2 +- testsuites/libtests/sha/init.c | 2 +- testsuites/libtests/shell01/init.c | 2 +- testsuites/libtests/sparsedisk01/init.c | 2 +- testsuites/libtests/spi01/init.c | 2 +- testsuites/libtests/syscall01/init.c | 2 +- testsuites/libtests/utf8proc01/init.c | 2 +- testsuites/psxtests/psxcleanup02/init.c | 2 +- testsuites/psxtests/psxcleanup02/main.c | 2 +- testsuites/psxtests/psxconfig01/init.c | 2 +- testsuites/psxtests/psxglobalcon01/init.cc | 2 +- testsuites/psxtests/psxglobalcon02/init.cc | 2 +- testsuites/psxtests/psxhdrs/netdb/endhostent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/endnetent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/endprotoent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/endservent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c | 2 +- testsuites/psxtests/psxhdrs/netdb/gai_strerror.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c | 2 +- testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c | 2 +- testsuites/psxtests/psxhdrs/netdb/gethostbyname.c | 2 +- testsuites/psxtests/psxhdrs/netdb/gethostent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getnameinfo.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getnetbyname.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getnetent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getprotobyname.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getprotoent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getservbyname.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getservbyport.c | 2 +- testsuites/psxtests/psxhdrs/netdb/getservent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/h_errno.c | 2 +- testsuites/psxtests/psxhdrs/netdb/sethostent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/setnetent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/setprotoent.c | 2 +- testsuites/psxtests/psxhdrs/netdb/setservent.c | 2 +- testsuites/psxtests/psxhdrs/string/memccpy.c | 2 +- testsuites/psxtests/psxhdrs/string/memchr.c | 2 +- testsuites/psxtests/psxhdrs/string/memcmp.c | 2 +- testsuites/psxtests/psxhdrs/string/memcpy.c | 2 +- testsuites/psxtests/psxhdrs/string/memmove.c | 2 +- testsuites/psxtests/psxhdrs/string/memset.c | 2 +- testsuites/psxtests/psxhdrs/string/stpcpy.c | 2 +- testsuites/psxtests/psxhdrs/string/stpncpy.c | 2 +- testsuites/psxtests/psxhdrs/string/strcat.c | 2 +- testsuites/psxtests/psxhdrs/string/strchr.c | 2 +- testsuites/psxtests/psxhdrs/string/strcmp.c | 2 +- testsuites/psxtests/psxhdrs/string/strcoll.c | 2 +- testsuites/psxtests/psxhdrs/string/strcoll_l.c | 2 +- testsuites/psxtests/psxhdrs/string/strcpy.c | 2 +- testsuites/psxtests/psxhdrs/string/strcspn.c | 2 +- testsuites/psxtests/psxhdrs/string/strdup.c | 2 +- testsuites/psxtests/psxhdrs/string/strerror.c | 2 +- testsuites/psxtests/psxhdrs/string/strerror_l.c | 2 +- testsuites/psxtests/psxhdrs/string/strerror_r.c | 2 +- testsuites/psxtests/psxhdrs/string/strlen.c | 2 +- testsuites/psxtests/psxhdrs/string/strncat.c | 2 +- testsuites/psxtests/psxhdrs/string/strncmp.c | 2 +- testsuites/psxtests/psxhdrs/string/strncpy.c | 2 +- testsuites/psxtests/psxhdrs/string/strndup.c | 2 +- testsuites/psxtests/psxhdrs/string/strnlen.c | 2 +- testsuites/psxtests/psxhdrs/string/strpbrk.c | 2 +- testsuites/psxtests/psxhdrs/string/strrchr.c | 2 +- testsuites/psxtests/psxhdrs/string/strsignal.c | 2 +- testsuites/psxtests/psxhdrs/string/strspn.c | 2 +- testsuites/psxtests/psxhdrs/string/strstr.c | 2 +- testsuites/psxtests/psxhdrs/string/strtok.c | 2 +- testsuites/psxtests/psxhdrs/string/strtok_r.c | 2 +- testsuites/psxtests/psxhdrs/string/strxfrm.c | 2 +- testsuites/psxtests/psxhdrs/string/strxfrm_l.c | 2 +- testsuites/psxtests/psxhdrs/utime/utime.c | 2 +- testsuites/smptests/smpatomic01/init.c | 2 +- testsuites/smptests/smpcache01/init.c | 2 +- testsuites/smptests/smpcapture01/init.c | 2 +- testsuites/smptests/smpclock01/init.c | 2 +- testsuites/smptests/smpfatal01/init.c | 2 +- testsuites/smptests/smpfatal02/init.c | 2 +- testsuites/smptests/smpfatal04/init.c | 2 +- testsuites/smptests/smpfatal05/init.c | 2 +- testsuites/smptests/smpfatal06/init.c | 2 +- testsuites/smptests/smpfatal08/init.c | 2 +- testsuites/smptests/smpipi01/init.c | 2 +- testsuites/smptests/smpload01/init.c | 2 +- testsuites/smptests/smplock01/init.c | 2 +- testsuites/smptests/smpmigration01/init.c | 2 +- testsuites/smptests/smpmigration02/init.c | 2 +- testsuites/smptests/smpmrsp01/init.c | 2 +- testsuites/smptests/smpmutex01/init.c | 2 +- testsuites/smptests/smpmutex02/init.c | 2 +- testsuites/smptests/smppsxmutex01/init.c | 2 +- testsuites/smptests/smppsxsignal01/init.c | 2 +- testsuites/smptests/smpschedaffinity01/init.c | 2 +- testsuites/smptests/smpschedaffinity02/init.c | 2 +- testsuites/smptests/smpschedaffinity03/init.c | 2 +- testsuites/smptests/smpschedaffinity04/init.c | 2 +- testsuites/smptests/smpschedaffinity05/init.c | 2 +- testsuites/smptests/smpschededf04/init.c | 2 +- testsuites/smptests/smpschedsem01/init.c | 2 +- testsuites/smptests/smpscheduler01/init.c | 2 +- testsuites/smptests/smpscheduler02/init.c | 2 +- testsuites/smptests/smpscheduler04/init.c | 2 +- testsuites/smptests/smpsignal01/init.c | 2 +- testsuites/smptests/smpstrongapa01/init.c | 2 +- testsuites/smptests/smpswitchextension01/init.c | 2 +- testsuites/smptests/smpthreadlife01/init.c | 2 +- testsuites/smptests/smpunsupported01/init.c | 2 +- testsuites/smptests/smpwakeafter01/init.c | 2 +- testsuites/sptests/spatomic01/init.c | 2 +- testsuites/sptests/spcache01/init.c | 2 +- testsuites/sptests/spcontext01/init.c | 2 +- testsuites/sptests/spcpucounter01/init.c | 2 +- testsuites/sptests/spcpuset01/test.c | 2 +- testsuites/sptests/speventsystem01/init.c | 2 +- testsuites/sptests/speventtransient01/init.c | 2 +- testsuites/sptests/spextensions01/init.c | 2 +- testsuites/sptests/spfatal26/init.c | 2 +- testsuites/sptests/spglobalcon01/init.cc | 2 +- testsuites/sptests/spinternalerror01/init.c | 2 +- testsuites/sptests/spinternalerror02/init.c | 2 +- testsuites/sptests/spintrcritical10/init.c | 2 +- testsuites/sptests/spintrcritical18/init.c | 2 +- testsuites/sptests/spintrcritical20/init.c | 2 +- testsuites/sptests/spintrcritical22/init.c | 2 +- testsuites/sptests/spintrcritical23/init.c | 2 +- testsuites/sptests/splinkersets01/init.c | 2 +- testsuites/sptests/splinkersets01/items.c | 2 +- testsuites/sptests/splinkersets01/sets.c | 2 +- testsuites/sptests/spmrsp01/init.c | 2 +- testsuites/sptests/spmutex01/init.c | 2 +- testsuites/sptests/spprofiling01/init.c | 2 +- testsuites/sptests/spsem03/init.c | 2 +- testsuites/sptests/spstdthreads01/init.c | 2 +- testsuites/sptests/spstkalloc02/init.c | 2 +- testsuites/sptests/spsysinit01/init.c | 2 +- testsuites/sptests/spsyslock01/init.c | 2 +- testsuites/sptests/sptasknopreempt01/init.c | 2 +- testsuites/sptests/spthreadlife01/init.c | 2 +- testsuites/sptests/sptimecounter01/init.c | 2 +- testsuites/sptests/sptimecounter02/init.c | 2 +- testsuites/sptests/sptimecounter03/init.c | 2 +- testsuites/sptests/sptimecounter04/init.c | 2 +- testsuites/sptests/sptimerserver01/init.c | 2 +- testsuites/sptests/sptls01/init.c | 2 +- testsuites/sptests/sptls03/init.c | 2 +- testsuites/tmtests/tmcontext01/init.c | 2 +- testsuites/tmtests/tmfine01/init.c | 2 +- testsuites/tmtests/tmtimer01/init.c | 2 +- 204 files changed, 204 insertions(+), 204 deletions(-) (limited to 'testsuites') diff --git a/testsuites/fstests/fsbdpart01/init.c b/testsuites/fstests/fsbdpart01/init.c index 8f4e35935a..f87033a80a 100644 --- a/testsuites/fstests/fsbdpart01/init.c +++ b/testsuites/fstests/fsbdpart01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/fstests/fsdosfsformat01/init.c b/testsuites/fstests/fsdosfsformat01/init.c index c636e848e6..f932c9663b 100644 --- a/testsuites/fstests/fsdosfsformat01/init.c +++ b/testsuites/fstests/fsdosfsformat01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/fstests/fsdosfsname01/init.c b/testsuites/fstests/fsdosfsname01/init.c index 1cae87f432..3689da8eed 100644 --- a/testsuites/fstests/fsdosfsname01/init.c +++ b/testsuites/fstests/fsdosfsname01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif diff --git a/testsuites/fstests/fsdosfssync01/init.c b/testsuites/fstests/fsdosfssync01/init.c index 37b7a55043..8bdd37b54c 100644 --- a/testsuites/fstests/fsdosfssync01/init.c +++ b/testsuites/fstests/fsdosfssync01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/fstests/fsdosfswrite01/init.c b/testsuites/fstests/fsdosfswrite01/init.c index 4b60e5b9a7..e5d8e5d6dd 100644 --- a/testsuites/fstests/fsdosfswrite01/init.c +++ b/testsuites/fstests/fsdosfswrite01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/fstests/fsfseeko01/init.c b/testsuites/fstests/fsfseeko01/init.c index 448ff76894..a9ce0e5eb8 100644 --- a/testsuites/fstests/fsfseeko01/init.c +++ b/testsuites/fstests/fsfseeko01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/fstests/fsimfsconfig01/init.c b/testsuites/fstests/fsimfsconfig01/init.c index 0dda09aeaa..fd11329bf6 100644 --- a/testsuites/fstests/fsimfsconfig01/init.c +++ b/testsuites/fstests/fsimfsconfig01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/fstests/fsimfsconfig02/init.c b/testsuites/fstests/fsimfsconfig02/init.c index 0e3febd18c..ae27061f40 100644 --- a/testsuites/fstests/fsimfsconfig02/init.c +++ b/testsuites/fstests/fsimfsconfig02/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/fstests/fsimfsconfig03/init.c b/testsuites/fstests/fsimfsconfig03/init.c index a9eb6968d7..32db1638f4 100644 --- a/testsuites/fstests/fsimfsconfig03/init.c +++ b/testsuites/fstests/fsimfsconfig03/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/fstests/fsjffs2gc01/init.c b/testsuites/fstests/fsjffs2gc01/init.c index 0691fb7432..9ab7cafdf1 100644 --- a/testsuites/fstests/fsjffs2gc01/init.c +++ b/testsuites/fstests/fsjffs2gc01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/fstests/fsnofs01/init.c b/testsuites/fstests/fsnofs01/init.c index fc69879b53..6260697833 100644 --- a/testsuites/fstests/fsnofs01/init.c +++ b/testsuites/fstests/fsnofs01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/fstests/fsrename/test.c b/testsuites/fstests/fsrename/test.c index 487c60b45c..ceeb242ce4 100644 --- a/testsuites/fstests/fsrename/test.c +++ b/testsuites/fstests/fsrename/test.c @@ -8,7 +8,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "fstest.h" diff --git a/testsuites/fstests/fsrfsbitmap01/test.c b/testsuites/fstests/fsrfsbitmap01/test.c index ba67b8642e..1365a970b6 100644 --- a/testsuites/fstests/fsrfsbitmap01/test.c +++ b/testsuites/fstests/fsrfsbitmap01/test.c @@ -13,7 +13,7 @@ */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/testsuites/fstests/fsrofs01/init.c b/testsuites/fstests/fsrofs01/init.c index 2d5b93ac3b..33194c0b44 100644 --- a/testsuites/fstests/fsrofs01/init.c +++ b/testsuites/fstests/fsrofs01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/block08/test_disk.c b/testsuites/libtests/block08/test_disk.c index 5cc15d280a..27aea17d27 100644 --- a/testsuites/libtests/block08/test_disk.c +++ b/testsuites/libtests/block08/test_disk.c @@ -9,7 +9,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/testsuites/libtests/block11/init.c b/testsuites/libtests/block11/init.c index d5ed580426..8539cc63a8 100644 --- a/testsuites/libtests/block11/init.c +++ b/testsuites/libtests/block11/init.c @@ -21,7 +21,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/block12/init.c b/testsuites/libtests/block12/init.c index eb548e9ccb..6326093e34 100644 --- a/testsuites/libtests/block12/init.c +++ b/testsuites/libtests/block12/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/block13/init.c b/testsuites/libtests/block13/init.c index f001ed8fcd..c769c6fb93 100644 --- a/testsuites/libtests/block13/init.c +++ b/testsuites/libtests/block13/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/block14/init.c b/testsuites/libtests/block14/init.c index 1586ef96c9..b4e73aadc9 100644 --- a/testsuites/libtests/block14/init.c +++ b/testsuites/libtests/block14/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/block15/init.c b/testsuites/libtests/block15/init.c index 52be4c5df0..631a841f5d 100644 --- a/testsuites/libtests/block15/init.c +++ b/testsuites/libtests/block15/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/block16/init.c b/testsuites/libtests/block16/init.c index 215b69f744..6d6695ef1f 100644 --- a/testsuites/libtests/block16/init.c +++ b/testsuites/libtests/block16/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/block17/init.c b/testsuites/libtests/block17/init.c index 3346c7cf17..cbd918c7b6 100644 --- a/testsuites/libtests/block17/init.c +++ b/testsuites/libtests/block17/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/complex/docomplex.c b/testsuites/libtests/complex/docomplex.c index 4872b5d15c..a17f84c9c8 100644 --- a/testsuites/libtests/complex/docomplex.c +++ b/testsuites/libtests/complex/docomplex.c @@ -11,7 +11,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #ifdef NO_DOUBLE diff --git a/testsuites/libtests/complex/docomplexf.c b/testsuites/libtests/complex/docomplexf.c index b51f888232..5ccefe8e09 100644 --- a/testsuites/libtests/complex/docomplexf.c +++ b/testsuites/libtests/complex/docomplexf.c @@ -11,7 +11,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #ifdef NO_FLOAT diff --git a/testsuites/libtests/complex/docomplexl.c b/testsuites/libtests/complex/docomplexl.c index 8b8317b3ff..2f2eb7d06a 100644 --- a/testsuites/libtests/complex/docomplexl.c +++ b/testsuites/libtests/complex/docomplexl.c @@ -11,7 +11,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif /* FIXME: Why is this defined? */ diff --git a/testsuites/libtests/crypt01/init.c b/testsuites/libtests/crypt01/init.c index c48fe1171d..527a151034 100644 --- a/testsuites/libtests/crypt01/init.c +++ b/testsuites/libtests/crypt01/init.c @@ -36,7 +36,7 @@ * Ulrich Drepper . */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/debugger01/remote.c b/testsuites/libtests/debugger01/remote.c index 1c8c4d09be..3b302284a8 100644 --- a/testsuites/libtests/debugger01/remote.c +++ b/testsuites/libtests/debugger01/remote.c @@ -9,7 +9,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/defaultconfig01/init.c b/testsuites/libtests/defaultconfig01/init.c index 21c326dcbd..3ebd5ac1b9 100644 --- a/testsuites/libtests/defaultconfig01/init.c +++ b/testsuites/libtests/defaultconfig01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/dl01/init.c b/testsuites/libtests/dl01/init.c index 6317dc8504..86cbde94f4 100644 --- a/testsuites/libtests/dl01/init.c +++ b/testsuites/libtests/dl01/init.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl02/init.c b/testsuites/libtests/dl02/init.c index 7dc5dabbe2..5245418556 100644 --- a/testsuites/libtests/dl02/init.c +++ b/testsuites/libtests/dl02/init.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl03/dl-bit-alloc.c b/testsuites/libtests/dl03/dl-bit-alloc.c index 210f826f03..e4e3cf4c82 100644 --- a/testsuites/libtests/dl03/dl-bit-alloc.c +++ b/testsuites/libtests/dl03/dl-bit-alloc.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl03/dl-cache.c b/testsuites/libtests/dl03/dl-cache.c index 53c4fe7401..f29531b40b 100644 --- a/testsuites/libtests/dl03/dl-cache.c +++ b/testsuites/libtests/dl03/dl-cache.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl03/init.c b/testsuites/libtests/dl03/init.c index d7242b744a..4fc0b768f9 100644 --- a/testsuites/libtests/dl03/init.c +++ b/testsuites/libtests/dl03/init.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl04/dl-load.c b/testsuites/libtests/dl04/dl-load.c index 38810f48a9..9e383a00fb 100644 --- a/testsuites/libtests/dl04/dl-load.c +++ b/testsuites/libtests/dl04/dl-load.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl04/init.c b/testsuites/libtests/dl04/init.c index 00fe74026c..467d28f30a 100644 --- a/testsuites/libtests/dl04/init.c +++ b/testsuites/libtests/dl04/init.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl05/dl-load.c b/testsuites/libtests/dl05/dl-load.c index 58704c4d14..11d1404900 100644 --- a/testsuites/libtests/dl05/dl-load.c +++ b/testsuites/libtests/dl05/dl-load.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl05/init.c b/testsuites/libtests/dl05/init.c index 578105c5f2..693ed65172 100644 --- a/testsuites/libtests/dl05/init.c +++ b/testsuites/libtests/dl05/init.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl06/initimpl.h b/testsuites/libtests/dl06/initimpl.h index e3500a11c1..2611124287 100644 --- a/testsuites/libtests/dl06/initimpl.h +++ b/testsuites/libtests/dl06/initimpl.h @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl07/init.c b/testsuites/libtests/dl07/init.c index 732e0f5387..40cca25202 100644 --- a/testsuites/libtests/dl07/init.c +++ b/testsuites/libtests/dl07/init.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl08/init.c b/testsuites/libtests/dl08/init.c index 345fe27ee7..a675464146 100644 --- a/testsuites/libtests/dl08/init.c +++ b/testsuites/libtests/dl08/init.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl09/init.c b/testsuites/libtests/dl09/init.c index 56492607c7..a95a57ad45 100644 --- a/testsuites/libtests/dl09/init.c +++ b/testsuites/libtests/dl09/init.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/dl10/init.c b/testsuites/libtests/dl10/init.c index c891d82e04..b488a321ab 100644 --- a/testsuites/libtests/dl10/init.c +++ b/testsuites/libtests/dl10/init.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/exit01/init.c b/testsuites/libtests/exit01/init.c index f8784ecb67..9e2c61b493 100644 --- a/testsuites/libtests/exit01/init.c +++ b/testsuites/libtests/exit01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/exit02/init.c b/testsuites/libtests/exit02/init.c index 67eb1c93f7..f9be68b3b5 100644 --- a/testsuites/libtests/exit02/init.c +++ b/testsuites/libtests/exit02/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/flashdisk01/init.c b/testsuites/libtests/flashdisk01/init.c index 18ab4e97c4..b85279aa6b 100644 --- a/testsuites/libtests/flashdisk01/init.c +++ b/testsuites/libtests/flashdisk01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/getentropy01/init.c b/testsuites/libtests/getentropy01/init.c index aea2e8bc73..4986ddfa86 100644 --- a/testsuites/libtests/getentropy01/init.c +++ b/testsuites/libtests/getentropy01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/i2c01/init.c b/testsuites/libtests/i2c01/init.c index 02a3558611..83027ed548 100644 --- a/testsuites/libtests/i2c01/init.c +++ b/testsuites/libtests/i2c01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/libfdt01/init.c b/testsuites/libtests/libfdt01/init.c index 1918505ffe..b1568d9c04 100644 --- a/testsuites/libtests/libfdt01/init.c +++ b/testsuites/libtests/libfdt01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/math/domath.c b/testsuites/libtests/math/domath.c index 3485fb210c..36b4538a8b 100644 --- a/testsuites/libtests/math/domath.c +++ b/testsuites/libtests/math/domath.c @@ -11,7 +11,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #ifdef NO_DOUBLE diff --git a/testsuites/libtests/mathf/domathf.c b/testsuites/libtests/mathf/domathf.c index 3aece952d7..831e9d623f 100644 --- a/testsuites/libtests/mathf/domathf.c +++ b/testsuites/libtests/mathf/domathf.c @@ -11,7 +11,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #ifdef NO_FLOAT diff --git a/testsuites/libtests/mathl/domathl.c b/testsuites/libtests/mathl/domathl.c index 0781577d28..9d40d82de1 100644 --- a/testsuites/libtests/mathl/domathl.c +++ b/testsuites/libtests/mathl/domathl.c @@ -11,7 +11,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif /* FIXME: Why is this defined? */ diff --git a/testsuites/libtests/md501/init.c b/testsuites/libtests/md501/init.c index 678dc0bc0b..da14ea4d7a 100644 --- a/testsuites/libtests/md501/init.c +++ b/testsuites/libtests/md501/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/mghttpd01/init.c b/testsuites/libtests/mghttpd01/init.c index 75c2d8d8d7..93d42e174a 100644 --- a/testsuites/libtests/mghttpd01/init.c +++ b/testsuites/libtests/mghttpd01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/newlib01/init.c b/testsuites/libtests/newlib01/init.c index 529531eb24..383abf41f6 100644 --- a/testsuites/libtests/newlib01/init.c +++ b/testsuites/libtests/newlib01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/pwdgrp01/init.c b/testsuites/libtests/pwdgrp01/init.c index ebdd6903e3..254eb695ef 100644 --- a/testsuites/libtests/pwdgrp01/init.c +++ b/testsuites/libtests/pwdgrp01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/pwdgrp02/init.c b/testsuites/libtests/pwdgrp02/init.c index 82aa8628a3..85770a7a8d 100644 --- a/testsuites/libtests/pwdgrp02/init.c +++ b/testsuites/libtests/pwdgrp02/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/rbheap01/init.c b/testsuites/libtests/rbheap01/init.c index 35114df805..71429dfba4 100644 --- a/testsuites/libtests/rbheap01/init.c +++ b/testsuites/libtests/rbheap01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/sha/init.c b/testsuites/libtests/sha/init.c index bc64edf5d1..78e09a71ed 100644 --- a/testsuites/libtests/sha/init.c +++ b/testsuites/libtests/sha/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/shell01/init.c b/testsuites/libtests/shell01/init.c index 5085c3c803..a69bbc0cdb 100644 --- a/testsuites/libtests/shell01/init.c +++ b/testsuites/libtests/shell01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/sparsedisk01/init.c b/testsuites/libtests/sparsedisk01/init.c index b93b817121..abb1ee394b 100644 --- a/testsuites/libtests/sparsedisk01/init.c +++ b/testsuites/libtests/sparsedisk01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/spi01/init.c b/testsuites/libtests/spi01/init.c index 8de4f498ed..a32f34b5c0 100644 --- a/testsuites/libtests/spi01/init.c +++ b/testsuites/libtests/spi01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/libtests/syscall01/init.c b/testsuites/libtests/syscall01/init.c index f2ddbbeb97..788a293274 100644 --- a/testsuites/libtests/syscall01/init.c +++ b/testsuites/libtests/syscall01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/libtests/utf8proc01/init.c b/testsuites/libtests/utf8proc01/init.c index 50d75c6338..48120dd198 100644 --- a/testsuites/libtests/utf8proc01/init.c +++ b/testsuites/libtests/utf8proc01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/psxtests/psxcleanup02/init.c b/testsuites/psxtests/psxcleanup02/init.c index 3c05fff99e..3773f5b776 100644 --- a/testsuites/psxtests/psxcleanup02/init.c +++ b/testsuites/psxtests/psxcleanup02/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/psxtests/psxcleanup02/main.c b/testsuites/psxtests/psxcleanup02/main.c index c5a3e9502f..a09aa19312 100644 --- a/testsuites/psxtests/psxcleanup02/main.c +++ b/testsuites/psxtests/psxcleanup02/main.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxconfig01/init.c b/testsuites/psxtests/psxconfig01/init.c index 2d0a0df497..038bbec43c 100644 --- a/testsuites/psxtests/psxconfig01/init.c +++ b/testsuites/psxtests/psxconfig01/init.c @@ -24,7 +24,7 @@ #define _GNU_SOURCE #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxglobalcon01/init.cc b/testsuites/psxtests/psxglobalcon01/init.cc index 154bf0d4fb..994cf7f8d8 100644 --- a/testsuites/psxtests/psxglobalcon01/init.cc +++ b/testsuites/psxtests/psxglobalcon01/init.cc @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/psxtests/psxglobalcon02/init.cc b/testsuites/psxtests/psxglobalcon02/init.cc index be54858320..917f205f10 100644 --- a/testsuites/psxtests/psxglobalcon02/init.cc +++ b/testsuites/psxtests/psxglobalcon02/init.cc @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/psxtests/psxhdrs/netdb/endhostent.c b/testsuites/psxtests/psxhdrs/netdb/endhostent.c index ee9d8ae9bf..3fb86c5de3 100644 --- a/testsuites/psxtests/psxhdrs/netdb/endhostent.c +++ b/testsuites/psxtests/psxhdrs/netdb/endhostent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/endnetent.c b/testsuites/psxtests/psxhdrs/netdb/endnetent.c index d54a36cadc..08dd24ef0c 100644 --- a/testsuites/psxtests/psxhdrs/netdb/endnetent.c +++ b/testsuites/psxtests/psxhdrs/netdb/endnetent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/endprotoent.c b/testsuites/psxtests/psxhdrs/netdb/endprotoent.c index 16fa52d956..c03cd1df13 100644 --- a/testsuites/psxtests/psxhdrs/netdb/endprotoent.c +++ b/testsuites/psxtests/psxhdrs/netdb/endprotoent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/endservent.c b/testsuites/psxtests/psxhdrs/netdb/endservent.c index 31cec715e5..87c202988f 100644 --- a/testsuites/psxtests/psxhdrs/netdb/endservent.c +++ b/testsuites/psxtests/psxhdrs/netdb/endservent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c b/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c index aac1de70bf..341dcd7545 100644 --- a/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c +++ b/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c b/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c index d482d31754..91ce55a338 100644 --- a/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c +++ b/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c b/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c index eb062f92ee..52b9a81421 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c +++ b/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c b/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c index 962a6072a7..07d734334b 100644 --- a/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c +++ b/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c b/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c index f94995aa31..74ee33a102 100644 --- a/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c +++ b/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostent.c b/testsuites/psxtests/psxhdrs/netdb/gethostent.c index c3ad935ece..e511bee372 100644 --- a/testsuites/psxtests/psxhdrs/netdb/gethostent.c +++ b/testsuites/psxtests/psxhdrs/netdb/gethostent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c b/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c index 2a89f99609..e6c06d795b 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c +++ b/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c b/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c index ac00669827..01600d2e85 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c +++ b/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c b/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c index 2b10eb90ba..bd5d2c690c 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c +++ b/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetent.c b/testsuites/psxtests/psxhdrs/netdb/getnetent.c index 433f7eb202..a46d97af27 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getnetent.c +++ b/testsuites/psxtests/psxhdrs/netdb/getnetent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c b/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c index b9e771f7a0..379cd8012e 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c +++ b/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c b/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c index 6d9572c8d9..d46bfb55ac 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c +++ b/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotoent.c b/testsuites/psxtests/psxhdrs/netdb/getprotoent.c index a47b1219db..93cbd73b81 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getprotoent.c +++ b/testsuites/psxtests/psxhdrs/netdb/getprotoent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getservbyname.c b/testsuites/psxtests/psxhdrs/netdb/getservbyname.c index 6d9f8c7598..ff87bda287 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getservbyname.c +++ b/testsuites/psxtests/psxhdrs/netdb/getservbyname.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getservbyport.c b/testsuites/psxtests/psxhdrs/netdb/getservbyport.c index de4439b025..e9d6feed26 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getservbyport.c +++ b/testsuites/psxtests/psxhdrs/netdb/getservbyport.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/getservent.c b/testsuites/psxtests/psxhdrs/netdb/getservent.c index 8057d794e1..c473d7cb4f 100644 --- a/testsuites/psxtests/psxhdrs/netdb/getservent.c +++ b/testsuites/psxtests/psxhdrs/netdb/getservent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/h_errno.c b/testsuites/psxtests/psxhdrs/netdb/h_errno.c index f9e71587e3..1318b4553e 100644 --- a/testsuites/psxtests/psxhdrs/netdb/h_errno.c +++ b/testsuites/psxtests/psxhdrs/netdb/h_errno.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/sethostent.c b/testsuites/psxtests/psxhdrs/netdb/sethostent.c index 4d963a602c..8f161ea34f 100644 --- a/testsuites/psxtests/psxhdrs/netdb/sethostent.c +++ b/testsuites/psxtests/psxhdrs/netdb/sethostent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/setnetent.c b/testsuites/psxtests/psxhdrs/netdb/setnetent.c index 810fb9322c..9c9c4f34fb 100644 --- a/testsuites/psxtests/psxhdrs/netdb/setnetent.c +++ b/testsuites/psxtests/psxhdrs/netdb/setnetent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/setprotoent.c b/testsuites/psxtests/psxhdrs/netdb/setprotoent.c index e7db90d013..35bf5cac5c 100644 --- a/testsuites/psxtests/psxhdrs/netdb/setprotoent.c +++ b/testsuites/psxtests/psxhdrs/netdb/setprotoent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/netdb/setservent.c b/testsuites/psxtests/psxhdrs/netdb/setservent.c index 71ddd767a5..8d2c20a7fe 100644 --- a/testsuites/psxtests/psxhdrs/netdb/setservent.c +++ b/testsuites/psxtests/psxhdrs/netdb/setservent.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/memccpy.c b/testsuites/psxtests/psxhdrs/string/memccpy.c index a32a1936d5..25ea6c8fe8 100644 --- a/testsuites/psxtests/psxhdrs/string/memccpy.c +++ b/testsuites/psxtests/psxhdrs/string/memccpy.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/memchr.c b/testsuites/psxtests/psxhdrs/string/memchr.c index 2dbe548d2b..5cbdfb06a8 100644 --- a/testsuites/psxtests/psxhdrs/string/memchr.c +++ b/testsuites/psxtests/psxhdrs/string/memchr.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/memcmp.c b/testsuites/psxtests/psxhdrs/string/memcmp.c index 78b7210f69..6ab0f7278d 100644 --- a/testsuites/psxtests/psxhdrs/string/memcmp.c +++ b/testsuites/psxtests/psxhdrs/string/memcmp.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/memcpy.c b/testsuites/psxtests/psxhdrs/string/memcpy.c index 43da9c8961..1c7038546b 100644 --- a/testsuites/psxtests/psxhdrs/string/memcpy.c +++ b/testsuites/psxtests/psxhdrs/string/memcpy.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/memmove.c b/testsuites/psxtests/psxhdrs/string/memmove.c index 7c135d4690..611edfb5f9 100644 --- a/testsuites/psxtests/psxhdrs/string/memmove.c +++ b/testsuites/psxtests/psxhdrs/string/memmove.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/memset.c b/testsuites/psxtests/psxhdrs/string/memset.c index f76fcd1006..c63aa5bad7 100644 --- a/testsuites/psxtests/psxhdrs/string/memset.c +++ b/testsuites/psxtests/psxhdrs/string/memset.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/stpcpy.c b/testsuites/psxtests/psxhdrs/string/stpcpy.c index cd4d4c8333..7e5a6410ea 100644 --- a/testsuites/psxtests/psxhdrs/string/stpcpy.c +++ b/testsuites/psxtests/psxhdrs/string/stpcpy.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/stpncpy.c b/testsuites/psxtests/psxhdrs/string/stpncpy.c index 920b9cd48c..f81752de76 100644 --- a/testsuites/psxtests/psxhdrs/string/stpncpy.c +++ b/testsuites/psxtests/psxhdrs/string/stpncpy.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strcat.c b/testsuites/psxtests/psxhdrs/string/strcat.c index 0e04266d93..15a0f74949 100644 --- a/testsuites/psxtests/psxhdrs/string/strcat.c +++ b/testsuites/psxtests/psxhdrs/string/strcat.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strchr.c b/testsuites/psxtests/psxhdrs/string/strchr.c index 0741247d5a..fc619dfd2a 100644 --- a/testsuites/psxtests/psxhdrs/string/strchr.c +++ b/testsuites/psxtests/psxhdrs/string/strchr.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strcmp.c b/testsuites/psxtests/psxhdrs/string/strcmp.c index de95120b94..92ef4f4172 100644 --- a/testsuites/psxtests/psxhdrs/string/strcmp.c +++ b/testsuites/psxtests/psxhdrs/string/strcmp.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strcoll.c b/testsuites/psxtests/psxhdrs/string/strcoll.c index 9d76708e27..9381b7f75e 100644 --- a/testsuites/psxtests/psxhdrs/string/strcoll.c +++ b/testsuites/psxtests/psxhdrs/string/strcoll.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strcoll_l.c b/testsuites/psxtests/psxhdrs/string/strcoll_l.c index 03edadcbb9..542e1727f3 100644 --- a/testsuites/psxtests/psxhdrs/string/strcoll_l.c +++ b/testsuites/psxtests/psxhdrs/string/strcoll_l.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strcpy.c b/testsuites/psxtests/psxhdrs/string/strcpy.c index 9c2dda8539..98c2c7cc83 100644 --- a/testsuites/psxtests/psxhdrs/string/strcpy.c +++ b/testsuites/psxtests/psxhdrs/string/strcpy.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strcspn.c b/testsuites/psxtests/psxhdrs/string/strcspn.c index 8dfe905ee0..4f2f6fca2c 100644 --- a/testsuites/psxtests/psxhdrs/string/strcspn.c +++ b/testsuites/psxtests/psxhdrs/string/strcspn.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strdup.c b/testsuites/psxtests/psxhdrs/string/strdup.c index 655078eea7..2d147f7890 100644 --- a/testsuites/psxtests/psxhdrs/string/strdup.c +++ b/testsuites/psxtests/psxhdrs/string/strdup.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strerror.c b/testsuites/psxtests/psxhdrs/string/strerror.c index 5a0dfd8135..49c4321897 100644 --- a/testsuites/psxtests/psxhdrs/string/strerror.c +++ b/testsuites/psxtests/psxhdrs/string/strerror.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strerror_l.c b/testsuites/psxtests/psxhdrs/string/strerror_l.c index 7b4edd6af1..26cf14ea45 100644 --- a/testsuites/psxtests/psxhdrs/string/strerror_l.c +++ b/testsuites/psxtests/psxhdrs/string/strerror_l.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strerror_r.c b/testsuites/psxtests/psxhdrs/string/strerror_r.c index 92eed35d46..0c9a68960b 100644 --- a/testsuites/psxtests/psxhdrs/string/strerror_r.c +++ b/testsuites/psxtests/psxhdrs/string/strerror_r.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strlen.c b/testsuites/psxtests/psxhdrs/string/strlen.c index 46abe67b16..3f71f58f5b 100644 --- a/testsuites/psxtests/psxhdrs/string/strlen.c +++ b/testsuites/psxtests/psxhdrs/string/strlen.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strncat.c b/testsuites/psxtests/psxhdrs/string/strncat.c index 395b205446..730a56cfa6 100644 --- a/testsuites/psxtests/psxhdrs/string/strncat.c +++ b/testsuites/psxtests/psxhdrs/string/strncat.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strncmp.c b/testsuites/psxtests/psxhdrs/string/strncmp.c index f2de99bb6b..9b9fccc581 100644 --- a/testsuites/psxtests/psxhdrs/string/strncmp.c +++ b/testsuites/psxtests/psxhdrs/string/strncmp.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strncpy.c b/testsuites/psxtests/psxhdrs/string/strncpy.c index a17bf2d543..50b64b3d57 100644 --- a/testsuites/psxtests/psxhdrs/string/strncpy.c +++ b/testsuites/psxtests/psxhdrs/string/strncpy.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strndup.c b/testsuites/psxtests/psxhdrs/string/strndup.c index 3ab7eef773..f2298ea999 100644 --- a/testsuites/psxtests/psxhdrs/string/strndup.c +++ b/testsuites/psxtests/psxhdrs/string/strndup.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strnlen.c b/testsuites/psxtests/psxhdrs/string/strnlen.c index 4114c90dea..5dad39dd65 100644 --- a/testsuites/psxtests/psxhdrs/string/strnlen.c +++ b/testsuites/psxtests/psxhdrs/string/strnlen.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strpbrk.c b/testsuites/psxtests/psxhdrs/string/strpbrk.c index b53e139506..0fc6aa70db 100644 --- a/testsuites/psxtests/psxhdrs/string/strpbrk.c +++ b/testsuites/psxtests/psxhdrs/string/strpbrk.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strrchr.c b/testsuites/psxtests/psxhdrs/string/strrchr.c index 8285b8df61..2b37e16384 100644 --- a/testsuites/psxtests/psxhdrs/string/strrchr.c +++ b/testsuites/psxtests/psxhdrs/string/strrchr.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strsignal.c b/testsuites/psxtests/psxhdrs/string/strsignal.c index 55b2de3833..3b4de0c0f2 100644 --- a/testsuites/psxtests/psxhdrs/string/strsignal.c +++ b/testsuites/psxtests/psxhdrs/string/strsignal.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strspn.c b/testsuites/psxtests/psxhdrs/string/strspn.c index ee9b79afcd..f8d4cbe82e 100644 --- a/testsuites/psxtests/psxhdrs/string/strspn.c +++ b/testsuites/psxtests/psxhdrs/string/strspn.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strstr.c b/testsuites/psxtests/psxhdrs/string/strstr.c index c357869a8f..3e8f12b518 100644 --- a/testsuites/psxtests/psxhdrs/string/strstr.c +++ b/testsuites/psxtests/psxhdrs/string/strstr.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strtok.c b/testsuites/psxtests/psxhdrs/string/strtok.c index abe91cf1a8..ebb9f9584e 100644 --- a/testsuites/psxtests/psxhdrs/string/strtok.c +++ b/testsuites/psxtests/psxhdrs/string/strtok.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strtok_r.c b/testsuites/psxtests/psxhdrs/string/strtok_r.c index e872221392..731fdcc85d 100644 --- a/testsuites/psxtests/psxhdrs/string/strtok_r.c +++ b/testsuites/psxtests/psxhdrs/string/strtok_r.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strxfrm.c b/testsuites/psxtests/psxhdrs/string/strxfrm.c index d51a5c12a8..1c1c1ddc1d 100644 --- a/testsuites/psxtests/psxhdrs/string/strxfrm.c +++ b/testsuites/psxtests/psxhdrs/string/strxfrm.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/string/strxfrm_l.c b/testsuites/psxtests/psxhdrs/string/strxfrm_l.c index 5e6208d459..2a3d9f691d 100644 --- a/testsuites/psxtests/psxhdrs/string/strxfrm_l.c +++ b/testsuites/psxtests/psxhdrs/string/strxfrm_l.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/psxtests/psxhdrs/utime/utime.c b/testsuites/psxtests/psxhdrs/utime/utime.c index a6801d27c3..6236a84637 100644 --- a/testsuites/psxtests/psxhdrs/utime/utime.c +++ b/testsuites/psxtests/psxhdrs/utime/utime.c @@ -31,7 +31,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpatomic01/init.c b/testsuites/smptests/smpatomic01/init.c index 4ae1d58364..a3b9e1dc45 100644 --- a/testsuites/smptests/smpatomic01/init.c +++ b/testsuites/smptests/smpatomic01/init.c @@ -15,7 +15,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpcache01/init.c b/testsuites/smptests/smpcache01/init.c index 3552a3b6d0..d3145d1de3 100644 --- a/testsuites/smptests/smpcache01/init.c +++ b/testsuites/smptests/smpcache01/init.c @@ -8,7 +8,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpcapture01/init.c b/testsuites/smptests/smpcapture01/init.c index 1e3e797ca8..74e538559b 100644 --- a/testsuites/smptests/smpcapture01/init.c +++ b/testsuites/smptests/smpcapture01/init.c @@ -22,7 +22,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpclock01/init.c b/testsuites/smptests/smpclock01/init.c index 109d4bae34..6d3ddb94c1 100644 --- a/testsuites/smptests/smpclock01/init.c +++ b/testsuites/smptests/smpclock01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpfatal01/init.c b/testsuites/smptests/smpfatal01/init.c index e26d66fdc5..3f276a48fc 100644 --- a/testsuites/smptests/smpfatal01/init.c +++ b/testsuites/smptests/smpfatal01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpfatal02/init.c b/testsuites/smptests/smpfatal02/init.c index 640178a84a..6aa48d6cc0 100644 --- a/testsuites/smptests/smpfatal02/init.c +++ b/testsuites/smptests/smpfatal02/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpfatal04/init.c b/testsuites/smptests/smpfatal04/init.c index d2da96409f..92a2d84881 100644 --- a/testsuites/smptests/smpfatal04/init.c +++ b/testsuites/smptests/smpfatal04/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpfatal05/init.c b/testsuites/smptests/smpfatal05/init.c index c64c515c11..511ce28209 100644 --- a/testsuites/smptests/smpfatal05/init.c +++ b/testsuites/smptests/smpfatal05/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpfatal06/init.c b/testsuites/smptests/smpfatal06/init.c index e18ed2ae74..d18a31b858 100644 --- a/testsuites/smptests/smpfatal06/init.c +++ b/testsuites/smptests/smpfatal06/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpfatal08/init.c b/testsuites/smptests/smpfatal08/init.c index 209b79c60c..47ea91b29d 100644 --- a/testsuites/smptests/smpfatal08/init.c +++ b/testsuites/smptests/smpfatal08/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpipi01/init.c b/testsuites/smptests/smpipi01/init.c index 3cc7a13e2d..3ca04c7ffe 100644 --- a/testsuites/smptests/smpipi01/init.c +++ b/testsuites/smptests/smpipi01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpload01/init.c b/testsuites/smptests/smpload01/init.c index cc08220b60..1ca5a80773 100644 --- a/testsuites/smptests/smpload01/init.c +++ b/testsuites/smptests/smpload01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smplock01/init.c b/testsuites/smptests/smplock01/init.c index 796b0e02dc..bfaa755150 100644 --- a/testsuites/smptests/smplock01/init.c +++ b/testsuites/smptests/smplock01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpmigration01/init.c b/testsuites/smptests/smpmigration01/init.c index 6ee263f35c..c78c057510 100644 --- a/testsuites/smptests/smpmigration01/init.c +++ b/testsuites/smptests/smpmigration01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpmigration02/init.c b/testsuites/smptests/smpmigration02/init.c index 383dc17eb5..2539e7ac0a 100644 --- a/testsuites/smptests/smpmigration02/init.c +++ b/testsuites/smptests/smpmigration02/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpmrsp01/init.c b/testsuites/smptests/smpmrsp01/init.c index 815f7a0983..da3426ee00 100644 --- a/testsuites/smptests/smpmrsp01/init.c +++ b/testsuites/smptests/smpmrsp01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpmutex01/init.c b/testsuites/smptests/smpmutex01/init.c index eb90ad72e2..5a695f016f 100644 --- a/testsuites/smptests/smpmutex01/init.c +++ b/testsuites/smptests/smpmutex01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpmutex02/init.c b/testsuites/smptests/smpmutex02/init.c index c0b8e44dc6..fe800fac3d 100644 --- a/testsuites/smptests/smpmutex02/init.c +++ b/testsuites/smptests/smpmutex02/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smppsxmutex01/init.c b/testsuites/smptests/smppsxmutex01/init.c index 04bed7b4f2..6dd0d020fd 100644 --- a/testsuites/smptests/smppsxmutex01/init.c +++ b/testsuites/smptests/smppsxmutex01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smppsxsignal01/init.c b/testsuites/smptests/smppsxsignal01/init.c index 529e870f0a..1882715b3b 100644 --- a/testsuites/smptests/smppsxsignal01/init.c +++ b/testsuites/smptests/smppsxsignal01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpschedaffinity01/init.c b/testsuites/smptests/smpschedaffinity01/init.c index 6134eaf86d..a2ab9638a9 100644 --- a/testsuites/smptests/smpschedaffinity01/init.c +++ b/testsuites/smptests/smpschedaffinity01/init.c @@ -21,7 +21,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpschedaffinity02/init.c b/testsuites/smptests/smpschedaffinity02/init.c index 0ebdd14efa..effbee32a8 100644 --- a/testsuites/smptests/smpschedaffinity02/init.c +++ b/testsuites/smptests/smpschedaffinity02/init.c @@ -18,7 +18,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpschedaffinity03/init.c b/testsuites/smptests/smpschedaffinity03/init.c index 6b3fb5923d..10ece65f63 100644 --- a/testsuites/smptests/smpschedaffinity03/init.c +++ b/testsuites/smptests/smpschedaffinity03/init.c @@ -12,7 +12,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpschedaffinity04/init.c b/testsuites/smptests/smpschedaffinity04/init.c index 64250b9d63..9d8b5999a6 100644 --- a/testsuites/smptests/smpschedaffinity04/init.c +++ b/testsuites/smptests/smpschedaffinity04/init.c @@ -12,7 +12,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpschedaffinity05/init.c b/testsuites/smptests/smpschedaffinity05/init.c index f1249883d6..1d554222d3 100644 --- a/testsuites/smptests/smpschedaffinity05/init.c +++ b/testsuites/smptests/smpschedaffinity05/init.c @@ -21,7 +21,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpschededf04/init.c b/testsuites/smptests/smpschededf04/init.c index c72d7b6563..00801d02c1 100644 --- a/testsuites/smptests/smpschededf04/init.c +++ b/testsuites/smptests/smpschededf04/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpschedsem01/init.c b/testsuites/smptests/smpschedsem01/init.c index 126e000640..bf16bd3aa8 100644 --- a/testsuites/smptests/smpschedsem01/init.c +++ b/testsuites/smptests/smpschedsem01/init.c @@ -8,7 +8,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpscheduler01/init.c b/testsuites/smptests/smpscheduler01/init.c index a987f8c865..93c0cfe50e 100644 --- a/testsuites/smptests/smpscheduler01/init.c +++ b/testsuites/smptests/smpscheduler01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpscheduler02/init.c b/testsuites/smptests/smpscheduler02/init.c index 6cfa5915d2..9297efec23 100644 --- a/testsuites/smptests/smpscheduler02/init.c +++ b/testsuites/smptests/smpscheduler02/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpscheduler04/init.c b/testsuites/smptests/smpscheduler04/init.c index 147fe4c9ea..f235bdd21c 100644 --- a/testsuites/smptests/smpscheduler04/init.c +++ b/testsuites/smptests/smpscheduler04/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/smptests/smpsignal01/init.c b/testsuites/smptests/smpsignal01/init.c index dbc06c5b50..36a66bea9b 100644 --- a/testsuites/smptests/smpsignal01/init.c +++ b/testsuites/smptests/smpsignal01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpstrongapa01/init.c b/testsuites/smptests/smpstrongapa01/init.c index b4552d520e..bf8bc05231 100644 --- a/testsuites/smptests/smpstrongapa01/init.c +++ b/testsuites/smptests/smpstrongapa01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpswitchextension01/init.c b/testsuites/smptests/smpswitchextension01/init.c index c5e962a11a..cee5ae1635 100644 --- a/testsuites/smptests/smpswitchextension01/init.c +++ b/testsuites/smptests/smpswitchextension01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpthreadlife01/init.c b/testsuites/smptests/smpthreadlife01/init.c index 2cfe1627c6..bcbfa48326 100644 --- a/testsuites/smptests/smpthreadlife01/init.c +++ b/testsuites/smptests/smpthreadlife01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpunsupported01/init.c b/testsuites/smptests/smpunsupported01/init.c index 19c1a1b190..01129faf1e 100644 --- a/testsuites/smptests/smpunsupported01/init.c +++ b/testsuites/smptests/smpunsupported01/init.c @@ -14,7 +14,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/smptests/smpwakeafter01/init.c b/testsuites/smptests/smpwakeafter01/init.c index 1545721a6f..e4a0e34ae9 100644 --- a/testsuites/smptests/smpwakeafter01/init.c +++ b/testsuites/smptests/smpwakeafter01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/spatomic01/init.c b/testsuites/sptests/spatomic01/init.c index a37f3b3c32..9fda1d246b 100644 --- a/testsuites/sptests/spatomic01/init.c +++ b/testsuites/sptests/spatomic01/init.c @@ -15,7 +15,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spcache01/init.c b/testsuites/sptests/spcache01/init.c index 8f5623c241..b6ad797dd3 100644 --- a/testsuites/sptests/spcache01/init.c +++ b/testsuites/sptests/spcache01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spcontext01/init.c b/testsuites/sptests/spcontext01/init.c index cf03dafef1..9499f5dcbd 100644 --- a/testsuites/sptests/spcontext01/init.c +++ b/testsuites/sptests/spcontext01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spcpucounter01/init.c b/testsuites/sptests/spcpucounter01/init.c index fefa7422b7..b2721dc2f5 100644 --- a/testsuites/sptests/spcpucounter01/init.c +++ b/testsuites/sptests/spcpucounter01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spcpuset01/test.c b/testsuites/sptests/spcpuset01/test.c index 569c296281..2e44270546 100644 --- a/testsuites/sptests/spcpuset01/test.c +++ b/testsuites/sptests/spcpuset01/test.c @@ -1,4 +1,4 @@ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/testsuites/sptests/speventsystem01/init.c b/testsuites/sptests/speventsystem01/init.c index d262023c69..907ebf4c8f 100644 --- a/testsuites/sptests/speventsystem01/init.c +++ b/testsuites/sptests/speventsystem01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/speventtransient01/init.c b/testsuites/sptests/speventtransient01/init.c index 8f44761c98..454253fd58 100644 --- a/testsuites/sptests/speventtransient01/init.c +++ b/testsuites/sptests/speventtransient01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spextensions01/init.c b/testsuites/sptests/spextensions01/init.c index 06dc3109b1..a056ba1612 100644 --- a/testsuites/sptests/spextensions01/init.c +++ b/testsuites/sptests/spextensions01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/spfatal26/init.c b/testsuites/sptests/spfatal26/init.c index a77c62a841..c849ae0e2a 100644 --- a/testsuites/sptests/spfatal26/init.c +++ b/testsuites/sptests/spfatal26/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spglobalcon01/init.cc b/testsuites/sptests/spglobalcon01/init.cc index f31ceca7df..2f4c19a141 100644 --- a/testsuites/sptests/spglobalcon01/init.cc +++ b/testsuites/sptests/spglobalcon01/init.cc @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/spinternalerror01/init.c b/testsuites/sptests/spinternalerror01/init.c index 3012d73b55..592cfcfa58 100644 --- a/testsuites/sptests/spinternalerror01/init.c +++ b/testsuites/sptests/spinternalerror01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/spinternalerror02/init.c b/testsuites/sptests/spinternalerror02/init.c index c2816dff75..bf589473de 100644 --- a/testsuites/sptests/spinternalerror02/init.c +++ b/testsuites/sptests/spinternalerror02/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/spintrcritical10/init.c b/testsuites/sptests/spintrcritical10/init.c index bbdfb54f3f..fff1991cbc 100644 --- a/testsuites/sptests/spintrcritical10/init.c +++ b/testsuites/sptests/spintrcritical10/init.c @@ -10,7 +10,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spintrcritical18/init.c b/testsuites/sptests/spintrcritical18/init.c index d15ab80f19..000f081f60 100644 --- a/testsuites/sptests/spintrcritical18/init.c +++ b/testsuites/sptests/spintrcritical18/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spintrcritical20/init.c b/testsuites/sptests/spintrcritical20/init.c index f9c52809a9..60af3adebd 100644 --- a/testsuites/sptests/spintrcritical20/init.c +++ b/testsuites/sptests/spintrcritical20/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spintrcritical22/init.c b/testsuites/sptests/spintrcritical22/init.c index 0ffb8cf89c..b7cd430867 100644 --- a/testsuites/sptests/spintrcritical22/init.c +++ b/testsuites/sptests/spintrcritical22/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spintrcritical23/init.c b/testsuites/sptests/spintrcritical23/init.c index 02c8a7ef37..70907f0112 100644 --- a/testsuites/sptests/spintrcritical23/init.c +++ b/testsuites/sptests/spintrcritical23/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/splinkersets01/init.c b/testsuites/sptests/splinkersets01/init.c index ab0ce77c86..504ea75fc6 100644 --- a/testsuites/sptests/splinkersets01/init.c +++ b/testsuites/sptests/splinkersets01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/splinkersets01/items.c b/testsuites/sptests/splinkersets01/items.c index 4773113315..3072c64a7a 100644 --- a/testsuites/sptests/splinkersets01/items.c +++ b/testsuites/sptests/splinkersets01/items.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "splinkersets01.h" diff --git a/testsuites/sptests/splinkersets01/sets.c b/testsuites/sptests/splinkersets01/sets.c index 1061379952..83f8f71180 100644 --- a/testsuites/sptests/splinkersets01/sets.c +++ b/testsuites/sptests/splinkersets01/sets.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "splinkersets01.h" diff --git a/testsuites/sptests/spmrsp01/init.c b/testsuites/sptests/spmrsp01/init.c index 4539fcc919..a5f645d534 100644 --- a/testsuites/sptests/spmrsp01/init.c +++ b/testsuites/sptests/spmrsp01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spmutex01/init.c b/testsuites/sptests/spmutex01/init.c index 0bd67436b3..d87dd07f3e 100644 --- a/testsuites/sptests/spmutex01/init.c +++ b/testsuites/sptests/spmutex01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spprofiling01/init.c b/testsuites/sptests/spprofiling01/init.c index a0e3188e09..54b4bfbefb 100644 --- a/testsuites/sptests/spprofiling01/init.c +++ b/testsuites/sptests/spprofiling01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spsem03/init.c b/testsuites/sptests/spsem03/init.c index 780219d06e..d326314b90 100644 --- a/testsuites/sptests/spsem03/init.c +++ b/testsuites/sptests/spsem03/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/spstdthreads01/init.c b/testsuites/sptests/spstdthreads01/init.c index 862542b1f2..3133d11368 100644 --- a/testsuites/sptests/spstdthreads01/init.c +++ b/testsuites/sptests/spstdthreads01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/spstkalloc02/init.c b/testsuites/sptests/spstkalloc02/init.c index d6812fb043..a2805d1164 100644 --- a/testsuites/sptests/spstkalloc02/init.c +++ b/testsuites/sptests/spstkalloc02/init.c @@ -21,7 +21,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/spsysinit01/init.c b/testsuites/sptests/spsysinit01/init.c index 4cea5f14b8..20b5922dae 100644 --- a/testsuites/sptests/spsysinit01/init.c +++ b/testsuites/sptests/spsysinit01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/spsyslock01/init.c b/testsuites/sptests/spsyslock01/init.c index 23546670a2..e667d98229 100644 --- a/testsuites/sptests/spsyslock01/init.c +++ b/testsuites/sptests/spsyslock01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/sptasknopreempt01/init.c b/testsuites/sptests/sptasknopreempt01/init.c index 2d698e0f18..b2d6625c89 100644 --- a/testsuites/sptests/sptasknopreempt01/init.c +++ b/testsuites/sptests/sptasknopreempt01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/spthreadlife01/init.c b/testsuites/sptests/spthreadlife01/init.c index d7231da2ab..a4fdd94bac 100644 --- a/testsuites/sptests/spthreadlife01/init.c +++ b/testsuites/sptests/spthreadlife01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/sptimecounter01/init.c b/testsuites/sptests/sptimecounter01/init.c index c949244dc4..81b705473e 100644 --- a/testsuites/sptests/sptimecounter01/init.c +++ b/testsuites/sptests/sptimecounter01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/sptimecounter02/init.c b/testsuites/sptests/sptimecounter02/init.c index abd550f4f6..fafbaf8af1 100644 --- a/testsuites/sptests/sptimecounter02/init.c +++ b/testsuites/sptests/sptimecounter02/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/sptimecounter03/init.c b/testsuites/sptests/sptimecounter03/init.c index a471a19781..4ef084d3d2 100644 --- a/testsuites/sptests/sptimecounter03/init.c +++ b/testsuites/sptests/sptimecounter03/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/sptimecounter04/init.c b/testsuites/sptests/sptimecounter04/init.c index f1304a3c5c..42c31277b9 100644 --- a/testsuites/sptests/sptimecounter04/init.c +++ b/testsuites/sptests/sptimecounter04/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/sptimerserver01/init.c b/testsuites/sptests/sptimerserver01/init.c index 237f8b3699..ec95d158b4 100644 --- a/testsuites/sptests/sptimerserver01/init.c +++ b/testsuites/sptests/sptimerserver01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/sptests/sptls01/init.c b/testsuites/sptests/sptls01/init.c index 7724f63af2..504ac272f0 100644 --- a/testsuites/sptests/sptls01/init.c +++ b/testsuites/sptests/sptls01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/sptests/sptls03/init.c b/testsuites/sptests/sptls03/init.c index 6690ec349c..ac46f068eb 100644 --- a/testsuites/sptests/sptls03/init.c +++ b/testsuites/sptests/sptls03/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/tmtests/tmcontext01/init.c b/testsuites/tmtests/tmcontext01/init.c index be4c606c07..d1f88e045a 100644 --- a/testsuites/tmtests/tmcontext01/init.c +++ b/testsuites/tmtests/tmcontext01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/testsuites/tmtests/tmfine01/init.c b/testsuites/tmtests/tmfine01/init.c index 1fe7c22d83..bf24ca138f 100644 --- a/testsuites/tmtests/tmfine01/init.c +++ b/testsuites/tmtests/tmfine01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" diff --git a/testsuites/tmtests/tmtimer01/init.c b/testsuites/tmtests/tmtimer01/init.c index 3d337e693b..c95ca80f3a 100644 --- a/testsuites/tmtests/tmtimer01/init.c +++ b/testsuites/tmtests/tmtimer01/init.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "tmacros.h" -- cgit v1.2.3