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 --- cpukit/score/src/allocatormutex.c | 2 +- cpukit/score/src/apimutexisowner.c | 2 +- cpukit/score/src/apimutexlock.c | 2 +- cpukit/score/src/apimutexunlock.c | 2 +- cpukit/score/src/chain.c | 2 +- cpukit/score/src/chainnodecount.c | 4 ++-- cpukit/score/src/condition.c | 4 ++-- cpukit/score/src/configstackspacesize.c | 2 +- cpukit/score/src/corebarrier.c | 2 +- cpukit/score/src/corebarrierrelease.c | 2 +- cpukit/score/src/corebarrierwait.c | 2 +- cpukit/score/src/coremsg.c | 2 +- cpukit/score/src/coremsgbroadcast.c | 2 +- cpukit/score/src/coremsgclose.c | 2 +- cpukit/score/src/coremsgflush.c | 2 +- cpukit/score/src/coremsgflushwait.c | 2 +- cpukit/score/src/coremsginsert.c | 2 +- cpukit/score/src/coremsgseize.c | 2 +- cpukit/score/src/coremsgsubmit.c | 2 +- cpukit/score/src/coremutexseize.c | 2 +- cpukit/score/src/corerwlock.c | 2 +- cpukit/score/src/corerwlockobtainread.c | 2 +- cpukit/score/src/corerwlockobtainwrite.c | 2 +- cpukit/score/src/corerwlockrelease.c | 2 +- cpukit/score/src/coresem.c | 2 +- cpukit/score/src/coretod.c | 2 +- cpukit/score/src/coretodadjust.c | 2 +- cpukit/score/src/coretodhookdata.c | 2 +- cpukit/score/src/coretodhookregister.c | 2 +- cpukit/score/src/coretodhookrun.c | 2 +- cpukit/score/src/coretodhookunregister.c | 2 +- cpukit/score/src/coretodset.c | 2 +- cpukit/score/src/coretodtickspersec.c | 2 +- cpukit/score/src/debugisthreaddispatchingallowed.c | 4 ++-- cpukit/score/src/freechain.c | 4 ++-- cpukit/score/src/futex.c | 4 ++-- cpukit/score/src/heap.c | 4 ++-- cpukit/score/src/heapallocate.c | 2 +- cpukit/score/src/heapextend.c | 2 +- cpukit/score/src/heapfree.c | 2 +- cpukit/score/src/heapgetfreeinfo.c | 2 +- cpukit/score/src/heapgetinfo.c | 2 +- cpukit/score/src/heapgreedy.c | 4 ++-- cpukit/score/src/heapiterate.c | 4 ++-- cpukit/score/src/heapnoextend.c | 4 ++-- cpukit/score/src/heapresizeblock.c | 2 +- cpukit/score/src/heapsizeofuserarea.c | 2 +- cpukit/score/src/heapwalk.c | 2 +- cpukit/score/src/interr.c | 2 +- cpukit/score/src/ioprintf.c | 2 +- cpukit/score/src/isr.c | 2 +- cpukit/score/src/isrisinprogress.c | 4 ++-- cpukit/score/src/iterateoverthreads.c | 2 +- cpukit/score/src/libatomic.c | 2 +- cpukit/score/src/log2table.c | 2 +- cpukit/score/src/memoryallocate.c | 2 +- cpukit/score/src/memorydirtyfreeareas.c | 2 +- cpukit/score/src/memoryfill.c | 2 +- cpukit/score/src/memoryzerobeforeuse.c | 2 +- cpukit/score/src/memoryzerofreeareas.c | 2 +- cpukit/score/src/mpci.c | 2 +- cpukit/score/src/mpcidefault.c | 2 +- cpukit/score/src/mutex.c | 4 ++-- cpukit/score/src/objectactivecount.c | 4 ++-- cpukit/score/src/objectallocate.c | 2 +- cpukit/score/src/objectallocatenone.c | 2 +- cpukit/score/src/objectallocatestatic.c | 2 +- cpukit/score/src/objectallocateunlimited.c | 2 +- cpukit/score/src/objectclose.c | 2 +- cpukit/score/src/objectextendinformation.c | 2 +- cpukit/score/src/objectfree.c | 2 +- cpukit/score/src/objectfreestatic.c | 2 +- cpukit/score/src/objectgetlocal.c | 2 +- cpukit/score/src/objectgetnext.c | 2 +- cpukit/score/src/objectgetnoprotection.c | 2 +- cpukit/score/src/objectidtoname.c | 2 +- cpukit/score/src/objectinitializeinformation.c | 2 +- cpukit/score/src/objectmp.c | 2 +- cpukit/score/src/objectnamespaceremove.c | 2 +- cpukit/score/src/objectnametoid.c | 2 +- cpukit/score/src/objectnametoidstring.c | 2 +- cpukit/score/src/objectshrinkinformation.c | 2 +- cpukit/score/src/percpu.c | 2 +- cpukit/score/src/percpuasm.c | 4 ++-- cpukit/score/src/percpustatewait.c | 4 ++-- cpukit/score/src/pheapallocate.c | 2 +- cpukit/score/src/pheapextend.c | 2 +- cpukit/score/src/pheapfree.c | 2 +- cpukit/score/src/pheapgetblocksize.c | 2 +- cpukit/score/src/pheapgetfreeinfo.c | 2 +- cpukit/score/src/pheapgetinfo.c | 2 +- cpukit/score/src/pheapgetsize.c | 2 +- cpukit/score/src/pheapinit.c | 2 +- cpukit/score/src/pheapiterate.c | 4 ++-- cpukit/score/src/pheapresizeblock.c | 2 +- cpukit/score/src/pheapwalk.c | 2 +- cpukit/score/src/processormaskcopy.c | 2 +- cpukit/score/src/profilingisrentryexit.c | 2 +- cpukit/score/src/profilingsmplock.c | 2 +- cpukit/score/src/rbtreeextract.c | 2 +- cpukit/score/src/rbtreeinsert.c | 2 +- cpukit/score/src/rbtreeiterate.c | 4 ++-- cpukit/score/src/rbtreenext.c | 4 ++-- cpukit/score/src/rbtreepostorder.c | 2 +- cpukit/score/src/rbtreereplace.c | 4 ++-- cpukit/score/src/sched.c | 4 ++-- cpukit/score/src/scheduler.c | 2 +- cpukit/score/src/schedulercbs.c | 2 +- cpukit/score/src/schedulercbsattachthread.c | 2 +- cpukit/score/src/schedulercbscleanup.c | 2 +- cpukit/score/src/schedulercbscreateserver.c | 2 +- cpukit/score/src/schedulercbsdestroyserver.c | 2 +- cpukit/score/src/schedulercbsdetachthread.c | 2 +- cpukit/score/src/schedulercbsgetapprovedbudget.c | 2 +- cpukit/score/src/schedulercbsgetexecutiontime.c | 2 +- cpukit/score/src/schedulercbsgetparameters.c | 2 +- cpukit/score/src/schedulercbsgetremainingbudget.c | 2 +- cpukit/score/src/schedulercbsgetserverid.c | 2 +- cpukit/score/src/schedulercbsnodeinit.c | 2 +- cpukit/score/src/schedulercbsreleasejob.c | 2 +- cpukit/score/src/schedulercbssetparameters.c | 2 +- cpukit/score/src/schedulercbsunblock.c | 2 +- cpukit/score/src/schedulerdefaultaskforhelp.c | 4 ++-- cpukit/score/src/schedulerdefaultmappriority.c | 2 +- cpukit/score/src/schedulerdefaultnodedestroy.c | 2 +- cpukit/score/src/schedulerdefaultnodeinit.c | 2 +- cpukit/score/src/schedulerdefaultpinunpin.c | 2 +- cpukit/score/src/schedulerdefaultreleasejob.c | 2 +- cpukit/score/src/schedulerdefaultschedule.c | 4 ++-- cpukit/score/src/schedulerdefaultsetaffinity.c | 4 ++-- cpukit/score/src/schedulerdefaultstartidle.c | 4 ++-- cpukit/score/src/schedulerdefaulttick.c | 2 +- cpukit/score/src/scheduleredf.c | 2 +- cpukit/score/src/scheduleredfblock.c | 2 +- cpukit/score/src/scheduleredfchangepriority.c | 2 +- cpukit/score/src/scheduleredfnodeinit.c | 2 +- cpukit/score/src/scheduleredfreleasejob.c | 2 +- cpukit/score/src/scheduleredfschedule.c | 2 +- cpukit/score/src/scheduleredfsmp.c | 4 ++-- cpukit/score/src/scheduleredfunblock.c | 2 +- cpukit/score/src/scheduleredfyield.c | 2 +- cpukit/score/src/schedulergetaffinity.c | 4 ++-- cpukit/score/src/schedulerpriority.c | 2 +- cpukit/score/src/schedulerpriorityaffinitysmp.c | 4 ++-- cpukit/score/src/schedulerpriorityblock.c | 2 +- cpukit/score/src/schedulerprioritychangepriority.c | 2 +- cpukit/score/src/schedulerpriorityschedule.c | 2 +- cpukit/score/src/schedulerprioritysmp.c | 4 ++-- cpukit/score/src/schedulerpriorityunblock.c | 2 +- cpukit/score/src/schedulerpriorityyield.c | 2 +- cpukit/score/src/schedulersetaffinity.c | 4 ++-- cpukit/score/src/schedulersimple.c | 2 +- cpukit/score/src/schedulersimpleblock.c | 2 +- cpukit/score/src/schedulersimplechangepriority.c | 2 +- cpukit/score/src/schedulersimpleschedule.c | 2 +- cpukit/score/src/schedulersimplesmp.c | 4 ++-- cpukit/score/src/schedulersimpleunblock.c | 2 +- cpukit/score/src/schedulersimpleyield.c | 2 +- cpukit/score/src/schedulersmp.c | 2 +- cpukit/score/src/schedulersmpstartidle.c | 4 ++-- cpukit/score/src/schedulerstrongapa.c | 4 ++-- cpukit/score/src/semaphore.c | 4 ++-- cpukit/score/src/smp.c | 2 +- cpukit/score/src/smpbarrierwait.c | 4 ++-- cpukit/score/src/smplock.c | 4 ++-- cpukit/score/src/stackallocator.c | 2 +- cpukit/score/src/thread.c | 2 +- cpukit/score/src/threadallocateunlimited.c | 2 +- cpukit/score/src/threadchangepriority.c | 2 +- cpukit/score/src/threadclearstate.c | 2 +- cpukit/score/src/threadcreateidle.c | 2 +- cpukit/score/src/threaddispatch.c | 2 +- cpukit/score/src/threadentryadaptoridle.c | 4 ++-- cpukit/score/src/threadentryadaptornumeric.c | 4 ++-- cpukit/score/src/threadentryadaptorpointer.c | 4 ++-- cpukit/score/src/threadget.c | 2 +- cpukit/score/src/threadgetcputimeused.c | 2 +- cpukit/score/src/threadhandler.c | 2 +- cpukit/score/src/threadidledefault.c | 2 +- cpukit/score/src/threadinitialize.c | 2 +- cpukit/score/src/threaditerate.c | 2 +- cpukit/score/src/threadloadenv.c | 2 +- cpukit/score/src/threadmp.c | 2 +- cpukit/score/src/threadname.c | 2 +- cpukit/score/src/threadq.c | 2 +- cpukit/score/src/threadqenqueue.c | 2 +- cpukit/score/src/threadqextractwithproxy.c | 2 +- cpukit/score/src/threadqfirst.c | 2 +- cpukit/score/src/threadqflush.c | 2 +- cpukit/score/src/threadqops.c | 4 ++-- cpukit/score/src/threadqtimeout.c | 2 +- cpukit/score/src/threadrestart.c | 2 +- cpukit/score/src/threadscheduler.c | 2 +- cpukit/score/src/threadsetstate.c | 2 +- cpukit/score/src/threadstackallocate.c | 2 +- cpukit/score/src/threadstackfree.c | 2 +- cpukit/score/src/threadstart.c | 2 +- cpukit/score/src/threadstartmultitasking.c | 2 +- cpukit/score/src/threadtimeout.c | 4 ++-- cpukit/score/src/threadunpin.c | 2 +- cpukit/score/src/threadwaitgetid.c | 4 ++-- cpukit/score/src/threadyield.c | 4 ++-- cpukit/score/src/timespecaddto.c | 2 +- cpukit/score/src/timespecdivide.c | 2 +- cpukit/score/src/timespecdividebyinteger.c | 2 +- cpukit/score/src/timespecfromticks.c | 2 +- cpukit/score/src/timespecgetasnanoseconds.c | 2 +- cpukit/score/src/timespecisvalid.c | 2 +- cpukit/score/src/timespeclessthan.c | 2 +- cpukit/score/src/timespecsubtract.c | 2 +- cpukit/score/src/timespectoticks.c | 2 +- cpukit/score/src/tlsallocsize.c | 2 +- cpukit/score/src/userext.c | 4 ++-- cpukit/score/src/userextaddset.c | 2 +- cpukit/score/src/userextiterate.c | 4 ++-- cpukit/score/src/userextremoveset.c | 2 +- cpukit/score/src/watchdoginsert.c | 2 +- cpukit/score/src/watchdogremove.c | 2 +- cpukit/score/src/watchdogtick.c | 2 +- cpukit/score/src/watchdogtickssinceboot.c | 2 +- cpukit/score/src/watchdogtimeslicedefault.c | 2 +- cpukit/score/src/wkspace.c | 4 ++-- cpukit/score/src/wkspaceisunifieddefault.c | 2 +- cpukit/score/src/wkstringduplicate.c | 4 ++-- 224 files changed, 269 insertions(+), 269 deletions(-) (limited to 'cpukit/score/src') diff --git a/cpukit/score/src/allocatormutex.c b/cpukit/score/src/allocatormutex.c index 7f98a4008f..3d2b7fa01e 100644 --- a/cpukit/score/src/allocatormutex.c +++ b/cpukit/score/src/allocatormutex.c @@ -12,7 +12,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/apimutexisowner.c b/cpukit/score/src/apimutexisowner.c index f67517dae5..83c8f6fc5d 100644 --- a/cpukit/score/src/apimutexisowner.c +++ b/cpukit/score/src/apimutexisowner.c @@ -13,7 +13,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/apimutexlock.c b/cpukit/score/src/apimutexlock.c index 51454ef0d0..dadd9615c8 100644 --- a/cpukit/score/src/apimutexlock.c +++ b/cpukit/score/src/apimutexlock.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/apimutexunlock.c b/cpukit/score/src/apimutexunlock.c index 2e7395c101..21d1d75771 100644 --- a/cpukit/score/src/apimutexunlock.c +++ b/cpukit/score/src/apimutexunlock.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/chain.c b/cpukit/score/src/chain.c index b7c04a001d..47aa4a894f 100644 --- a/cpukit/score/src/chain.c +++ b/cpukit/score/src/chain.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/chainnodecount.c b/cpukit/score/src/chainnodecount.c index 2988565d72..9f0bb38a28 100644 --- a/cpukit/score/src/chainnodecount.c +++ b/cpukit/score/src/chainnodecount.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/condition.c b/cpukit/score/src/condition.c index 892245baf5..67d133feed 100644 --- a/cpukit/score/src/condition.c +++ b/cpukit/score/src/condition.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/configstackspacesize.c b/cpukit/score/src/configstackspacesize.c index 4f0c24cee6..aca40640cf 100644 --- a/cpukit/score/src/configstackspacesize.c +++ b/cpukit/score/src/configstackspacesize.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/corebarrier.c b/cpukit/score/src/corebarrier.c index 15c6053194..28329b47f9 100644 --- a/cpukit/score/src/corebarrier.c +++ b/cpukit/score/src/corebarrier.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/corebarrierrelease.c b/cpukit/score/src/corebarrierrelease.c index 3ef3dea46e..a2e68862b3 100644 --- a/cpukit/score/src/corebarrierrelease.c +++ b/cpukit/score/src/corebarrierrelease.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/corebarrierwait.c b/cpukit/score/src/corebarrierwait.c index b410dc0267..f45873ccb8 100644 --- a/cpukit/score/src/corebarrierwait.c +++ b/cpukit/score/src/corebarrierwait.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coremsg.c b/cpukit/score/src/coremsg.c index 840405446c..fc6f9eba03 100644 --- a/cpukit/score/src/coremsg.c +++ b/cpukit/score/src/coremsg.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coremsgbroadcast.c b/cpukit/score/src/coremsgbroadcast.c index aeb1b37955..d5c368d274 100644 --- a/cpukit/score/src/coremsgbroadcast.c +++ b/cpukit/score/src/coremsgbroadcast.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coremsgclose.c b/cpukit/score/src/coremsgclose.c index 616d73c933..18b49b096c 100644 --- a/cpukit/score/src/coremsgclose.c +++ b/cpukit/score/src/coremsgclose.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coremsgflush.c b/cpukit/score/src/coremsgflush.c index c73d8a9708..11b40b2e2b 100644 --- a/cpukit/score/src/coremsgflush.c +++ b/cpukit/score/src/coremsgflush.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coremsgflushwait.c b/cpukit/score/src/coremsgflushwait.c index f309f8ed59..03804ae335 100644 --- a/cpukit/score/src/coremsgflushwait.c +++ b/cpukit/score/src/coremsgflushwait.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coremsginsert.c b/cpukit/score/src/coremsginsert.c index c254a0d869..e377cff9cf 100644 --- a/cpukit/score/src/coremsginsert.c +++ b/cpukit/score/src/coremsginsert.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coremsgseize.c b/cpukit/score/src/coremsgseize.c index 0efc63a8e3..bb78e28530 100644 --- a/cpukit/score/src/coremsgseize.c +++ b/cpukit/score/src/coremsgseize.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c index 86c35d29ef..dd01f4aa7a 100644 --- a/cpukit/score/src/coremsgsubmit.c +++ b/cpukit/score/src/coremsgsubmit.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coremutexseize.c b/cpukit/score/src/coremutexseize.c index 1fd7a11a8b..5998935f29 100644 --- a/cpukit/score/src/coremutexseize.c +++ b/cpukit/score/src/coremutexseize.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/corerwlock.c b/cpukit/score/src/corerwlock.c index 19739e14e1..933f6c1013 100644 --- a/cpukit/score/src/corerwlock.c +++ b/cpukit/score/src/corerwlock.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/corerwlockobtainread.c b/cpukit/score/src/corerwlockobtainread.c index 5d097a8be4..3f74da98ad 100644 --- a/cpukit/score/src/corerwlockobtainread.c +++ b/cpukit/score/src/corerwlockobtainread.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/corerwlockobtainwrite.c b/cpukit/score/src/corerwlockobtainwrite.c index 6d2e6a2c1f..43ab8a74c0 100644 --- a/cpukit/score/src/corerwlockobtainwrite.c +++ b/cpukit/score/src/corerwlockobtainwrite.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/corerwlockrelease.c b/cpukit/score/src/corerwlockrelease.c index c3c6cb9ca8..d79456872a 100644 --- a/cpukit/score/src/corerwlockrelease.c +++ b/cpukit/score/src/corerwlockrelease.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coresem.c b/cpukit/score/src/coresem.c index 9cb1a73e69..8f56da994f 100644 --- a/cpukit/score/src/coresem.c +++ b/cpukit/score/src/coresem.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coretod.c b/cpukit/score/src/coretod.c index f19cff21f0..d402bb438d 100644 --- a/cpukit/score/src/coretod.c +++ b/cpukit/score/src/coretod.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coretodadjust.c b/cpukit/score/src/coretodadjust.c index accb99b40a..f06515447e 100644 --- a/cpukit/score/src/coretodadjust.c +++ b/cpukit/score/src/coretodadjust.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coretodhookdata.c b/cpukit/score/src/coretodhookdata.c index 6e7bcff494..c26b2ab813 100644 --- a/cpukit/score/src/coretodhookdata.c +++ b/cpukit/score/src/coretodhookdata.c @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coretodhookregister.c b/cpukit/score/src/coretodhookregister.c index 69996a2b06..794f3a1d1f 100644 --- a/cpukit/score/src/coretodhookregister.c +++ b/cpukit/score/src/coretodhookregister.c @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coretodhookrun.c b/cpukit/score/src/coretodhookrun.c index c0acc6e5fb..10d3c57748 100644 --- a/cpukit/score/src/coretodhookrun.c +++ b/cpukit/score/src/coretodhookrun.c @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coretodhookunregister.c b/cpukit/score/src/coretodhookunregister.c index ce978e8e81..72b11a158a 100644 --- a/cpukit/score/src/coretodhookunregister.c +++ b/cpukit/score/src/coretodhookunregister.c @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coretodset.c b/cpukit/score/src/coretodset.c index b9a745d9b4..8d09af0ebd 100644 --- a/cpukit/score/src/coretodset.c +++ b/cpukit/score/src/coretodset.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/coretodtickspersec.c b/cpukit/score/src/coretodtickspersec.c index 7fb52fc350..d319f6f74f 100644 --- a/cpukit/score/src/coretodtickspersec.c +++ b/cpukit/score/src/coretodtickspersec.c @@ -14,7 +14,7 @@ */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/debugisthreaddispatchingallowed.c b/cpukit/score/src/debugisthreaddispatchingallowed.c index 81ac8778ce..e75c462ab5 100644 --- a/cpukit/score/src/debugisthreaddispatchingallowed.c +++ b/cpukit/score/src/debugisthreaddispatchingallowed.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/freechain.c b/cpukit/score/src/freechain.c index f15ce1ea4f..7f60c655db 100644 --- a/cpukit/score/src/freechain.c +++ b/cpukit/score/src/freechain.c @@ -14,8 +14,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/futex.c b/cpukit/score/src/futex.c index f32a13c449..de430a87ae 100644 --- a/cpukit/score/src/futex.c +++ b/cpukit/score/src/futex.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c index b54bb98cff..429e8cdd9a 100644 --- a/cpukit/score/src/heap.c +++ b/cpukit/score/src/heap.c @@ -17,8 +17,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/heapallocate.c b/cpukit/score/src/heapallocate.c index 2868fe5d46..4b8b3f0de6 100644 --- a/cpukit/score/src/heapallocate.c +++ b/cpukit/score/src/heapallocate.c @@ -17,7 +17,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/heapextend.c b/cpukit/score/src/heapextend.c index 3e77924757..4c6166fba2 100644 --- a/cpukit/score/src/heapextend.c +++ b/cpukit/score/src/heapextend.c @@ -17,7 +17,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/heapfree.c b/cpukit/score/src/heapfree.c index ddc1634975..086cfe72d2 100644 --- a/cpukit/score/src/heapfree.c +++ b/cpukit/score/src/heapfree.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/heapgetfreeinfo.c b/cpukit/score/src/heapgetfreeinfo.c index ab7ef7174f..2fed4d7c1b 100644 --- a/cpukit/score/src/heapgetfreeinfo.c +++ b/cpukit/score/src/heapgetfreeinfo.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/heapgetinfo.c b/cpukit/score/src/heapgetinfo.c index 241934fd1c..2928e210fa 100644 --- a/cpukit/score/src/heapgetinfo.c +++ b/cpukit/score/src/heapgetinfo.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/heapgreedy.c b/cpukit/score/src/heapgreedy.c index faf12fbd73..980459ff46 100644 --- a/cpukit/score/src/heapgreedy.c +++ b/cpukit/score/src/heapgreedy.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/heapiterate.c b/cpukit/score/src/heapiterate.c index de6bbb12c9..22db510b4a 100644 --- a/cpukit/score/src/heapiterate.c +++ b/cpukit/score/src/heapiterate.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/heapnoextend.c b/cpukit/score/src/heapnoextend.c index 3be7e37483..1788420e1c 100644 --- a/cpukit/score/src/heapnoextend.c +++ b/cpukit/score/src/heapnoextend.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/heapresizeblock.c b/cpukit/score/src/heapresizeblock.c index bef25272bd..c0e1daa112 100644 --- a/cpukit/score/src/heapresizeblock.c +++ b/cpukit/score/src/heapresizeblock.c @@ -17,7 +17,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/heapsizeofuserarea.c b/cpukit/score/src/heapsizeofuserarea.c index b9b75a2b13..4f17073494 100644 --- a/cpukit/score/src/heapsizeofuserarea.c +++ b/cpukit/score/src/heapsizeofuserarea.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c index b9351795a2..50458437ee 100644 --- a/cpukit/score/src/heapwalk.c +++ b/cpukit/score/src/heapwalk.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c index 7ccd3de613..5908381c67 100644 --- a/cpukit/score/src/interr.c +++ b/cpukit/score/src/interr.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/ioprintf.c b/cpukit/score/src/ioprintf.c index 05e31566e7..2fe65f41d0 100644 --- a/cpukit/score/src/ioprintf.c +++ b/cpukit/score/src/ioprintf.c @@ -12,7 +12,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/isr.c b/cpukit/score/src/isr.c index 436055dc24..826ad44df4 100644 --- a/cpukit/score/src/isr.c +++ b/cpukit/score/src/isr.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/isrisinprogress.c b/cpukit/score/src/isrisinprogress.c index 267136d094..52d6779800 100644 --- a/cpukit/score/src/isrisinprogress.c +++ b/cpukit/score/src/isrisinprogress.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/iterateoverthreads.c b/cpukit/score/src/iterateoverthreads.c index 0fdcee4bcb..97c50538b8 100644 --- a/cpukit/score/src/iterateoverthreads.c +++ b/cpukit/score/src/iterateoverthreads.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/libatomic.c b/cpukit/score/src/libatomic.c index 364e38f1b3..9151ecc906 100644 --- a/cpukit/score/src/libatomic.c +++ b/cpukit/score/src/libatomic.c @@ -12,7 +12,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/log2table.c b/cpukit/score/src/log2table.c index ae63d3ebe2..58353678be 100644 --- a/cpukit/score/src/log2table.c +++ b/cpukit/score/src/log2table.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/memoryallocate.c b/cpukit/score/src/memoryallocate.c index 73de49d28c..dc87fda96f 100644 --- a/cpukit/score/src/memoryallocate.c +++ b/cpukit/score/src/memoryallocate.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/memorydirtyfreeareas.c b/cpukit/score/src/memorydirtyfreeareas.c index 537dff2697..d77d21e913 100644 --- a/cpukit/score/src/memorydirtyfreeareas.c +++ b/cpukit/score/src/memorydirtyfreeareas.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/memoryfill.c b/cpukit/score/src/memoryfill.c index 7428b1aa86..1899c6903b 100644 --- a/cpukit/score/src/memoryfill.c +++ b/cpukit/score/src/memoryfill.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/memoryzerobeforeuse.c b/cpukit/score/src/memoryzerobeforeuse.c index dd08199223..c9057cfc23 100644 --- a/cpukit/score/src/memoryzerobeforeuse.c +++ b/cpukit/score/src/memoryzerobeforeuse.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/memoryzerofreeareas.c b/cpukit/score/src/memoryzerofreeareas.c index 28ea84970c..a8602d11b8 100644 --- a/cpukit/score/src/memoryzerofreeareas.c +++ b/cpukit/score/src/memoryzerofreeareas.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c index f173eeb588..8f1b218aca 100644 --- a/cpukit/score/src/mpci.c +++ b/cpukit/score/src/mpci.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/mpcidefault.c b/cpukit/score/src/mpcidefault.c index 395515759b..101cbcd7b6 100644 --- a/cpukit/score/src/mpcidefault.c +++ b/cpukit/score/src/mpcidefault.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/mutex.c b/cpukit/score/src/mutex.c index 8cc47f28bb..0499719ba6 100644 --- a/cpukit/score/src/mutex.c +++ b/cpukit/score/src/mutex.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/objectactivecount.c b/cpukit/score/src/objectactivecount.c index d29ce0736d..c658fc21e3 100644 --- a/cpukit/score/src/objectactivecount.c +++ b/cpukit/score/src/objectactivecount.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/objectallocate.c b/cpukit/score/src/objectallocate.c index 588c516b33..e7d587c25e 100644 --- a/cpukit/score/src/objectallocate.c +++ b/cpukit/score/src/objectallocate.c @@ -33,7 +33,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectallocatenone.c b/cpukit/score/src/objectallocatenone.c index 0669f99ba9..5ac0991bc5 100644 --- a/cpukit/score/src/objectallocatenone.c +++ b/cpukit/score/src/objectallocatenone.c @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectallocatestatic.c b/cpukit/score/src/objectallocatestatic.c index 73790ba478..160c68b23c 100644 --- a/cpukit/score/src/objectallocatestatic.c +++ b/cpukit/score/src/objectallocatestatic.c @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectallocateunlimited.c b/cpukit/score/src/objectallocateunlimited.c index 1fc6f07b2d..b975fe5c3b 100644 --- a/cpukit/score/src/objectallocateunlimited.c +++ b/cpukit/score/src/objectallocateunlimited.c @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectclose.c b/cpukit/score/src/objectclose.c index 05ac7f4c54..4fd24198f4 100644 --- a/cpukit/score/src/objectclose.c +++ b/cpukit/score/src/objectclose.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectextendinformation.c b/cpukit/score/src/objectextendinformation.c index 65fef94e44..a21257d1f5 100644 --- a/cpukit/score/src/objectextendinformation.c +++ b/cpukit/score/src/objectextendinformation.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectfree.c b/cpukit/score/src/objectfree.c index fff3cc13be..1f7aa37e3f 100644 --- a/cpukit/score/src/objectfree.c +++ b/cpukit/score/src/objectfree.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectfreestatic.c b/cpukit/score/src/objectfreestatic.c index 5992c1eca2..2a9411bb58 100644 --- a/cpukit/score/src/objectfreestatic.c +++ b/cpukit/score/src/objectfreestatic.c @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectgetlocal.c b/cpukit/score/src/objectgetlocal.c index 64215eab53..a09f3ebcaf 100644 --- a/cpukit/score/src/objectgetlocal.c +++ b/cpukit/score/src/objectgetlocal.c @@ -19,7 +19,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectgetnext.c b/cpukit/score/src/objectgetnext.c index 25640d10eb..eb347e8ac0 100644 --- a/cpukit/score/src/objectgetnext.c +++ b/cpukit/score/src/objectgetnext.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectgetnoprotection.c b/cpukit/score/src/objectgetnoprotection.c index 71ce1f5228..f084d15382 100644 --- a/cpukit/score/src/objectgetnoprotection.c +++ b/cpukit/score/src/objectgetnoprotection.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectidtoname.c b/cpukit/score/src/objectidtoname.c index c4ecc3cf28..a689102c8c 100644 --- a/cpukit/score/src/objectidtoname.c +++ b/cpukit/score/src/objectidtoname.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectinitializeinformation.c b/cpukit/score/src/objectinitializeinformation.c index 43994cd370..910112e223 100644 --- a/cpukit/score/src/objectinitializeinformation.c +++ b/cpukit/score/src/objectinitializeinformation.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c index cad1413c33..987b86a968 100644 --- a/cpukit/score/src/objectmp.c +++ b/cpukit/score/src/objectmp.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectnamespaceremove.c b/cpukit/score/src/objectnamespaceremove.c index 544c11dbd6..27f48f2460 100644 --- a/cpukit/score/src/objectnamespaceremove.c +++ b/cpukit/score/src/objectnamespaceremove.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectnametoid.c b/cpukit/score/src/objectnametoid.c index 8603819a7e..bafa7b23f4 100644 --- a/cpukit/score/src/objectnametoid.c +++ b/cpukit/score/src/objectnametoid.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectnametoidstring.c b/cpukit/score/src/objectnametoidstring.c index cd2954896b..3fd4141b03 100644 --- a/cpukit/score/src/objectnametoidstring.c +++ b/cpukit/score/src/objectnametoidstring.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/objectshrinkinformation.c b/cpukit/score/src/objectshrinkinformation.c index 6f22d7bcdb..73f91617b5 100644 --- a/cpukit/score/src/objectshrinkinformation.c +++ b/cpukit/score/src/objectshrinkinformation.c @@ -13,7 +13,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/percpu.c b/cpukit/score/src/percpu.c index 4cc7362bb5..9d1620907b 100644 --- a/cpukit/score/src/percpu.c +++ b/cpukit/score/src/percpu.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/percpuasm.c b/cpukit/score/src/percpuasm.c index ccd101a929..816e502226 100644 --- a/cpukit/score/src/percpuasm.c +++ b/cpukit/score/src/percpuasm.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/percpustatewait.c b/cpukit/score/src/percpustatewait.c index bde367b698..0c2e0a580c 100644 --- a/cpukit/score/src/percpustatewait.c +++ b/cpukit/score/src/percpustatewait.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/pheapallocate.c b/cpukit/score/src/pheapallocate.c index 2ceb2756e4..7edbbf9e06 100644 --- a/cpukit/score/src/pheapallocate.c +++ b/cpukit/score/src/pheapallocate.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/pheapextend.c b/cpukit/score/src/pheapextend.c index b6054aaf1f..26c94ba625 100644 --- a/cpukit/score/src/pheapextend.c +++ b/cpukit/score/src/pheapextend.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/pheapfree.c b/cpukit/score/src/pheapfree.c index cce9868c71..73a51cd7e7 100644 --- a/cpukit/score/src/pheapfree.c +++ b/cpukit/score/src/pheapfree.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/pheapgetblocksize.c b/cpukit/score/src/pheapgetblocksize.c index 6281720682..fc503e6b8d 100644 --- a/cpukit/score/src/pheapgetblocksize.c +++ b/cpukit/score/src/pheapgetblocksize.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/pheapgetfreeinfo.c b/cpukit/score/src/pheapgetfreeinfo.c index 4c226f79e4..38e3103c0c 100644 --- a/cpukit/score/src/pheapgetfreeinfo.c +++ b/cpukit/score/src/pheapgetfreeinfo.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/pheapgetinfo.c b/cpukit/score/src/pheapgetinfo.c index 0fff3fff60..7dabb77018 100644 --- a/cpukit/score/src/pheapgetinfo.c +++ b/cpukit/score/src/pheapgetinfo.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/pheapgetsize.c b/cpukit/score/src/pheapgetsize.c index d1318cb165..d8af9f38b7 100644 --- a/cpukit/score/src/pheapgetsize.c +++ b/cpukit/score/src/pheapgetsize.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/pheapinit.c b/cpukit/score/src/pheapinit.c index 03e5477c15..48dc71e17f 100644 --- a/cpukit/score/src/pheapinit.c +++ b/cpukit/score/src/pheapinit.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/pheapiterate.c b/cpukit/score/src/pheapiterate.c index 924667c807..7a766745cf 100644 --- a/cpukit/score/src/pheapiterate.c +++ b/cpukit/score/src/pheapiterate.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/pheapresizeblock.c b/cpukit/score/src/pheapresizeblock.c index da60b7defa..ad90e8ca81 100644 --- a/cpukit/score/src/pheapresizeblock.c +++ b/cpukit/score/src/pheapresizeblock.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/pheapwalk.c b/cpukit/score/src/pheapwalk.c index f15070c79f..d4a5e0aca9 100644 --- a/cpukit/score/src/pheapwalk.c +++ b/cpukit/score/src/pheapwalk.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/processormaskcopy.c b/cpukit/score/src/processormaskcopy.c index d10eeecfd9..1e1c5b6ca8 100644 --- a/cpukit/score/src/processormaskcopy.c +++ b/cpukit/score/src/processormaskcopy.c @@ -20,7 +20,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/profilingisrentryexit.c b/cpukit/score/src/profilingisrentryexit.c index 98df154d72..4a0133b29a 100644 --- a/cpukit/score/src/profilingisrentryexit.c +++ b/cpukit/score/src/profilingisrentryexit.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/cpukit/score/src/profilingsmplock.c b/cpukit/score/src/profilingsmplock.c index 7040fa25ec..f84c63acde 100644 --- a/cpukit/score/src/profilingsmplock.c +++ b/cpukit/score/src/profilingsmplock.c @@ -13,7 +13,7 @@ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include diff --git a/cpukit/score/src/rbtreeextract.c b/cpukit/score/src/rbtreeextract.c index c32eab98c9..270e60d96a 100644 --- a/cpukit/score/src/rbtreeextract.c +++ b/cpukit/score/src/rbtreeextract.c @@ -6,7 +6,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/rbtreeinsert.c b/cpukit/score/src/rbtreeinsert.c index c8bbef9aad..d9532d63d6 100644 --- a/cpukit/score/src/rbtreeinsert.c +++ b/cpukit/score/src/rbtreeinsert.c @@ -6,7 +6,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/rbtreeiterate.c b/cpukit/score/src/rbtreeiterate.c index e642c7b29e..c4c8180af2 100644 --- a/cpukit/score/src/rbtreeiterate.c +++ b/cpukit/score/src/rbtreeiterate.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/rbtreenext.c b/cpukit/score/src/rbtreenext.c index 4783ea1e6d..d0720a29c6 100644 --- a/cpukit/score/src/rbtreenext.c +++ b/cpukit/score/src/rbtreenext.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/rbtreepostorder.c b/cpukit/score/src/rbtreepostorder.c index acbf54114f..efe992b1fa 100644 --- a/cpukit/score/src/rbtreepostorder.c +++ b/cpukit/score/src/rbtreepostorder.c @@ -21,7 +21,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/rbtreereplace.c b/cpukit/score/src/rbtreereplace.c index 975d539fc2..c8408667f9 100644 --- a/cpukit/score/src/rbtreereplace.c +++ b/cpukit/score/src/rbtreereplace.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/sched.c b/cpukit/score/src/sched.c index c4de1c3bd9..893e50bba3 100644 --- a/cpukit/score/src/sched.c +++ b/cpukit/score/src/sched.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/scheduler.c b/cpukit/score/src/scheduler.c index db2c43502d..a48f0e4783 100644 --- a/cpukit/score/src/scheduler.c +++ b/cpukit/score/src/scheduler.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbs.c b/cpukit/score/src/schedulercbs.c index d4001d8ed3..94c4f49789 100644 --- a/cpukit/score/src/schedulercbs.c +++ b/cpukit/score/src/schedulercbs.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsattachthread.c b/cpukit/score/src/schedulercbsattachthread.c index 4193882d6b..ec941a30b7 100644 --- a/cpukit/score/src/schedulercbsattachthread.c +++ b/cpukit/score/src/schedulercbsattachthread.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbscleanup.c b/cpukit/score/src/schedulercbscleanup.c index cd6e13803a..9ed9df4b21 100644 --- a/cpukit/score/src/schedulercbscleanup.c +++ b/cpukit/score/src/schedulercbscleanup.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbscreateserver.c b/cpukit/score/src/schedulercbscreateserver.c index 15262cf286..5ee83467e7 100644 --- a/cpukit/score/src/schedulercbscreateserver.c +++ b/cpukit/score/src/schedulercbscreateserver.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsdestroyserver.c b/cpukit/score/src/schedulercbsdestroyserver.c index 5121e3a088..11baf8328d 100644 --- a/cpukit/score/src/schedulercbsdestroyserver.c +++ b/cpukit/score/src/schedulercbsdestroyserver.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsdetachthread.c b/cpukit/score/src/schedulercbsdetachthread.c index c840c8b376..85dfc11be0 100644 --- a/cpukit/score/src/schedulercbsdetachthread.c +++ b/cpukit/score/src/schedulercbsdetachthread.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsgetapprovedbudget.c b/cpukit/score/src/schedulercbsgetapprovedbudget.c index e72ef3bae8..6924afaa35 100644 --- a/cpukit/score/src/schedulercbsgetapprovedbudget.c +++ b/cpukit/score/src/schedulercbsgetapprovedbudget.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsgetexecutiontime.c b/cpukit/score/src/schedulercbsgetexecutiontime.c index b18ce9a44d..d9b58ff9aa 100644 --- a/cpukit/score/src/schedulercbsgetexecutiontime.c +++ b/cpukit/score/src/schedulercbsgetexecutiontime.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsgetparameters.c b/cpukit/score/src/schedulercbsgetparameters.c index 1abe5d91e1..de27c31370 100644 --- a/cpukit/score/src/schedulercbsgetparameters.c +++ b/cpukit/score/src/schedulercbsgetparameters.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsgetremainingbudget.c b/cpukit/score/src/schedulercbsgetremainingbudget.c index d556f33901..ca2cd086db 100644 --- a/cpukit/score/src/schedulercbsgetremainingbudget.c +++ b/cpukit/score/src/schedulercbsgetremainingbudget.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsgetserverid.c b/cpukit/score/src/schedulercbsgetserverid.c index 276c08f89d..b9882c78b5 100644 --- a/cpukit/score/src/schedulercbsgetserverid.c +++ b/cpukit/score/src/schedulercbsgetserverid.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsnodeinit.c b/cpukit/score/src/schedulercbsnodeinit.c index 08f63a100e..4710def95a 100644 --- a/cpukit/score/src/schedulercbsnodeinit.c +++ b/cpukit/score/src/schedulercbsnodeinit.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsreleasejob.c b/cpukit/score/src/schedulercbsreleasejob.c index 3ac07eb256..291d6ec1fc 100644 --- a/cpukit/score/src/schedulercbsreleasejob.c +++ b/cpukit/score/src/schedulercbsreleasejob.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbssetparameters.c b/cpukit/score/src/schedulercbssetparameters.c index 0b8b664794..995c0f503a 100644 --- a/cpukit/score/src/schedulercbssetparameters.c +++ b/cpukit/score/src/schedulercbssetparameters.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulercbsunblock.c b/cpukit/score/src/schedulercbsunblock.c index 4d751f9b90..90bec78f9e 100644 --- a/cpukit/score/src/schedulercbsunblock.c +++ b/cpukit/score/src/schedulercbsunblock.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerdefaultaskforhelp.c b/cpukit/score/src/schedulerdefaultaskforhelp.c index 94ec2e213d..bd172d3d06 100644 --- a/cpukit/score/src/schedulerdefaultaskforhelp.c +++ b/cpukit/score/src/schedulerdefaultaskforhelp.c @@ -6,8 +6,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/schedulerdefaultmappriority.c b/cpukit/score/src/schedulerdefaultmappriority.c index 228549f20d..87d13ff40f 100644 --- a/cpukit/score/src/schedulerdefaultmappriority.c +++ b/cpukit/score/src/schedulerdefaultmappriority.c @@ -6,7 +6,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerdefaultnodedestroy.c b/cpukit/score/src/schedulerdefaultnodedestroy.c index ae1ba2440b..35f5d62f0d 100644 --- a/cpukit/score/src/schedulerdefaultnodedestroy.c +++ b/cpukit/score/src/schedulerdefaultnodedestroy.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerdefaultnodeinit.c b/cpukit/score/src/schedulerdefaultnodeinit.c index de12babdee..f780003480 100644 --- a/cpukit/score/src/schedulerdefaultnodeinit.c +++ b/cpukit/score/src/schedulerdefaultnodeinit.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerdefaultpinunpin.c b/cpukit/score/src/schedulerdefaultpinunpin.c index 6df685a371..6465791631 100644 --- a/cpukit/score/src/schedulerdefaultpinunpin.c +++ b/cpukit/score/src/schedulerdefaultpinunpin.c @@ -6,7 +6,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerdefaultreleasejob.c b/cpukit/score/src/schedulerdefaultreleasejob.c index 52c19424cf..a1ab789ecc 100644 --- a/cpukit/score/src/schedulerdefaultreleasejob.c +++ b/cpukit/score/src/schedulerdefaultreleasejob.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerdefaultschedule.c b/cpukit/score/src/schedulerdefaultschedule.c index ca8d01ea71..a60ef53806 100644 --- a/cpukit/score/src/schedulerdefaultschedule.c +++ b/cpukit/score/src/schedulerdefaultschedule.c @@ -6,8 +6,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/schedulerdefaultsetaffinity.c b/cpukit/score/src/schedulerdefaultsetaffinity.c index ad7fc0d43d..ae3e6e613e 100644 --- a/cpukit/score/src/schedulerdefaultsetaffinity.c +++ b/cpukit/score/src/schedulerdefaultsetaffinity.c @@ -15,8 +15,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/schedulerdefaultstartidle.c b/cpukit/score/src/schedulerdefaultstartidle.c index 2da7f8d753..9789b6966a 100644 --- a/cpukit/score/src/schedulerdefaultstartidle.c +++ b/cpukit/score/src/schedulerdefaultstartidle.c @@ -6,8 +6,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/schedulerdefaulttick.c b/cpukit/score/src/schedulerdefaulttick.c index 21ae594f6d..bf93598a7c 100644 --- a/cpukit/score/src/schedulerdefaulttick.c +++ b/cpukit/score/src/schedulerdefaulttick.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/scheduleredf.c b/cpukit/score/src/scheduleredf.c index 99592c1fcc..2ffdeb8040 100644 --- a/cpukit/score/src/scheduleredf.c +++ b/cpukit/score/src/scheduleredf.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/scheduleredfblock.c b/cpukit/score/src/scheduleredfblock.c index 47e815efa1..b3b2fa4f0d 100644 --- a/cpukit/score/src/scheduleredfblock.c +++ b/cpukit/score/src/scheduleredfblock.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/scheduleredfchangepriority.c b/cpukit/score/src/scheduleredfchangepriority.c index 9cd4a3cec9..42d899b876 100644 --- a/cpukit/score/src/scheduleredfchangepriority.c +++ b/cpukit/score/src/scheduleredfchangepriority.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/scheduleredfnodeinit.c b/cpukit/score/src/scheduleredfnodeinit.c index f448c8738a..bb938cdcd1 100644 --- a/cpukit/score/src/scheduleredfnodeinit.c +++ b/cpukit/score/src/scheduleredfnodeinit.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/scheduleredfreleasejob.c b/cpukit/score/src/scheduleredfreleasejob.c index 6f9667d0e2..1f01f9cfa5 100644 --- a/cpukit/score/src/scheduleredfreleasejob.c +++ b/cpukit/score/src/scheduleredfreleasejob.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/scheduleredfschedule.c b/cpukit/score/src/scheduleredfschedule.c index 0b30b6704b..1f4823b971 100644 --- a/cpukit/score/src/scheduleredfschedule.c +++ b/cpukit/score/src/scheduleredfschedule.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/scheduleredfsmp.c b/cpukit/score/src/scheduleredfsmp.c index e6bf64836e..dc1fa20c86 100644 --- a/cpukit/score/src/scheduleredfsmp.c +++ b/cpukit/score/src/scheduleredfsmp.c @@ -14,8 +14,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/scheduleredfunblock.c b/cpukit/score/src/scheduleredfunblock.c index 05fce9da51..3302a478c0 100644 --- a/cpukit/score/src/scheduleredfunblock.c +++ b/cpukit/score/src/scheduleredfunblock.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/scheduleredfyield.c b/cpukit/score/src/scheduleredfyield.c index 116e525e43..8dc11fab8c 100644 --- a/cpukit/score/src/scheduleredfyield.c +++ b/cpukit/score/src/scheduleredfyield.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulergetaffinity.c b/cpukit/score/src/schedulergetaffinity.c index b405d2ba1f..d4666499c4 100644 --- a/cpukit/score/src/schedulergetaffinity.c +++ b/cpukit/score/src/schedulergetaffinity.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/schedulerpriority.c b/cpukit/score/src/schedulerpriority.c index f94d82e1fd..bf72d8057e 100644 --- a/cpukit/score/src/schedulerpriority.c +++ b/cpukit/score/src/schedulerpriority.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerpriorityaffinitysmp.c b/cpukit/score/src/schedulerpriorityaffinitysmp.c index f4f302fb4a..86ef7bf83e 100644 --- a/cpukit/score/src/schedulerpriorityaffinitysmp.c +++ b/cpukit/score/src/schedulerpriorityaffinitysmp.c @@ -15,8 +15,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/schedulerpriorityblock.c b/cpukit/score/src/schedulerpriorityblock.c index c192122ee4..50830f6176 100644 --- a/cpukit/score/src/schedulerpriorityblock.c +++ b/cpukit/score/src/schedulerpriorityblock.c @@ -16,7 +16,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerprioritychangepriority.c b/cpukit/score/src/schedulerprioritychangepriority.c index 247d1b28a9..0ea1b67183 100644 --- a/cpukit/score/src/schedulerprioritychangepriority.c +++ b/cpukit/score/src/schedulerprioritychangepriority.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerpriorityschedule.c b/cpukit/score/src/schedulerpriorityschedule.c index c2ea83466f..3e1acb07c8 100644 --- a/cpukit/score/src/schedulerpriorityschedule.c +++ b/cpukit/score/src/schedulerpriorityschedule.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerprioritysmp.c b/cpukit/score/src/schedulerprioritysmp.c index 207dd3cd87..b1a84166fe 100644 --- a/cpukit/score/src/schedulerprioritysmp.c +++ b/cpukit/score/src/schedulerprioritysmp.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/schedulerpriorityunblock.c b/cpukit/score/src/schedulerpriorityunblock.c index 80fef57e08..89bf197ffc 100644 --- a/cpukit/score/src/schedulerpriorityunblock.c +++ b/cpukit/score/src/schedulerpriorityunblock.c @@ -16,7 +16,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulerpriorityyield.c b/cpukit/score/src/schedulerpriorityyield.c index 796e9acd0a..cd4f3563c5 100644 --- a/cpukit/score/src/schedulerpriorityyield.c +++ b/cpukit/score/src/schedulerpriorityyield.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulersetaffinity.c b/cpukit/score/src/schedulersetaffinity.c index 1da339553e..37c3e57c79 100644 --- a/cpukit/score/src/schedulersetaffinity.c +++ b/cpukit/score/src/schedulersetaffinity.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/schedulersimple.c b/cpukit/score/src/schedulersimple.c index 3caa016b21..6fab5a140f 100644 --- a/cpukit/score/src/schedulersimple.c +++ b/cpukit/score/src/schedulersimple.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulersimpleblock.c b/cpukit/score/src/schedulersimpleblock.c index 36310348ee..1187a9d1e8 100644 --- a/cpukit/score/src/schedulersimpleblock.c +++ b/cpukit/score/src/schedulersimpleblock.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulersimplechangepriority.c b/cpukit/score/src/schedulersimplechangepriority.c index 01e35da1d4..448204274a 100644 --- a/cpukit/score/src/schedulersimplechangepriority.c +++ b/cpukit/score/src/schedulersimplechangepriority.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulersimpleschedule.c b/cpukit/score/src/schedulersimpleschedule.c index 34e1fafa8a..ee17219349 100644 --- a/cpukit/score/src/schedulersimpleschedule.c +++ b/cpukit/score/src/schedulersimpleschedule.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulersimplesmp.c b/cpukit/score/src/schedulersimplesmp.c index 4730c64d8d..d818dcea80 100644 --- a/cpukit/score/src/schedulersimplesmp.c +++ b/cpukit/score/src/schedulersimplesmp.c @@ -14,8 +14,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/schedulersimpleunblock.c b/cpukit/score/src/schedulersimpleunblock.c index 4e5b798505..9bc1635b3d 100644 --- a/cpukit/score/src/schedulersimpleunblock.c +++ b/cpukit/score/src/schedulersimpleunblock.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulersimpleyield.c b/cpukit/score/src/schedulersimpleyield.c index 1bd7a0154f..79b3f86c37 100644 --- a/cpukit/score/src/schedulersimpleyield.c +++ b/cpukit/score/src/schedulersimpleyield.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulersmp.c b/cpukit/score/src/schedulersmp.c index a498bda90a..cb1ab6e0f1 100644 --- a/cpukit/score/src/schedulersmp.c +++ b/cpukit/score/src/schedulersmp.c @@ -6,7 +6,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/schedulersmpstartidle.c b/cpukit/score/src/schedulersmpstartidle.c index bdb1b47876..e4e34ed3f8 100644 --- a/cpukit/score/src/schedulersmpstartidle.c +++ b/cpukit/score/src/schedulersmpstartidle.c @@ -6,8 +6,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/schedulerstrongapa.c b/cpukit/score/src/schedulerstrongapa.c index 906cc83fb3..924cd86412 100644 --- a/cpukit/score/src/schedulerstrongapa.c +++ b/cpukit/score/src/schedulerstrongapa.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/semaphore.c b/cpukit/score/src/semaphore.c index f9b8b48fe1..e133d6082d 100644 --- a/cpukit/score/src/semaphore.c +++ b/cpukit/score/src/semaphore.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/smp.c b/cpukit/score/src/smp.c index b6394a8bdf..0aab731dc8 100644 --- a/cpukit/score/src/smp.c +++ b/cpukit/score/src/smp.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/smpbarrierwait.c b/cpukit/score/src/smpbarrierwait.c index d06d819273..152338af00 100644 --- a/cpukit/score/src/smpbarrierwait.c +++ b/cpukit/score/src/smpbarrierwait.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/smplock.c b/cpukit/score/src/smplock.c index b9c7f6eed6..3523098677 100644 --- a/cpukit/score/src/smplock.c +++ b/cpukit/score/src/smplock.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/stackallocator.c b/cpukit/score/src/stackallocator.c index d13874ee94..404b98fa1c 100644 --- a/cpukit/score/src/stackallocator.c +++ b/cpukit/score/src/stackallocator.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c index 32a5132eee..69bfcf66e7 100644 --- a/cpukit/score/src/thread.c +++ b/cpukit/score/src/thread.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadallocateunlimited.c b/cpukit/score/src/threadallocateunlimited.c index c4b176f887..463a0ecb5d 100644 --- a/cpukit/score/src/threadallocateunlimited.c +++ b/cpukit/score/src/threadallocateunlimited.c @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadchangepriority.c b/cpukit/score/src/threadchangepriority.c index 71a01e05a3..458eae810a 100644 --- a/cpukit/score/src/threadchangepriority.c +++ b/cpukit/score/src/threadchangepriority.c @@ -17,7 +17,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadclearstate.c b/cpukit/score/src/threadclearstate.c index 90ce0e8a49..3af759e310 100644 --- a/cpukit/score/src/threadclearstate.c +++ b/cpukit/score/src/threadclearstate.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadcreateidle.c b/cpukit/score/src/threadcreateidle.c index d71315005b..1e18ad07cc 100644 --- a/cpukit/score/src/threadcreateidle.c +++ b/cpukit/score/src/threadcreateidle.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c index 3b611f7a7a..b2ac57b401 100644 --- a/cpukit/score/src/threaddispatch.c +++ b/cpukit/score/src/threaddispatch.c @@ -16,7 +16,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadentryadaptoridle.c b/cpukit/score/src/threadentryadaptoridle.c index e98f562a30..c3034a6c8d 100644 --- a/cpukit/score/src/threadentryadaptoridle.c +++ b/cpukit/score/src/threadentryadaptoridle.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/threadentryadaptornumeric.c b/cpukit/score/src/threadentryadaptornumeric.c index acc06f0614..78cf700e2b 100644 --- a/cpukit/score/src/threadentryadaptornumeric.c +++ b/cpukit/score/src/threadentryadaptornumeric.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/threadentryadaptorpointer.c b/cpukit/score/src/threadentryadaptorpointer.c index 65866d886f..4ba6227230 100644 --- a/cpukit/score/src/threadentryadaptorpointer.c +++ b/cpukit/score/src/threadentryadaptorpointer.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/threadget.c b/cpukit/score/src/threadget.c index f453c309f8..1333253289 100644 --- a/cpukit/score/src/threadget.c +++ b/cpukit/score/src/threadget.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadgetcputimeused.c b/cpukit/score/src/threadgetcputimeused.c index 7b5b73bf95..b89050af96 100644 --- a/cpukit/score/src/threadgetcputimeused.c +++ b/cpukit/score/src/threadgetcputimeused.c @@ -12,7 +12,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadhandler.c b/cpukit/score/src/threadhandler.c index 4b8e386a67..acbe186a53 100644 --- a/cpukit/score/src/threadhandler.c +++ b/cpukit/score/src/threadhandler.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadidledefault.c b/cpukit/score/src/threadidledefault.c index 6babe25d70..88dbbb5331 100644 --- a/cpukit/score/src/threadidledefault.c +++ b/cpukit/score/src/threadidledefault.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadinitialize.c b/cpukit/score/src/threadinitialize.c index 742e6e6080..691f56388e 100644 --- a/cpukit/score/src/threadinitialize.c +++ b/cpukit/score/src/threadinitialize.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threaditerate.c b/cpukit/score/src/threaditerate.c index 78ccb6756c..455aa1b91a 100644 --- a/cpukit/score/src/threaditerate.c +++ b/cpukit/score/src/threaditerate.c @@ -12,7 +12,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadloadenv.c b/cpukit/score/src/threadloadenv.c index 828e8eca82..9b0808cbf8 100644 --- a/cpukit/score/src/threadloadenv.c +++ b/cpukit/score/src/threadloadenv.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadmp.c b/cpukit/score/src/threadmp.c index fffd4de064..d03800abd2 100644 --- a/cpukit/score/src/threadmp.c +++ b/cpukit/score/src/threadmp.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadname.c b/cpukit/score/src/threadname.c index 4c1ca5e033..95abc7d209 100644 --- a/cpukit/score/src/threadname.c +++ b/cpukit/score/src/threadname.c @@ -6,7 +6,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c index 4483c9e03b..ffce17a857 100644 --- a/cpukit/score/src/threadq.c +++ b/cpukit/score/src/threadq.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadqenqueue.c b/cpukit/score/src/threadqenqueue.c index d2e8c48381..44fabb24c7 100644 --- a/cpukit/score/src/threadqenqueue.c +++ b/cpukit/score/src/threadqenqueue.c @@ -16,7 +16,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadqextractwithproxy.c b/cpukit/score/src/threadqextractwithproxy.c index efe0940940..d9b6f58c78 100644 --- a/cpukit/score/src/threadqextractwithproxy.c +++ b/cpukit/score/src/threadqextractwithproxy.c @@ -19,7 +19,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadqfirst.c b/cpukit/score/src/threadqfirst.c index e68fb9f5fa..4c3939ff7a 100644 --- a/cpukit/score/src/threadqfirst.c +++ b/cpukit/score/src/threadqfirst.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadqflush.c b/cpukit/score/src/threadqflush.c index af48d54a20..f9303f4eec 100644 --- a/cpukit/score/src/threadqflush.c +++ b/cpukit/score/src/threadqflush.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadqops.c b/cpukit/score/src/threadqops.c index dbabf9c8ac..9894c3628b 100644 --- a/cpukit/score/src/threadqops.c +++ b/cpukit/score/src/threadqops.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/threadqtimeout.c b/cpukit/score/src/threadqtimeout.c index 0993fd4fe7..3a08342740 100644 --- a/cpukit/score/src/threadqtimeout.c +++ b/cpukit/score/src/threadqtimeout.c @@ -6,7 +6,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadrestart.c b/cpukit/score/src/threadrestart.c index 0c6890324c..d7752d264c 100644 --- a/cpukit/score/src/threadrestart.c +++ b/cpukit/score/src/threadrestart.c @@ -16,7 +16,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadscheduler.c b/cpukit/score/src/threadscheduler.c index d6918b1a18..bacb4e746d 100644 --- a/cpukit/score/src/threadscheduler.c +++ b/cpukit/score/src/threadscheduler.c @@ -12,7 +12,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadsetstate.c b/cpukit/score/src/threadsetstate.c index 763c2839e2..d07ae05fdd 100644 --- a/cpukit/score/src/threadsetstate.c +++ b/cpukit/score/src/threadsetstate.c @@ -17,7 +17,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadstackallocate.c b/cpukit/score/src/threadstackallocate.c index 722de7bfd6..2ca7ec2bff 100644 --- a/cpukit/score/src/threadstackallocate.c +++ b/cpukit/score/src/threadstackallocate.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadstackfree.c b/cpukit/score/src/threadstackfree.c index 8d8e2296a7..3e70f8b3e4 100644 --- a/cpukit/score/src/threadstackfree.c +++ b/cpukit/score/src/threadstackfree.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadstart.c b/cpukit/score/src/threadstart.c index 9e9ea1cb4a..5d49e9ea5a 100644 --- a/cpukit/score/src/threadstart.c +++ b/cpukit/score/src/threadstart.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadstartmultitasking.c b/cpukit/score/src/threadstartmultitasking.c index 67bbba45f5..5b2b99310a 100644 --- a/cpukit/score/src/threadstartmultitasking.c +++ b/cpukit/score/src/threadstartmultitasking.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadtimeout.c b/cpukit/score/src/threadtimeout.c index 61e86599d1..6d14001d27 100644 --- a/cpukit/score/src/threadtimeout.c +++ b/cpukit/score/src/threadtimeout.c @@ -15,8 +15,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/threadunpin.c b/cpukit/score/src/threadunpin.c index bf05790694..f3ed0cf07e 100644 --- a/cpukit/score/src/threadunpin.c +++ b/cpukit/score/src/threadunpin.c @@ -6,7 +6,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/threadwaitgetid.c b/cpukit/score/src/threadwaitgetid.c index fd32e5ec84..62982417f8 100644 --- a/cpukit/score/src/threadwaitgetid.c +++ b/cpukit/score/src/threadwaitgetid.c @@ -12,8 +12,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/threadyield.c b/cpukit/score/src/threadyield.c index 462f04fee2..8585e2ca43 100644 --- a/cpukit/score/src/threadyield.c +++ b/cpukit/score/src/threadyield.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/timespecaddto.c b/cpukit/score/src/timespecaddto.c index 171e823c1c..cd2dca8db7 100644 --- a/cpukit/score/src/timespecaddto.c +++ b/cpukit/score/src/timespecaddto.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/timespecdivide.c b/cpukit/score/src/timespecdivide.c index ee219b3a8d..a163375c92 100644 --- a/cpukit/score/src/timespecdivide.c +++ b/cpukit/score/src/timespecdivide.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/timespecdividebyinteger.c b/cpukit/score/src/timespecdividebyinteger.c index 89944fd97b..5534196ece 100644 --- a/cpukit/score/src/timespecdividebyinteger.c +++ b/cpukit/score/src/timespecdividebyinteger.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/timespecfromticks.c b/cpukit/score/src/timespecfromticks.c index 8477bf3926..2d3207a899 100644 --- a/cpukit/score/src/timespecfromticks.c +++ b/cpukit/score/src/timespecfromticks.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/timespecgetasnanoseconds.c b/cpukit/score/src/timespecgetasnanoseconds.c index 2f8d17f4a4..7435464986 100644 --- a/cpukit/score/src/timespecgetasnanoseconds.c +++ b/cpukit/score/src/timespecgetasnanoseconds.c @@ -13,7 +13,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/timespecisvalid.c b/cpukit/score/src/timespecisvalid.c index 447a58596f..88743f67ce 100644 --- a/cpukit/score/src/timespecisvalid.c +++ b/cpukit/score/src/timespecisvalid.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/timespeclessthan.c b/cpukit/score/src/timespeclessthan.c index 64328216ab..13a57cefe9 100644 --- a/cpukit/score/src/timespeclessthan.c +++ b/cpukit/score/src/timespeclessthan.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/timespecsubtract.c b/cpukit/score/src/timespecsubtract.c index c3006340b2..cd07d8677f 100644 --- a/cpukit/score/src/timespecsubtract.c +++ b/cpukit/score/src/timespecsubtract.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/timespectoticks.c b/cpukit/score/src/timespectoticks.c index 05211c9a7d..f37504c058 100644 --- a/cpukit/score/src/timespectoticks.c +++ b/cpukit/score/src/timespectoticks.c @@ -11,7 +11,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/tlsallocsize.c b/cpukit/score/src/tlsallocsize.c index 046579814a..8fa5600602 100644 --- a/cpukit/score/src/tlsallocsize.c +++ b/cpukit/score/src/tlsallocsize.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/userext.c b/cpukit/score/src/userext.c index c724d1d0fa..6106cd8217 100644 --- a/cpukit/score/src/userext.c +++ b/cpukit/score/src/userext.c @@ -15,8 +15,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/userextaddset.c b/cpukit/score/src/userextaddset.c index 70e9fb008f..f4f709b4b5 100644 --- a/cpukit/score/src/userextaddset.c +++ b/cpukit/score/src/userextaddset.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/userextiterate.c b/cpukit/score/src/userextiterate.c index ca010efa92..06665a2d7a 100644 --- a/cpukit/score/src/userextiterate.c +++ b/cpukit/score/src/userextiterate.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/userextremoveset.c b/cpukit/score/src/userextremoveset.c index 4eb13f0c55..aeb54a3f8f 100644 --- a/cpukit/score/src/userextremoveset.c +++ b/cpukit/score/src/userextremoveset.c @@ -15,7 +15,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/watchdoginsert.c b/cpukit/score/src/watchdoginsert.c index c6dbed22f3..5a031d3a70 100644 --- a/cpukit/score/src/watchdoginsert.c +++ b/cpukit/score/src/watchdoginsert.c @@ -19,7 +19,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/watchdogremove.c b/cpukit/score/src/watchdogremove.c index cda4a62032..def0ef5496 100644 --- a/cpukit/score/src/watchdogremove.c +++ b/cpukit/score/src/watchdogremove.c @@ -19,7 +19,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/watchdogtick.c b/cpukit/score/src/watchdogtick.c index 2f11357019..791f9e0573 100644 --- a/cpukit/score/src/watchdogtick.c +++ b/cpukit/score/src/watchdogtick.c @@ -12,7 +12,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/watchdogtickssinceboot.c b/cpukit/score/src/watchdogtickssinceboot.c index b255c4ee6e..c522608169 100644 --- a/cpukit/score/src/watchdogtickssinceboot.c +++ b/cpukit/score/src/watchdogtickssinceboot.c @@ -14,7 +14,7 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/watchdogtimeslicedefault.c b/cpukit/score/src/watchdogtimeslicedefault.c index 91be2b51e6..1e6ab5a91c 100644 --- a/cpukit/score/src/watchdogtimeslicedefault.c +++ b/cpukit/score/src/watchdogtimeslicedefault.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/wkspace.c b/cpukit/score/src/wkspace.c index 8c3f518779..fdc046313e 100644 --- a/cpukit/score/src/wkspace.c +++ b/cpukit/score/src/wkspace.c @@ -14,8 +14,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/cpukit/score/src/wkspaceisunifieddefault.c b/cpukit/score/src/wkspaceisunifieddefault.c index 80b79622a6..3c357505b4 100644 --- a/cpukit/score/src/wkspaceisunifieddefault.c +++ b/cpukit/score/src/wkspaceisunifieddefault.c @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/cpukit/score/src/wkstringduplicate.c b/cpukit/score/src/wkstringduplicate.c index 8fc1c9705d..5c0b0877f1 100644 --- a/cpukit/score/src/wkstringduplicate.c +++ b/cpukit/score/src/wkstringduplicate.c @@ -20,8 +20,8 @@ * http://www.rtems.org/license/LICENSE. */ -#if HAVE_CONFIG_H - #include "config.h" +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include -- cgit v1.2.3