change log for rtems (2011-02-22)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Feb 22 08:11:05 UTC 2011


 *ralf*:
2010-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>

	* POSIX/calloc.c, POSIX/clock_gettime.c, POSIX/close.c, POSIX/dup2.c,
	POSIX/fcntl.c, POSIX/flockfile.c, POSIX/fork.c, POSIX/free.c,
	POSIX/fstat.c, POSIX/ftrylockfile.c, POSIX/funlockfile.c,
	POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c,
	POSIX/gettimeofday.c, POSIX/getuid.c, POSIX/htonl.c, POSIX/issetugid.c,
	POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
	POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
	POSIX/posix_memalign.c, POSIX/read.c, POSIX/readv.c, POSIX/realloc.c,
	POSIX/setjmp.c, POSIX/sigaddset.c, POSIX/sigdelset.c,
	POSIX/sigemptyset.c, POSIX/sigfillset.c, POSIX/sigismember.c,
	POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
	POSIX/wait.c, POSIX/waitpid.c, POSIX/write.c, POSIX/writev.c,
	block01/init.c, block02/init.c, block03/init.c, block04/init.c,
	block05/init.c, block06/init.c, block07/init.c, block08/bdbuf_test1_1.c,
	block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c,
	block08/bdbuf_test1_4.c, block08/bdbuf_test1_5.c,
	block08/bdbuf_test2_1.c, block08/bdbuf_test2_2.c,
	block08/bdbuf_test3_1.c, block08/bdbuf_test3_2.c,
	block08/bdbuf_test3_3.c, block08/bdbuf_test4_1.c,
	block08/bdbuf_test4_2.c, block08/bdbuf_test4_3.c, block08/bdbuf_tests.c,
	block08/init.c, block09/init.c, block10/init.c, bspcmdline01/init.c,
	complex/docomplex.c, complex/docomplex.in, complex/docomplexf.c,
	complex/docomplexl.c, complex/init.c, cpuuse/init.c, cpuuse/task1.c,
	cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, devfs01/init.c,
	devfs02/init.c, devfs03/init.c, devfs04/init.c, deviceio01/init.c,
	dumpbuf01/init.c, gxx01/init.c, heapwalk/init.c, malloc02/init.c,
	malloc03/init.c, malloc04/init.c, malloc05/init.c, malloctest/init.c,
	malloctest/task1.c, math/domath.c, math/domath.in, math/init.c,
	mathf/domathf.c, mathf/init.c, mathl/domathl.c, mathl/init.c,
	monitor/init.c, monitor02/init.c, putenvtest/init.c, rtmonuse/getall.c,
	rtmonuse/init.c, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c,
	stackchk/task1.c, stackchk01/init.c, stringto01/init.c, tar01/init.c,
	tar02/init.c, tar03/init.c, termios/init.c, termios01/init.c,
	termios01/termios_testdriver.c, termios02/init.c, termios03/init.c,
	termios03/termios_testdriver_polled.c, termios04/init.c,
	termios04/termios_testdriver_intr.c, termios05/init.c,
	termios05/termios_testdriver_taskdriven.c, termios06/init.c,
	termios06/test_pppd.c, termios07/init.c, termios08/init.c,
	tztest/init.c: Add HAVE_CONFIG_H.

M  1.258  testsuites/libtests/ChangeLog

diff -u rtems/testsuites/libtests/ChangeLog:1.257 rtems/testsuites/libtests/ChangeLog:1.258
--- rtems/testsuites/libtests/ChangeLog:1.257	Mon Feb 14 14:50:45 2011
+++ rtems/testsuites/libtests/ChangeLog	Tue Feb 22 01:34:41 2011
@@ -1,3 +1,45 @@
+2010-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* POSIX/calloc.c, POSIX/clock_gettime.c, POSIX/close.c, POSIX/dup2.c,
+	POSIX/fcntl.c, POSIX/flockfile.c, POSIX/fork.c, POSIX/free.c,
+	POSIX/fstat.c, POSIX/ftrylockfile.c, POSIX/funlockfile.c,
+	POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c,
+	POSIX/gettimeofday.c, POSIX/getuid.c, POSIX/htonl.c, POSIX/issetugid.c,
+	POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
+	POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
+	POSIX/posix_memalign.c, POSIX/read.c, POSIX/readv.c, POSIX/realloc.c,
+	POSIX/setjmp.c, POSIX/sigaddset.c, POSIX/sigdelset.c,
+	POSIX/sigemptyset.c, POSIX/sigfillset.c, POSIX/sigismember.c,
+	POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
+	POSIX/wait.c, POSIX/waitpid.c, POSIX/write.c, POSIX/writev.c,
+	block01/init.c, block02/init.c, block03/init.c, block04/init.c,
+	block05/init.c, block06/init.c, block07/init.c, block08/bdbuf_test1_1.c,
+	block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c,
+	block08/bdbuf_test1_4.c, block08/bdbuf_test1_5.c,
+	block08/bdbuf_test2_1.c, block08/bdbuf_test2_2.c,
+	block08/bdbuf_test3_1.c, block08/bdbuf_test3_2.c,
+	block08/bdbuf_test3_3.c, block08/bdbuf_test4_1.c,
+	block08/bdbuf_test4_2.c, block08/bdbuf_test4_3.c, block08/bdbuf_tests.c,
+	block08/init.c, block09/init.c, block10/init.c, bspcmdline01/init.c,
+	complex/docomplex.c, complex/docomplex.in, complex/docomplexf.c,
+	complex/docomplexl.c, complex/init.c, cpuuse/init.c, cpuuse/task1.c,
+	cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, devfs01/init.c,
+	devfs02/init.c, devfs03/init.c, devfs04/init.c, deviceio01/init.c,
+	dumpbuf01/init.c, gxx01/init.c, heapwalk/init.c, malloc02/init.c,
+	malloc03/init.c, malloc04/init.c, malloc05/init.c, malloctest/init.c,
+	malloctest/task1.c, math/domath.c, math/domath.in, math/init.c,
+	mathf/domathf.c, mathf/init.c, mathl/domathl.c, mathl/init.c,
+	monitor/init.c, monitor02/init.c, putenvtest/init.c, rtmonuse/getall.c,
+	rtmonuse/init.c, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c,
+	stackchk/task1.c, stackchk01/init.c, stringto01/init.c, tar01/init.c,
+	tar02/init.c, tar03/init.c, termios/init.c, termios01/init.c,
+	termios01/termios_testdriver.c, termios02/init.c, termios03/init.c,
+	termios03/termios_testdriver_polled.c, termios04/init.c,
+	termios04/termios_testdriver_intr.c, termios05/init.c,
+	termios05/termios_testdriver_taskdriven.c, termios06/init.c,
+	termios06/test_pppd.c, termios07/init.c, termios08/init.c,
+	tztest/init.c: Add HAVE_CONFIG_H.
+
 2011-02-14	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* math/init.c, mathf/init.c, mathl/init.c: Now run.


 *ralf*:
Add HAVE_CONFIG_H.

M    1.2  testsuites/libtests/POSIX/calloc.c
M    1.2  testsuites/libtests/POSIX/clock_gettime.c
M    1.2  testsuites/libtests/POSIX/close.c
M    1.2  testsuites/libtests/POSIX/dup2.c
M    1.2  testsuites/libtests/POSIX/fcntl.c
M    1.2  testsuites/libtests/POSIX/flockfile.c
M    1.2  testsuites/libtests/POSIX/fork.c
M    1.2  testsuites/libtests/POSIX/free.c
M    1.2  testsuites/libtests/POSIX/fstat.c
M    1.2  testsuites/libtests/POSIX/ftrylockfile.c
M    1.2  testsuites/libtests/POSIX/funlockfile.c
M    1.2  testsuites/libtests/POSIX/getdents.c
M    1.2  testsuites/libtests/POSIX/getlogin.c
M    1.2  testsuites/libtests/POSIX/getpwnam.c
M    1.2  testsuites/libtests/POSIX/getpwuid.c
M    1.2  testsuites/libtests/POSIX/gettimeofday.c
M    1.2  testsuites/libtests/POSIX/getuid.c
M    1.2  testsuites/libtests/POSIX/htonl.c
M    1.2  testsuites/libtests/POSIX/issetugid.c
M    1.2  testsuites/libtests/POSIX/kill.c
M    1.2  testsuites/libtests/POSIX/longjmp.c
M    1.2  testsuites/libtests/POSIX/lseek.c
M    1.2  testsuites/libtests/POSIX/lstat.c
M    1.2  testsuites/libtests/POSIX/malloc.c
M    1.2  testsuites/libtests/POSIX/nanosleep.c
M    1.2  testsuites/libtests/POSIX/open.c
M    1.2  testsuites/libtests/POSIX/pipe.c
M    1.2  testsuites/libtests/POSIX/posix_memalign.c
M    1.2  testsuites/libtests/POSIX/read.c
M    1.2  testsuites/libtests/POSIX/readv.c
M    1.2  testsuites/libtests/POSIX/realloc.c
M    1.2  testsuites/libtests/POSIX/setjmp.c
M    1.2  testsuites/libtests/POSIX/sigaddset.c
M    1.2  testsuites/libtests/POSIX/sigdelset.c
M    1.2  testsuites/libtests/POSIX/sigemptyset.c
M    1.3  testsuites/libtests/POSIX/sigfillset.c
M    1.2  testsuites/libtests/POSIX/sigismember.c
M    1.2  testsuites/libtests/POSIX/sigprocmask.c
M    1.2  testsuites/libtests/POSIX/stat.c
M    1.2  testsuites/libtests/POSIX/unlink.c
M    1.2  testsuites/libtests/POSIX/vfork.c
M    1.2  testsuites/libtests/POSIX/wait.c
M    1.2  testsuites/libtests/POSIX/waitpid.c
M    1.2  testsuites/libtests/POSIX/write.c
M    1.2  testsuites/libtests/POSIX/writev.c
M    1.6  testsuites/libtests/block01/init.c
M    1.5  testsuites/libtests/block02/init.c
M    1.4  testsuites/libtests/block03/init.c
M    1.4  testsuites/libtests/block04/init.c
M    1.6  testsuites/libtests/block05/init.c
M    1.7  testsuites/libtests/block06/init.c
M    1.5  testsuites/libtests/block07/init.c
M    1.3  testsuites/libtests/block08/bdbuf_test1_1.c
M    1.3  testsuites/libtests/block08/bdbuf_test1_2.c
M    1.3  testsuites/libtests/block08/bdbuf_test1_3.c
M    1.2  testsuites/libtests/block08/bdbuf_test1_4.c
M    1.2  testsuites/libtests/block08/bdbuf_test1_5.c
M    1.2  testsuites/libtests/block08/bdbuf_test2_1.c
M    1.2  testsuites/libtests/block08/bdbuf_test2_2.c
M    1.2  testsuites/libtests/block08/bdbuf_test3_1.c
M    1.2  testsuites/libtests/block08/bdbuf_test3_2.c
M    1.2  testsuites/libtests/block08/bdbuf_test3_3.c
M    1.2  testsuites/libtests/block08/bdbuf_test4_1.c
M    1.2  testsuites/libtests/block08/bdbuf_test4_2.c
M    1.2  testsuites/libtests/block08/bdbuf_test4_3.c
M    1.3  testsuites/libtests/block08/bdbuf_tests.c
M    1.4  testsuites/libtests/block08/init.c
M    1.3  testsuites/libtests/block09/init.c
M    1.3  testsuites/libtests/block10/init.c
M    1.9  testsuites/libtests/bspcmdline01/init.c
M    1.2  testsuites/libtests/complex/docomplex.c
M    1.2  testsuites/libtests/complex/docomplex.in
M    1.2  testsuites/libtests/complex/docomplexf.c
M    1.2  testsuites/libtests/complex/docomplexl.c
M    1.4  testsuites/libtests/complex/init.c
M   1.14  testsuites/libtests/cpuuse/init.c
M   1.11  testsuites/libtests/cpuuse/task1.c
M   1.12  testsuites/libtests/cpuuse/task2.c
M    1.8  testsuites/libtests/cpuuse/task3.c
M   1.16  testsuites/libtests/cpuuse/tswitch.c
M    1.2  testsuites/libtests/devfs01/init.c
M    1.2  testsuites/libtests/devfs02/init.c
M    1.2  testsuites/libtests/devfs03/init.c
M    1.3  testsuites/libtests/devfs04/init.c
M    1.2  testsuites/libtests/deviceio01/init.c
M    1.2  testsuites/libtests/dumpbuf01/init.c
M    1.6  testsuites/libtests/gxx01/init.c
M   1.13  testsuites/libtests/heapwalk/init.c
M    1.3  testsuites/libtests/malloc02/init.c
M    1.3  testsuites/libtests/malloc03/init.c
M    1.4  testsuites/libtests/malloc04/init.c
M    1.2  testsuites/libtests/malloc05/init.c
M   1.44  testsuites/libtests/malloctest/init.c
M   1.15  testsuites/libtests/malloctest/task1.c
M    1.3  testsuites/libtests/math/domath.c
M    1.3  testsuites/libtests/math/domath.in
M    1.6  testsuites/libtests/math/init.c
M    1.2  testsuites/libtests/mathf/domathf.c
M    1.3  testsuites/libtests/mathf/init.c
M    1.2  testsuites/libtests/mathl/domathl.c
M    1.3  testsuites/libtests/mathl/init.c
M   1.11  testsuites/libtests/monitor/init.c
M    1.7  testsuites/libtests/monitor02/init.c
M   1.10  testsuites/libtests/putenvtest/init.c
M    1.8  testsuites/libtests/rtmonuse/getall.c
M   1.16  testsuites/libtests/rtmonuse/init.c
M   1.19  testsuites/libtests/rtmonuse/task1.c
M   1.16  testsuites/libtests/stackchk/blow.c
M   1.10  testsuites/libtests/stackchk/init.c
M   1.11  testsuites/libtests/stackchk/task1.c
M    1.3  testsuites/libtests/stackchk01/init.c
M    1.5  testsuites/libtests/stringto01/init.c
M    1.2  testsuites/libtests/tar01/init.c
M    1.3  testsuites/libtests/tar02/init.c
M    1.2  testsuites/libtests/tar03/init.c
M   1.17  testsuites/libtests/termios/init.c
M   1.15  testsuites/libtests/termios01/init.c
M    1.9  testsuites/libtests/termios01/termios_testdriver.c
M    1.4  testsuites/libtests/termios02/init.c
M    1.4  testsuites/libtests/termios03/init.c
M    1.3  testsuites/libtests/termios03/termios_testdriver_polled.c
M    1.2  testsuites/libtests/termios04/init.c
M    1.3  testsuites/libtests/termios04/termios_testdriver_intr.c
M    1.2  testsuites/libtests/termios05/init.c
M    1.2  testsuites/libtests/termios05/termios_testdriver_taskdriven.c
M    1.5  testsuites/libtests/termios06/init.c
M    1.2  testsuites/libtests/termios06/test_pppd.c
M    1.2  testsuites/libtests/termios07/init.c
M    1.2  testsuites/libtests/termios08/init.c
M    1.5  testsuites/libtests/tztest/init.c
M   1.12  testsuites/sptests/sp01/init.c
M   1.13  testsuites/sptests/sp01/task1.c
M   1.13  testsuites/sptests/sp02/init.c
M   1.11  testsuites/sptests/sp02/preempt.c
M   1.18  testsuites/sptests/sp02/task1.c
M   1.12  testsuites/sptests/sp02/task2.c
M   1.12  testsuites/sptests/sp02/task3.c
M   1.13  testsuites/sptests/sp03/init.c
M   1.10  testsuites/sptests/sp03/task1.c
M   1.12  testsuites/sptests/sp03/task2.c
M   1.14  testsuites/sptests/sp04/init.c
M   1.20  testsuites/sptests/sp04/task1.c
M    1.9  testsuites/sptests/sp04/task2.c
M    1.9  testsuites/sptests/sp04/task3.c
M   1.21  testsuites/sptests/sp04/tswitch.c
M   1.11  testsuites/sptests/sp05/init.c
M   1.11  testsuites/sptests/sp05/task1.c
M    1.9  testsuites/sptests/sp05/task2.c
M    1.9  testsuites/sptests/sp05/task3.c
M   1.12  testsuites/sptests/sp06/init.c
M   1.13  testsuites/sptests/sp06/task1.c
M   1.10  testsuites/sptests/sp06/task2.c
M    1.9  testsuites/sptests/sp06/task3.c
M    1.5  testsuites/sptests/sp07/buffered_io.c
M   1.20  testsuites/sptests/sp07/init.c
M   1.14  testsuites/sptests/sp07/task1.c
M   1.10  testsuites/sptests/sp07/task2.c
M    1.9  testsuites/sptests/sp07/task3.c
M   1.10  testsuites/sptests/sp07/task4.c
M   1.11  testsuites/sptests/sp07/taskexit.c
M   1.15  testsuites/sptests/sp07/tcreate.c
M   1.16  testsuites/sptests/sp07/tdelete.c
M   1.13  testsuites/sptests/sp07/trestart.c
M   1.14  testsuites/sptests/sp07/tstart.c
M   1.13  testsuites/sptests/sp08/init.c
M   1.10  testsuites/sptests/sp08/task1.c
M    1.9  testsuites/sptests/sp09/delay.c
M   1.14  testsuites/sptests/sp09/init.c
M    1.9  testsuites/sptests/sp09/isr.c
M   1.21  testsuites/sptests/sp09/screen01.c
M   1.16  testsuites/sptests/sp09/screen02.c
M   1.18  testsuites/sptests/sp09/screen03.c
M   1.14  testsuites/sptests/sp09/screen04.c
M   1.20  testsuites/sptests/sp09/screen05.c
M   1.11  testsuites/sptests/sp09/screen06.c
M   1.23  testsuites/sptests/sp09/screen07.c
M   1.12  testsuites/sptests/sp09/screen08.c
M   1.20  testsuites/sptests/sp09/screen09.c
M   1.14  testsuites/sptests/sp09/screen10.c
M   1.16  testsuites/sptests/sp09/screen11.c
M   1.24  testsuites/sptests/sp09/screen12.c
M   1.15  testsuites/sptests/sp09/screen13.c
M   1.22  testsuites/sptests/sp09/screen14.c
M   1.11  testsuites/sptests/sp09/task1.c
M    1.9  testsuites/sptests/sp09/task2.c
M   1.13  testsuites/sptests/sp09/task3.c
M    1.9  testsuites/sptests/sp09/task4.c
M    1.4  testsuites/sptests/sp10/init.c
M   1.13  testsuites/sptests/sp11/init.c
M   1.16  testsuites/sptests/sp11/task1.c
M   1.13  testsuites/sptests/sp11/task2.c
M   1.10  testsuites/sptests/sp11/timer.c
M   1.16  testsuites/sptests/sp12/init.c
M   1.14  testsuites/sptests/sp12/pridrv.c
M   1.16  testsuites/sptests/sp12/pritask.c
M   1.12  testsuites/sptests/sp12/task1.c
M    1.8  testsuites/sptests/sp12/task2.c
M    1.8  testsuites/sptests/sp12/task3.c
M    1.8  testsuites/sptests/sp12/task4.c
M    1.9  testsuites/sptests/sp12/task5.c
M   1.10  testsuites/sptests/sp13/fillbuff.c
M   1.18  testsuites/sptests/sp13/init.c
M   1.13  testsuites/sptests/sp13/putbuff.c
M   1.28  testsuites/sptests/sp13/task1.c
M   1.16  testsuites/sptests/sp13/task2.c
M   1.13  testsuites/sptests/sp13/task3.c
M   1.12  testsuites/sptests/sp14/asr.c
M   1.13  testsuites/sptests/sp14/init.c
M   1.15  testsuites/sptests/sp14/task1.c
M   1.11  testsuites/sptests/sp14/task2.c
M   1.13  testsuites/sptests/sp15/init.c
M   1.11  testsuites/sptests/sp15/task1.c
M   1.13  testsuites/sptests/sp16/init.c
M   1.16  testsuites/sptests/sp16/task1.c
M   1.10  testsuites/sptests/sp16/task2.c
M   1.10  testsuites/sptests/sp16/task3.c
M   1.10  testsuites/sptests/sp16/task4.c
M   1.11  testsuites/sptests/sp16/task5.c
M    1.9  testsuites/sptests/sp17/asr.c
M   1.12  testsuites/sptests/sp17/init.c
M   1.10  testsuites/sptests/sp17/task1.c
M    1.9  testsuites/sptests/sp17/task2.c
M    1.5  testsuites/sptests/sp18/init.c
M   1.10  testsuites/sptests/sp19/first.c
M   1.14  testsuites/sptests/sp19/fptask.c
M   1.12  testsuites/sptests/sp19/init.c
M   1.12  testsuites/sptests/sp19/task1.c
M   1.10  testsuites/sptests/sp20/getall.c
M   1.15  testsuites/sptests/sp20/init.c
M   1.17  testsuites/sptests/sp20/task1.c
M   1.13  testsuites/sptests/sp21/init.c
M   1.10  testsuites/sptests/sp22/delay.c
M   1.14  testsuites/sptests/sp22/init.c
M   1.10  testsuites/sptests/sp22/prtime.c
M   1.15  testsuites/sptests/sp22/task1.c
M   1.12  testsuites/sptests/sp23/init.c
M   1.12  testsuites/sptests/sp23/task1.c
M   1.14  testsuites/sptests/sp24/init.c
M   1.11  testsuites/sptests/sp24/resume.c
M   1.12  testsuites/sptests/sp24/task1.c
M   1.14  testsuites/sptests/sp25/init.c
M   1.20  testsuites/sptests/sp25/task1.c
M    1.7  testsuites/sptests/sp26/init.c
M    1.9  testsuites/sptests/sp26/task1.c
M   1.12  testsuites/sptests/sp27/init.c
M   1.21  testsuites/sptests/sp28/init.c
M   1.17  testsuites/sptests/sp29/init.c
M    1.8  testsuites/sptests/sp30/init.c
M    1.6  testsuites/sptests/sp30/resume.c
M   1.10  testsuites/sptests/sp30/task1.c
M    1.6  testsuites/sptests/sp31/delay.c
M    1.8  testsuites/sptests/sp31/init.c
M    1.6  testsuites/sptests/sp31/prtime.c
M   1.17  testsuites/sptests/sp31/task1.c
M   1.10  testsuites/sptests/sp32/init.c
M   1.12  testsuites/sptests/sp33/init.c
M   1.14  testsuites/sptests/sp34/changepri.c
M   1.17  testsuites/sptests/sp35/priinv.c
M    1.6  testsuites/sptests/sp36/strict_order_mut.c
M   1.11  testsuites/sptests/sp37/init.c
M    1.7  testsuites/sptests/sp38/init.c
M   1.11  testsuites/sptests/sp39/init.c
M    1.7  testsuites/sptests/sp40/init.c
M   1.10  testsuites/sptests/sp41/init.c
M    1.9  testsuites/sptests/sp42/init.c
M   1.25  testsuites/sptests/sp43/init.c
M    1.7  testsuites/sptests/sp44/init.c
M    1.5  testsuites/sptests/sp45/init.c
M    1.8  testsuites/sptests/sp46/init.c
M    1.5  testsuites/sptests/sp47/init.c
M    1.5  testsuites/sptests/sp48/init.c
M    1.2  testsuites/sptests/sp49/init.c
M    1.5  testsuites/sptests/sp50/init.c
M    1.4  testsuites/sptests/sp51/init.c
M    1.3  testsuites/sptests/sp52/init.c
M    1.6  testsuites/sptests/sp54/init.c
M    1.2  testsuites/sptests/sp55/init.c
M    1.2  testsuites/sptests/sp56/init.c
M    1.3  testsuites/sptests/sp57/init.c
M    1.3  testsuites/sptests/sp58/init.c
M    1.6  testsuites/sptests/sp59/init.c
M    1.3  testsuites/sptests/sp60/init.c
M    1.8  testsuites/sptests/sp62/init.c
M   1.13  testsuites/sptests/sp63/init.c
M    1.6  testsuites/sptests/sp64/init.c
M    1.9  testsuites/sptests/sp65/init.c
M    1.3  testsuites/sptests/sp66/init.c
M    1.4  testsuites/sptests/sp67/init.c
M    1.3  testsuites/sptests/sp68/init.c
M    1.5  testsuites/sptests/sp69/init.c
M    1.3  testsuites/sptests/sp70/init.c
M    1.2  testsuites/sptests/sp71/init.c
M    1.2  testsuites/sptests/sp72/init.c
M    1.2  testsuites/sptests/spassoc01/init.c
M    1.9  testsuites/sptests/spchain/init.c
M    1.5  testsuites/sptests/spclockget/init.c
M    1.2  testsuites/sptests/spcoverage/init.c
M    1.2  testsuites/sptests/sperror01/init.c
M    1.2  testsuites/sptests/sperror02/init.c
M    1.2  testsuites/sptests/sperror03/init.c
M    1.2  testsuites/sptests/spfatal_support/consume_sems.c
M   1.11  testsuites/sptests/spfatal_support/init.c
M    1.5  testsuites/sptests/spfifo01/init.c
M    1.6  testsuites/sptests/spfifo02/init.c
M    1.5  testsuites/sptests/spfifo03/init.c
M    1.6  testsuites/sptests/spfifo04/init.c
M    1.2  testsuites/sptests/spfifo05/init.c
M    1.2  testsuites/sptests/spheapprot/init.c
M    1.6  testsuites/sptests/spintrcritical01/init.c
M   1.13  testsuites/sptests/spintrcritical06/init.c
M    1.5  testsuites/sptests/spintrcritical08/init.c
M    1.7  testsuites/sptests/spintrcritical09/init.c
M    1.3  testsuites/sptests/spintrcritical10/init.c
M    1.4  testsuites/sptests/spintrcritical11/init.c
M    1.3  testsuites/sptests/spintrcritical13/init.c
M    1.5  testsuites/sptests/spintrcritical15/init.c
M    1.5  testsuites/sptests/spintrcritical16/init.c
M    1.3  testsuites/sptests/spintrcritical17/init.c
M    1.5  testsuites/sptests/spintrcritical_support/intrcritical.c
M    1.4  testsuites/sptests/spmkdir/init.c
M    1.4  testsuites/sptests/spmountmgr01/init.c
M    1.3  testsuites/sptests/spnotepad01/init.c
M    1.7  testsuites/sptests/spobjgetnext/init.c
M    1.8  testsuites/sptests/spprintk/init.c
M    1.3  testsuites/sptests/spprivenv01/init.c
M   1.10  testsuites/sptests/spsize/getint.c
M   1.15  testsuites/sptests/spsize/init.c
M   1.70  testsuites/sptests/spsize/size.c
M    1.4  testsuites/sptests/spstkalloc/init.c
M    1.2  testsuites/sptests/spthreadq01/init.c
M    1.2  testsuites/sptests/spwatchdog/delay.c
M    1.4  testsuites/sptests/spwatchdog/init.c
M    1.3  testsuites/sptests/spwatchdog/prtime.c
M    1.8  testsuites/sptests/spwatchdog/task1.c
M    1.5  testsuites/sptests/spwkspace/init.c

diff -u rtems/testsuites/libtests/POSIX/calloc.c:1.1 rtems/testsuites/libtests/POSIX/calloc.c:1.2
--- rtems/testsuites/libtests/POSIX/calloc.c:1.1	Wed Dec  2 08:58:47 2009
+++ rtems/testsuites/libtests/POSIX/calloc.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/clock_gettime.c:1.1 rtems/testsuites/libtests/POSIX/clock_gettime.c:1.2
--- rtems/testsuites/libtests/POSIX/clock_gettime.c:1.1	Mon Jan 31 09:59:19 2011
+++ rtems/testsuites/libtests/POSIX/clock_gettime.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <time.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/close.c:1.1 rtems/testsuites/libtests/POSIX/close.c:1.2
--- rtems/testsuites/libtests/POSIX/close.c:1.1	Wed Dec  2 08:58:47 2009
+++ rtems/testsuites/libtests/POSIX/close.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/dup2.c:1.1 rtems/testsuites/libtests/POSIX/dup2.c:1.2
--- rtems/testsuites/libtests/POSIX/dup2.c:1.1	Wed Dec  2 08:58:47 2009
+++ rtems/testsuites/libtests/POSIX/dup2.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/fcntl.c:1.1 rtems/testsuites/libtests/POSIX/fcntl.c:1.2
--- rtems/testsuites/libtests/POSIX/fcntl.c:1.1	Wed Dec  2 08:58:47 2009
+++ rtems/testsuites/libtests/POSIX/fcntl.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 #include <fcntl.h>
 

diff -u rtems/testsuites/libtests/POSIX/flockfile.c:1.1 rtems/testsuites/libtests/POSIX/flockfile.c:1.2
--- rtems/testsuites/libtests/POSIX/flockfile.c:1.1	Sun Apr 11 11:44:20 2010
+++ rtems/testsuites/libtests/POSIX/flockfile.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 
 int main(void)

diff -u rtems/testsuites/libtests/POSIX/fork.c:1.1 rtems/testsuites/libtests/POSIX/fork.c:1.2
--- rtems/testsuites/libtests/POSIX/fork.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/fork.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/free.c:1.1 rtems/testsuites/libtests/POSIX/free.c:1.2
--- rtems/testsuites/libtests/POSIX/free.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/free.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/fstat.c:1.1 rtems/testsuites/libtests/POSIX/fstat.c:1.2
--- rtems/testsuites/libtests/POSIX/fstat.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/fstat.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>

diff -u rtems/testsuites/libtests/POSIX/ftrylockfile.c:1.1 rtems/testsuites/libtests/POSIX/ftrylockfile.c:1.2
--- rtems/testsuites/libtests/POSIX/ftrylockfile.c:1.1	Sun Apr 11 11:44:20 2010
+++ rtems/testsuites/libtests/POSIX/ftrylockfile.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 
 int main(void)

diff -u rtems/testsuites/libtests/POSIX/funlockfile.c:1.1 rtems/testsuites/libtests/POSIX/funlockfile.c:1.2
--- rtems/testsuites/libtests/POSIX/funlockfile.c:1.1	Sun Apr 11 11:44:20 2010
+++ rtems/testsuites/libtests/POSIX/funlockfile.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 
 int main(void)

diff -u rtems/testsuites/libtests/POSIX/getdents.c:1.1 rtems/testsuites/libtests/POSIX/getdents.c:1.2
--- rtems/testsuites/libtests/POSIX/getdents.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/getdents.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <dirent.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/getlogin.c:1.1 rtems/testsuites/libtests/POSIX/getlogin.c:1.2
--- rtems/testsuites/libtests/POSIX/getlogin.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/getlogin.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/getpwnam.c:1.1 rtems/testsuites/libtests/POSIX/getpwnam.c:1.2
--- rtems/testsuites/libtests/POSIX/getpwnam.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/getpwnam.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <pwd.h>
 

diff -u rtems/testsuites/libtests/POSIX/getpwuid.c:1.1 rtems/testsuites/libtests/POSIX/getpwuid.c:1.2
--- rtems/testsuites/libtests/POSIX/getpwuid.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/getpwuid.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <pwd.h>
 

diff -u rtems/testsuites/libtests/POSIX/gettimeofday.c:1.1 rtems/testsuites/libtests/POSIX/gettimeofday.c:1.2
--- rtems/testsuites/libtests/POSIX/gettimeofday.c:1.1	Mon Jan 31 09:59:19 2011
+++ rtems/testsuites/libtests/POSIX/gettimeofday.c	Tue Feb 22 01:34:05 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/time.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/getuid.c:1.1 rtems/testsuites/libtests/POSIX/getuid.c:1.2
--- rtems/testsuites/libtests/POSIX/getuid.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/getuid.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 #include <sys/types.h>
 

diff -u rtems/testsuites/libtests/POSIX/htonl.c:1.1 rtems/testsuites/libtests/POSIX/htonl.c:1.2
--- rtems/testsuites/libtests/POSIX/htonl.c:1.1	Wed Sep  1 01:42:58 2010
+++ rtems/testsuites/libtests/POSIX/htonl.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <arpa/inet.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/issetugid.c:1.1 rtems/testsuites/libtests/POSIX/issetugid.c:1.2
--- rtems/testsuites/libtests/POSIX/issetugid.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/issetugid.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/kill.c:1.1 rtems/testsuites/libtests/POSIX/kill.c:1.2
--- rtems/testsuites/libtests/POSIX/kill.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/kill.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <signal.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/longjmp.c:1.1 rtems/testsuites/libtests/POSIX/longjmp.c:1.2
--- rtems/testsuites/libtests/POSIX/longjmp.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/longjmp.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <setjmp.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/lseek.c:1.1 rtems/testsuites/libtests/POSIX/lseek.c:1.2
--- rtems/testsuites/libtests/POSIX/lseek.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/lseek.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <unistd.h>
 

diff -u rtems/testsuites/libtests/POSIX/lstat.c:1.1 rtems/testsuites/libtests/POSIX/lstat.c:1.2
--- rtems/testsuites/libtests/POSIX/lstat.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/lstat.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>

diff -u rtems/testsuites/libtests/POSIX/malloc.c:1.1 rtems/testsuites/libtests/POSIX/malloc.c:1.2
--- rtems/testsuites/libtests/POSIX/malloc.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/malloc.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/nanosleep.c:1.1 rtems/testsuites/libtests/POSIX/nanosleep.c:1.2
--- rtems/testsuites/libtests/POSIX/nanosleep.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/nanosleep.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <time.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/open.c:1.1 rtems/testsuites/libtests/POSIX/open.c:1.2
--- rtems/testsuites/libtests/POSIX/open.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/open.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>

diff -u rtems/testsuites/libtests/POSIX/pipe.c:1.1 rtems/testsuites/libtests/POSIX/pipe.c:1.2
--- rtems/testsuites/libtests/POSIX/pipe.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/pipe.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/posix_memalign.c:1.1 rtems/testsuites/libtests/POSIX/posix_memalign.c:1.2
--- rtems/testsuites/libtests/POSIX/posix_memalign.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/posix_memalign.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/read.c:1.1 rtems/testsuites/libtests/POSIX/read.c:1.2
--- rtems/testsuites/libtests/POSIX/read.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/read.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/readv.c:1.1 rtems/testsuites/libtests/POSIX/readv.c:1.2
--- rtems/testsuites/libtests/POSIX/readv.c:1.1	Sun Dec  6 00:51:39 2009
+++ rtems/testsuites/libtests/POSIX/readv.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/uio.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/realloc.c:1.1 rtems/testsuites/libtests/POSIX/realloc.c:1.2
--- rtems/testsuites/libtests/POSIX/realloc.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/realloc.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/setjmp.c:1.1 rtems/testsuites/libtests/POSIX/setjmp.c:1.2
--- rtems/testsuites/libtests/POSIX/setjmp.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/setjmp.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <setjmp.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/sigaddset.c:1.1 rtems/testsuites/libtests/POSIX/sigaddset.c:1.2
--- rtems/testsuites/libtests/POSIX/sigaddset.c:1.1	Fri Dec  4 09:17:31 2009
+++ rtems/testsuites/libtests/POSIX/sigaddset.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <signal.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/sigdelset.c:1.1 rtems/testsuites/libtests/POSIX/sigdelset.c:1.2
--- rtems/testsuites/libtests/POSIX/sigdelset.c:1.1	Fri Dec  4 09:17:31 2009
+++ rtems/testsuites/libtests/POSIX/sigdelset.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <signal.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/sigemptyset.c:1.1 rtems/testsuites/libtests/POSIX/sigemptyset.c:1.2
--- rtems/testsuites/libtests/POSIX/sigemptyset.c:1.1	Fri Dec  4 09:17:31 2009
+++ rtems/testsuites/libtests/POSIX/sigemptyset.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <signal.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/sigfillset.c:1.2 rtems/testsuites/libtests/POSIX/sigfillset.c:1.3
--- rtems/testsuites/libtests/POSIX/sigfillset.c:1.2	Fri Dec  4 09:18:47 2009
+++ rtems/testsuites/libtests/POSIX/sigfillset.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <signal.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/sigismember.c:1.1 rtems/testsuites/libtests/POSIX/sigismember.c:1.2
--- rtems/testsuites/libtests/POSIX/sigismember.c:1.1	Fri Dec  4 09:17:31 2009
+++ rtems/testsuites/libtests/POSIX/sigismember.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <signal.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/sigprocmask.c:1.1 rtems/testsuites/libtests/POSIX/sigprocmask.c:1.2
--- rtems/testsuites/libtests/POSIX/sigprocmask.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/sigprocmask.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <signal.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/stat.c:1.1 rtems/testsuites/libtests/POSIX/stat.c:1.2
--- rtems/testsuites/libtests/POSIX/stat.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/stat.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>

diff -u rtems/testsuites/libtests/POSIX/unlink.c:1.1 rtems/testsuites/libtests/POSIX/unlink.c:1.2
--- rtems/testsuites/libtests/POSIX/unlink.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/unlink.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/vfork.c:1.1 rtems/testsuites/libtests/POSIX/vfork.c:1.2
--- rtems/testsuites/libtests/POSIX/vfork.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/vfork.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <unistd.h>
 

diff -u rtems/testsuites/libtests/POSIX/wait.c:1.1 rtems/testsuites/libtests/POSIX/wait.c:1.2
--- rtems/testsuites/libtests/POSIX/wait.c:1.1	Fri Dec  4 00:54:54 2009
+++ rtems/testsuites/libtests/POSIX/wait.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <sys/wait.h>
 

diff -u rtems/testsuites/libtests/POSIX/waitpid.c:1.1 rtems/testsuites/libtests/POSIX/waitpid.c:1.2
--- rtems/testsuites/libtests/POSIX/waitpid.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/waitpid.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <sys/wait.h>
 

diff -u rtems/testsuites/libtests/POSIX/write.c:1.1 rtems/testsuites/libtests/POSIX/write.c:1.2
--- rtems/testsuites/libtests/POSIX/write.c:1.1	Wed Dec  2 08:58:48 2009
+++ rtems/testsuites/libtests/POSIX/write.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <unistd.h>
 
 int

diff -u rtems/testsuites/libtests/POSIX/writev.c:1.1 rtems/testsuites/libtests/POSIX/writev.c:1.2
--- rtems/testsuites/libtests/POSIX/writev.c:1.1	Sun Dec  6 00:51:40 2009
+++ rtems/testsuites/libtests/POSIX/writev.c	Tue Feb 22 01:34:06 2011
@@ -6,6 +6,10 @@
  * is freely granted, provided that this notice is preserved.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/uio.h>
 
 int

diff -u rtems/testsuites/libtests/block01/init.c:1.5 rtems/testsuites/libtests/block01/init.c:1.6
--- rtems/testsuites/libtests/block01/init.c:1.5	Mon May  3 04:14:27 2010
+++ rtems/testsuites/libtests/block01/init.c	Tue Feb 22 01:34:06 2011
@@ -21,6 +21,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #include "tmacros.h"
 

diff -u rtems/testsuites/libtests/block02/init.c:1.4 rtems/testsuites/libtests/block02/init.c:1.5
--- rtems/testsuites/libtests/block02/init.c:1.4	Mon May  3 04:14:27 2010
+++ rtems/testsuites/libtests/block02/init.c	Tue Feb 22 01:34:06 2011
@@ -19,6 +19,10 @@
  * http://www.rtems.com/license/LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 
 #include <rtems.h>

diff -u rtems/testsuites/libtests/block03/init.c:1.3 rtems/testsuites/libtests/block03/init.c:1.4
--- rtems/testsuites/libtests/block03/init.c:1.3	Mon May  3 04:14:27 2010
+++ rtems/testsuites/libtests/block03/init.c	Tue Feb 22 01:34:06 2011
@@ -19,6 +19,10 @@
  * http://www.rtems.com/license/LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 
 #include <rtems.h>

diff -u rtems/testsuites/libtests/block04/init.c:1.3 rtems/testsuites/libtests/block04/init.c:1.4
--- rtems/testsuites/libtests/block04/init.c:1.3	Mon May  3 04:14:27 2010
+++ rtems/testsuites/libtests/block04/init.c	Tue Feb 22 01:34:06 2011
@@ -19,6 +19,10 @@
  * http://www.rtems.com/license/LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 
 #include <rtems.h>

diff -u rtems/testsuites/libtests/block05/init.c:1.5 rtems/testsuites/libtests/block05/init.c:1.6
--- rtems/testsuites/libtests/block05/init.c:1.5	Mon May  3 04:14:27 2010
+++ rtems/testsuites/libtests/block05/init.c	Tue Feb 22 01:34:06 2011
@@ -19,6 +19,10 @@
  * http://www.rtems.com/license/LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 #include <stdarg.h>
 #include <errno.h>

diff -u rtems/testsuites/libtests/block06/init.c:1.6 rtems/testsuites/libtests/block06/init.c:1.7
--- rtems/testsuites/libtests/block06/init.c:1.6	Mon May  3 04:14:27 2010
+++ rtems/testsuites/libtests/block06/init.c	Tue Feb 22 01:34:06 2011
@@ -14,6 +14,10 @@
  * Please add more tests
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <errno.h>
 #include <setjmp.h>
 #include <stdio.h>

diff -u rtems/testsuites/libtests/block07/init.c:1.4 rtems/testsuites/libtests/block07/init.c:1.5
--- rtems/testsuites/libtests/block07/init.c:1.4	Mon May  3 04:14:27 2010
+++ rtems/testsuites/libtests/block07/init.c	Tue Feb 22 01:34:06 2011
@@ -19,6 +19,10 @@
  * http://www.rtems.com/license/LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/ioctl.h>
 #include <sys/types.h>
 #include <sys/stat.h>

diff -u rtems/testsuites/libtests/block08/bdbuf_test1_1.c:1.2 rtems/testsuites/libtests/block08/bdbuf_test1_1.c:1.3
--- rtems/testsuites/libtests/block08/bdbuf_test1_1.c:1.2	Mon May 17 03:34:55 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test1_1.c	Tue Feb 22 01:34:06 2011
@@ -26,6 +26,10 @@
  * http://www.rtems.com/license/LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test1_1_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test1_2.c:1.2 rtems/testsuites/libtests/block08/bdbuf_test1_2.c:1.3
--- rtems/testsuites/libtests/block08/bdbuf_test1_2.c:1.2	Mon May 17 03:34:55 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test1_2.c	Tue Feb 22 01:34:06 2011
@@ -30,6 +30,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test1_2_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test1_3.c:1.2 rtems/testsuites/libtests/block08/bdbuf_test1_3.c:1.3
--- rtems/testsuites/libtests/block08/bdbuf_test1_3.c:1.2	Mon May 17 03:34:55 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test1_3.c	Tue Feb 22 01:34:06 2011
@@ -31,6 +31,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test1_3_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test1_4.c:1.1 rtems/testsuites/libtests/block08/bdbuf_test1_4.c:1.2
--- rtems/testsuites/libtests/block08/bdbuf_test1_4.c:1.1	Tue Jan 19 02:55:18 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test1_4.c	Tue Feb 22 01:34:06 2011
@@ -28,6 +28,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test1_4_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test1_5.c:1.1 rtems/testsuites/libtests/block08/bdbuf_test1_5.c:1.2
--- rtems/testsuites/libtests/block08/bdbuf_test1_5.c:1.1	Tue Jan 19 02:55:18 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test1_5.c	Tue Feb 22 01:34:06 2011
@@ -27,6 +27,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test1_5_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test2_1.c:1.1 rtems/testsuites/libtests/block08/bdbuf_test2_1.c:1.2
--- rtems/testsuites/libtests/block08/bdbuf_test2_1.c:1.1	Tue Jan 19 02:55:18 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test2_1.c	Tue Feb 22 01:34:06 2011
@@ -30,6 +30,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test2_1_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test2_2.c:1.1 rtems/testsuites/libtests/block08/bdbuf_test2_2.c:1.2
--- rtems/testsuites/libtests/block08/bdbuf_test2_2.c:1.1	Tue Jan 19 02:55:18 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test2_2.c	Tue Feb 22 01:34:06 2011
@@ -33,6 +33,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test2_2_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test3_1.c:1.1 rtems/testsuites/libtests/block08/bdbuf_test3_1.c:1.2
--- rtems/testsuites/libtests/block08/bdbuf_test3_1.c:1.1	Tue Jan 19 02:55:18 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test3_1.c	Tue Feb 22 01:34:07 2011
@@ -21,6 +21,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test3_1_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test3_2.c:1.1 rtems/testsuites/libtests/block08/bdbuf_test3_2.c:1.2
--- rtems/testsuites/libtests/block08/bdbuf_test3_2.c:1.1	Tue Jan 19 02:55:18 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test3_2.c	Tue Feb 22 01:34:07 2011
@@ -22,6 +22,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test3_2_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test3_3.c:1.1 rtems/testsuites/libtests/block08/bdbuf_test3_3.c:1.2
--- rtems/testsuites/libtests/block08/bdbuf_test3_3.c:1.1	Tue Jan 19 02:55:18 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test3_3.c	Tue Feb 22 01:34:07 2011
@@ -27,6 +27,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test3_3_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test4_1.c:1.1 rtems/testsuites/libtests/block08/bdbuf_test4_1.c:1.2
--- rtems/testsuites/libtests/block08/bdbuf_test4_1.c:1.1	Tue Jan 19 02:55:18 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test4_1.c	Tue Feb 22 01:34:07 2011
@@ -23,6 +23,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test4_1_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test4_2.c:1.1 rtems/testsuites/libtests/block08/bdbuf_test4_2.c:1.2
--- rtems/testsuites/libtests/block08/bdbuf_test4_2.c:1.1	Tue Jan 19 02:55:18 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test4_2.c	Tue Feb 22 01:34:07 2011
@@ -24,6 +24,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test4_2_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_test4_3.c:1.1 rtems/testsuites/libtests/block08/bdbuf_test4_3.c:1.2
--- rtems/testsuites/libtests/block08/bdbuf_test4_3.c:1.1	Tue Jan 19 02:55:18 2010
+++ rtems/testsuites/libtests/block08/bdbuf_test4_3.c	Tue Feb 22 01:34:07 2011
@@ -22,6 +22,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bdbuf_tests.h>
 
 static rtems_task bdbuf_test4_3_thread1(rtems_task_argument arg);

diff -u rtems/testsuites/libtests/block08/bdbuf_tests.c:1.2 rtems/testsuites/libtests/block08/bdbuf_tests.c:1.3
--- rtems/testsuites/libtests/block08/bdbuf_tests.c:1.2	Mon May 17 03:34:55 2010
+++ rtems/testsuites/libtests/block08/bdbuf_tests.c	Tue Feb 22 01:34:07 2011
@@ -11,6 +11,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #include <errno.h>
 

diff -u rtems/testsuites/libtests/block08/init.c:1.3 rtems/testsuites/libtests/block08/init.c:1.4
--- rtems/testsuites/libtests/block08/init.c:1.3	Wed Jan 20 11:15:14 2010
+++ rtems/testsuites/libtests/block08/init.c	Tue Feb 22 01:34:07 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/libtests/block09/init.c:1.2 rtems/testsuites/libtests/block09/init.c:1.3
--- rtems/testsuites/libtests/block09/init.c:1.2	Mon May  3 04:14:27 2010
+++ rtems/testsuites/libtests/block09/init.c	Tue Feb 22 01:34:07 2011
@@ -19,6 +19,10 @@
  * http://www.rtems.com/license/LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <assert.h>
 #include <errno.h>
 

diff -u rtems/testsuites/libtests/block10/init.c:1.2 rtems/testsuites/libtests/block10/init.c:1.3
--- rtems/testsuites/libtests/block10/init.c:1.2	Mon May  3 04:14:27 2010
+++ rtems/testsuites/libtests/block10/init.c	Tue Feb 22 01:34:07 2011
@@ -19,6 +19,10 @@
  * http://www.rtems.com/license/LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <assert.h>
 #include <errno.h>
 

diff -u rtems/testsuites/libtests/bspcmdline01/init.c:1.8 rtems/testsuites/libtests/bspcmdline01/init.c:1.9
--- rtems/testsuites/libtests/bspcmdline01/init.c:1.8	Mon Aug  2 13:11:53 2010
+++ rtems/testsuites/libtests/bspcmdline01/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <rtems/bspcmdline.h>
 

diff -u rtems/testsuites/libtests/complex/docomplex.c:1.1 rtems/testsuites/libtests/complex/docomplex.c:1.2
--- rtems/testsuites/libtests/complex/docomplex.c:1.1	Tue Nov 30 07:48:35 2010
+++ rtems/testsuites/libtests/complex/docomplex.c	Tue Feb 22 01:34:07 2011
@@ -10,6 +10,10 @@
  * Try to compile and link against POSIX complex math routines.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <complex.h>
 #include <stdio.h>
 

diff -u rtems/testsuites/libtests/complex/docomplex.in:1.1 rtems/testsuites/libtests/complex/docomplex.in:1.2
--- rtems/testsuites/libtests/complex/docomplex.in:1.1	Tue Nov 30 07:48:35 2010
+++ rtems/testsuites/libtests/complex/docomplex.in	Tue Feb 22 01:34:07 2011
@@ -10,6 +10,10 @@
  * Try to compile and link against POSIX complex math routines.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <complex.h>
 #include <stdio.h>
 

diff -u rtems/testsuites/libtests/complex/docomplexf.c:1.1 rtems/testsuites/libtests/complex/docomplexf.c:1.2
--- rtems/testsuites/libtests/complex/docomplexf.c:1.1	Tue Nov 30 07:48:35 2010
+++ rtems/testsuites/libtests/complex/docomplexf.c	Tue Feb 22 01:34:07 2011
@@ -10,6 +10,10 @@
  * Try to compile and link against POSIX complex math routines.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <complex.h>
 #include <stdio.h>
 

diff -u rtems/testsuites/libtests/complex/docomplexl.c:1.1 rtems/testsuites/libtests/complex/docomplexl.c:1.2
--- rtems/testsuites/libtests/complex/docomplexl.c:1.1	Tue Nov 30 07:48:35 2010
+++ rtems/testsuites/libtests/complex/docomplexl.c	Tue Feb 22 01:34:07 2011
@@ -10,6 +10,10 @@
  * Try to compile and link against POSIX complex math routines.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <complex.h>
 #include <stdio.h>
 

diff -u rtems/testsuites/libtests/complex/init.c:1.3 rtems/testsuites/libtests/complex/init.c:1.4
--- rtems/testsuites/libtests/complex/init.c:1.3	Mon Feb 14 14:24:27 2011
+++ rtems/testsuites/libtests/complex/init.c	Tue Feb 22 01:34:07 2011
@@ -20,6 +20,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #if __rtems__
 #include <bsp.h> /* for device driver prototypes */
 #endif

diff -u rtems/testsuites/libtests/cpuuse/init.c:1.13 rtems/testsuites/libtests/cpuuse/init.c:1.14
--- rtems/testsuites/libtests/cpuuse/init.c:1.13	Mon Oct 12 08:31:01 2009
+++ rtems/testsuites/libtests/cpuuse/init.c	Tue Feb 22 01:34:07 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/libtests/cpuuse/task1.c:1.10 rtems/testsuites/libtests/cpuuse/task1.c:1.11
--- rtems/testsuites/libtests/cpuuse/task1.c:1.10	Mon Aug 10 11:04:57 2009
+++ rtems/testsuites/libtests/cpuuse/task1.c	Tue Feb 22 01:34:07 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/libtests/cpuuse/task2.c:1.11 rtems/testsuites/libtests/cpuuse/task2.c:1.12
--- rtems/testsuites/libtests/cpuuse/task2.c:1.11	Fri Oct 26 16:31:47 2007
+++ rtems/testsuites/libtests/cpuuse/task2.c	Tue Feb 22 01:34:07 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 #include <rtems/cpuuse.h>

diff -u rtems/testsuites/libtests/cpuuse/task3.c:1.7 rtems/testsuites/libtests/cpuuse/task3.c:1.8
--- rtems/testsuites/libtests/cpuuse/task3.c:1.7	Thu Sep  4 13:53:27 2003
+++ rtems/testsuites/libtests/cpuuse/task3.c	Tue Feb 22 01:34:07 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_3(

diff -u rtems/testsuites/libtests/cpuuse/tswitch.c:1.15 rtems/testsuites/libtests/cpuuse/tswitch.c:1.16
--- rtems/testsuites/libtests/cpuuse/tswitch.c:1.15	Wed Feb  2 12:52:50 2011
+++ rtems/testsuites/libtests/cpuuse/tswitch.c	Tue Feb 22 01:34:07 2011
@@ -20,6 +20,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 /*

diff -u rtems/testsuites/libtests/devfs01/init.c:1.1 rtems/testsuites/libtests/devfs01/init.c:1.2
--- rtems/testsuites/libtests/devfs01/init.c:1.1	Wed Jul 14 18:53:49 2010
+++ rtems/testsuites/libtests/devfs01/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/devfs.h>

diff -u rtems/testsuites/libtests/devfs02/init.c:1.1 rtems/testsuites/libtests/devfs02/init.c:1.2
--- rtems/testsuites/libtests/devfs02/init.c:1.1	Thu Jul 22 06:54:10 2010
+++ rtems/testsuites/libtests/devfs02/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/devfs.h>

diff -u rtems/testsuites/libtests/devfs03/init.c:1.1 rtems/testsuites/libtests/devfs03/init.c:1.2
--- rtems/testsuites/libtests/devfs03/init.c:1.1	Thu Jul 22 06:54:10 2010
+++ rtems/testsuites/libtests/devfs03/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/devfs.h>

diff -u rtems/testsuites/libtests/devfs04/init.c:1.2 rtems/testsuites/libtests/devfs04/init.c:1.3
--- rtems/testsuites/libtests/devfs04/init.c:1.2	Tue Jul 27 08:54:56 2010
+++ rtems/testsuites/libtests/devfs04/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/devfs.h>

diff -u rtems/testsuites/libtests/deviceio01/init.c:1.1 rtems/testsuites/libtests/deviceio01/init.c:1.2
--- rtems/testsuites/libtests/deviceio01/init.c:1.1	Fri Aug  6 19:24:48 2010
+++ rtems/testsuites/libtests/deviceio01/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/devfs.h>

diff -u rtems/testsuites/libtests/dumpbuf01/init.c:1.1 rtems/testsuites/libtests/dumpbuf01/init.c:1.2
--- rtems/testsuites/libtests/dumpbuf01/init.c:1.1	Mon Aug  2 13:17:11 2010
+++ rtems/testsuites/libtests/dumpbuf01/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/dumpbuf.h>

diff -u rtems/testsuites/libtests/gxx01/init.c:1.5 rtems/testsuites/libtests/gxx01/init.c:1.6
--- rtems/testsuites/libtests/gxx01/init.c:1.5	Mon Aug 23 03:32:51 2010
+++ rtems/testsuites/libtests/gxx01/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/gxx_wrappers.h>

diff -u rtems/testsuites/libtests/heapwalk/init.c:1.12 rtems/testsuites/libtests/heapwalk/init.c:1.13
--- rtems/testsuites/libtests/heapwalk/init.c:1.12	Mon Jun  7 04:33:32 2010
+++ rtems/testsuites/libtests/heapwalk/init.c	Tue Feb 22 01:34:07 2011
@@ -13,6 +13,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
 #define CONFIGURE_INIT
 #include "system.h"

diff -u rtems/testsuites/libtests/malloc02/init.c:1.2 rtems/testsuites/libtests/malloc02/init.c:1.3
--- rtems/testsuites/libtests/malloc02/init.c:1.2	Mon Jun 21 16:09:36 2010
+++ rtems/testsuites/libtests/malloc02/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 volatile bool operation_performed_from_tsr;

diff -u rtems/testsuites/libtests/malloc03/init.c:1.2 rtems/testsuites/libtests/malloc03/init.c:1.3
--- rtems/testsuites/libtests/malloc03/init.c:1.2	Mon Jul  5 16:14:39 2010
+++ rtems/testsuites/libtests/malloc03/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 

diff -u rtems/testsuites/libtests/malloc04/init.c:1.3 rtems/testsuites/libtests/malloc04/init.c:1.4
--- rtems/testsuites/libtests/malloc04/init.c:1.3	Tue Aug 10 08:15:38 2010
+++ rtems/testsuites/libtests/malloc04/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/libcsupport.h>

diff -u rtems/testsuites/libtests/malloc05/init.c:1.1 rtems/testsuites/libtests/malloc05/init.c:1.2
--- rtems/testsuites/libtests/malloc05/init.c:1.1	Wed Jul 14 18:29:45 2010
+++ rtems/testsuites/libtests/malloc05/init.c	Tue Feb 22 01:34:07 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/malloc.h>

diff -u rtems/testsuites/libtests/malloctest/init.c:1.43 rtems/testsuites/libtests/malloctest/init.c:1.44
--- rtems/testsuites/libtests/malloctest/init.c:1.43	Wed Aug 25 07:38:48 2010
+++ rtems/testsuites/libtests/malloctest/init.c	Tue Feb 22 01:34:07 2011
@@ -23,6 +23,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
 #define CONFIGURE_INIT
 #include "system.h"

diff -u rtems/testsuites/libtests/malloctest/task1.c:1.14 rtems/testsuites/libtests/malloctest/task1.c:1.15
--- rtems/testsuites/libtests/malloctest/task1.c:1.14	Sun Nov 29 21:33:22 2009
+++ rtems/testsuites/libtests/malloctest/task1.c	Tue Feb 22 01:34:07 2011
@@ -13,6 +13,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 #include <rtems/malloc.h>
 #include <string.h>

diff -u rtems/testsuites/libtests/math/domath.c:1.2 rtems/testsuites/libtests/math/domath.c:1.3
--- rtems/testsuites/libtests/math/domath.c:1.2	Mon Jan 10 00:07:18 2011
+++ rtems/testsuites/libtests/math/domath.c	Tue Feb 22 01:34:07 2011
@@ -10,6 +10,10 @@
  * Try to compile and link against POSIX math routines.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <math.h>
 #include <stdio.h>
 

diff -u rtems/testsuites/libtests/math/domath.in:1.2 rtems/testsuites/libtests/math/domath.in:1.3
--- rtems/testsuites/libtests/math/domath.in:1.2	Mon Jan 10 00:07:18 2011
+++ rtems/testsuites/libtests/math/domath.in	Tue Feb 22 01:34:07 2011
@@ -10,6 +10,10 @@
  * Try to compile and link against POSIX math routines.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <math.h>
 #include <stdio.h>
 

diff -u rtems/testsuites/libtests/math/init.c:1.5 rtems/testsuites/libtests/math/init.c:1.6
--- rtems/testsuites/libtests/math/init.c:1.5	Mon Feb 14 14:50:45 2011
+++ rtems/testsuites/libtests/math/init.c	Tue Feb 22 01:34:07 2011
@@ -20,6 +20,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #if __rtems__
 #include <bsp.h> /* for device driver prototypes */
 #endif

diff -u rtems/testsuites/libtests/mathf/domathf.c:1.1 rtems/testsuites/libtests/mathf/domathf.c:1.2
--- rtems/testsuites/libtests/mathf/domathf.c:1.1	Wed Feb  2 07:57:48 2011
+++ rtems/testsuites/libtests/mathf/domathf.c	Tue Feb 22 01:34:07 2011
@@ -10,6 +10,10 @@
  * Try to compile and link against POSIX math routines.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <math.h>
 #include <stdio.h>
 

diff -u rtems/testsuites/libtests/mathf/init.c:1.2 rtems/testsuites/libtests/mathf/init.c:1.3
--- rtems/testsuites/libtests/mathf/init.c:1.2	Mon Feb 14 14:50:46 2011
+++ rtems/testsuites/libtests/mathf/init.c	Tue Feb 22 01:34:07 2011
@@ -20,6 +20,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #if __rtems__
 #include <bsp.h> /* for device driver prototypes */
 #endif

diff -u rtems/testsuites/libtests/mathl/domathl.c:1.1 rtems/testsuites/libtests/mathl/domathl.c:1.2
--- rtems/testsuites/libtests/mathl/domathl.c:1.1	Wed Feb  2 07:58:02 2011
+++ rtems/testsuites/libtests/mathl/domathl.c	Tue Feb 22 01:34:07 2011
@@ -10,6 +10,10 @@
  * Try to compile and link against POSIX math routines.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <math.h>
 #include <stdio.h>
 

diff -u rtems/testsuites/libtests/mathl/init.c:1.2 rtems/testsuites/libtests/mathl/init.c:1.3
--- rtems/testsuites/libtests/mathl/init.c:1.2	Mon Feb 14 14:50:46 2011
+++ rtems/testsuites/libtests/mathl/init.c	Tue Feb 22 01:34:07 2011
@@ -20,6 +20,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #if __rtems__
 #include <bsp.h> /* for device driver prototypes */
 #endif

diff -u rtems/testsuites/libtests/monitor/init.c:1.10 rtems/testsuites/libtests/monitor/init.c:1.11
--- rtems/testsuites/libtests/monitor/init.c:1.10	Thu Jan 31 18:45:04 2008
+++ rtems/testsuites/libtests/monitor/init.c	Tue Feb 22 01:34:07 2011
@@ -13,6 +13,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/libtests/monitor02/init.c:1.6 rtems/testsuites/libtests/monitor02/init.c:1.7
--- rtems/testsuites/libtests/monitor02/init.c:1.6	Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/libtests/monitor02/init.c	Tue Feb 22 01:34:08 2011
@@ -13,6 +13,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "bsp.h"
 #include "system.h"

diff -u rtems/testsuites/libtests/putenvtest/init.c:1.9 rtems/testsuites/libtests/putenvtest/init.c:1.10
--- rtems/testsuites/libtests/putenvtest/init.c:1.9	Thu Jan 31 18:45:04 2008
+++ rtems/testsuites/libtests/putenvtest/init.c	Tue Feb 22 01:34:08 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include <tmacros.h>
 #include <stdio.h>

diff -u rtems/testsuites/libtests/rtmonuse/getall.c:1.7 rtems/testsuites/libtests/rtmonuse/getall.c:1.8
--- rtems/testsuites/libtests/rtmonuse/getall.c:1.7	Thu Sep  4 13:53:27 2003
+++ rtems/testsuites/libtests/rtmonuse/getall.c	Tue Feb 22 01:34:08 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Get_all_counters()

diff -u rtems/testsuites/libtests/rtmonuse/init.c:1.15 rtems/testsuites/libtests/rtmonuse/init.c:1.16
--- rtems/testsuites/libtests/rtmonuse/init.c:1.15	Mon Oct 26 06:36:08 2009
+++ rtems/testsuites/libtests/rtmonuse/init.c	Tue Feb 22 01:34:08 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/libtests/rtmonuse/task1.c:1.18 rtems/testsuites/libtests/rtmonuse/task1.c:1.19
--- rtems/testsuites/libtests/rtmonuse/task1.c:1.18	Mon Oct 26 08:36:07 2009
+++ rtems/testsuites/libtests/rtmonuse/task1.c	Tue Feb 22 01:34:08 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 #include <rtems/cpuuse.h>

diff -u rtems/testsuites/libtests/stackchk/blow.c:1.15 rtems/testsuites/libtests/stackchk/blow.c:1.16
--- rtems/testsuites/libtests/stackchk/blow.c:1.15	Tue Jun 22 14:59:35 2010
+++ rtems/testsuites/libtests/stackchk/blow.c	Tue Feb 22 01:34:08 2011
@@ -13,6 +13,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <rtems.h>
 #include <rtems/stackchk.h>
 

diff -u rtems/testsuites/libtests/stackchk/init.c:1.9 rtems/testsuites/libtests/stackchk/init.c:1.10
--- rtems/testsuites/libtests/stackchk/init.c:1.9	Thu Jan 31 18:45:04 2008
+++ rtems/testsuites/libtests/stackchk/init.c	Tue Feb 22 01:34:08 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/libtests/stackchk/task1.c:1.10 rtems/testsuites/libtests/stackchk/task1.c:1.11
--- rtems/testsuites/libtests/stackchk/task1.c:1.10	Wed Aug 12 15:50:26 2009
+++ rtems/testsuites/libtests/stackchk/task1.c	Tue Feb 22 01:34:08 2011
@@ -13,6 +13,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1_through_3(

diff -u rtems/testsuites/libtests/stackchk01/init.c:1.2 rtems/testsuites/libtests/stackchk01/init.c:1.3
--- rtems/testsuites/libtests/stackchk01/init.c:1.2	Mon Oct 26 00:46:46 2009
+++ rtems/testsuites/libtests/stackchk01/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <rtems/stackchk.h>
 

diff -u rtems/testsuites/libtests/stringto01/init.c:1.4 rtems/testsuites/libtests/stringto01/init.c:1.5
--- rtems/testsuites/libtests/stringto01/init.c:1.4	Fri Feb 11 02:21:04 2011
+++ rtems/testsuites/libtests/stringto01/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 #include <rtems/stringto.h>
 #include <limits.h>

diff -u rtems/testsuites/libtests/tar01/init.c:1.1 rtems/testsuites/libtests/tar01/init.c:1.2
--- rtems/testsuites/libtests/tar01/init.c:1.1	Tue Jul 27 13:16:49 2010
+++ rtems/testsuites/libtests/tar01/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h> /* for device driver prototypes */
 #include "tmacros.h"
 #include <rtems/untar.h>

diff -u rtems/testsuites/libtests/tar02/init.c:1.2 rtems/testsuites/libtests/tar02/init.c:1.3
--- rtems/testsuites/libtests/tar02/init.c:1.2	Fri Aug  6 19:24:48 2010
+++ rtems/testsuites/libtests/tar02/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h> /* for device driver prototypes */
 #include "tmacros.h"
 #include <rtems/imfs.h>

diff -u rtems/testsuites/libtests/tar03/init.c:1.1 rtems/testsuites/libtests/tar03/init.c:1.2
--- rtems/testsuites/libtests/tar03/init.c:1.1	Mon Jul 19 08:12:40 2010
+++ rtems/testsuites/libtests/tar03/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 

diff -u rtems/testsuites/libtests/termios/init.c:1.16 rtems/testsuites/libtests/termios/init.c:1.17
--- rtems/testsuites/libtests/termios/init.c:1.16	Sun Nov  1 01:36:22 2009
+++ rtems/testsuites/libtests/termios/init.c	Tue Feb 22 01:34:08 2011
@@ -22,6 +22,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h>
 
 

diff -u rtems/testsuites/libtests/termios01/init.c:1.14 rtems/testsuites/libtests/termios01/init.c:1.15
--- rtems/testsuites/libtests/termios01/init.c:1.14	Tue Aug 10 17:31:49 2010
+++ rtems/testsuites/libtests/termios01/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 #include <termios.h>
 #include <rtems/termiostypes.h>

diff -u rtems/testsuites/libtests/termios01/termios_testdriver.c:1.8 rtems/testsuites/libtests/termios01/termios_testdriver.c:1.9
--- rtems/testsuites/libtests/termios01/termios_testdriver.c:1.8	Mon Aug  9 09:36:47 2010
+++ rtems/testsuites/libtests/termios01/termios_testdriver.c	Tue Feb 22 01:34:08 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 #include <rtems/libio.h>
 #include <stdlib.h>

diff -u rtems/testsuites/libtests/termios02/init.c:1.3 rtems/testsuites/libtests/termios02/init.c:1.4
--- rtems/testsuites/libtests/termios02/init.c:1.3	Mon Jun  7 13:33:09 2010
+++ rtems/testsuites/libtests/termios02/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 #include <termios.h>
 #include <errno.h>

diff -u rtems/testsuites/libtests/termios03/init.c:1.3 rtems/testsuites/libtests/termios03/init.c:1.4
--- rtems/testsuites/libtests/termios03/init.c:1.3	Mon Jun 28 12:05:25 2010
+++ rtems/testsuites/libtests/termios03/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include "termios_testdriver_polled.h"

diff -u rtems/testsuites/libtests/termios03/termios_testdriver_polled.c:1.2 rtems/testsuites/libtests/termios03/termios_testdriver_polled.c:1.3
--- rtems/testsuites/libtests/termios03/termios_testdriver_polled.c:1.2	Mon Jun 28 08:42:25 2010
+++ rtems/testsuites/libtests/termios03/termios_testdriver_polled.c	Tue Feb 22 01:34:08 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 #include <rtems/libio.h>
 #include <stdlib.h>

diff -u rtems/testsuites/libtests/termios04/init.c:1.1 rtems/testsuites/libtests/termios04/init.c:1.2
--- rtems/testsuites/libtests/termios04/init.c:1.1	Mon Jun 28 09:23:19 2010
+++ rtems/testsuites/libtests/termios04/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include "termios_testdriver_intr.h"

diff -u rtems/testsuites/libtests/termios04/termios_testdriver_intr.c:1.2 rtems/testsuites/libtests/termios04/termios_testdriver_intr.c:1.3
--- rtems/testsuites/libtests/termios04/termios_testdriver_intr.c:1.2	Thu Jul  1 09:35:54 2010
+++ rtems/testsuites/libtests/termios04/termios_testdriver_intr.c	Tue Feb 22 01:34:08 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 #include <rtems/libio.h>
 #include <stdlib.h>

diff -u rtems/testsuites/libtests/termios05/init.c:1.1 rtems/testsuites/libtests/termios05/init.c:1.2
--- rtems/testsuites/libtests/termios05/init.c:1.1	Thu Jul  1 09:35:00 2010
+++ rtems/testsuites/libtests/termios05/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include "termios_testdriver_intr.h"

diff -u rtems/testsuites/libtests/termios05/termios_testdriver_taskdriven.c:1.1 rtems/testsuites/libtests/termios05/termios_testdriver_taskdriven.c:1.2
--- rtems/testsuites/libtests/termios05/termios_testdriver_taskdriven.c:1.1	Thu Jul  1 09:35:00 2010
+++ rtems/testsuites/libtests/termios05/termios_testdriver_taskdriven.c	Tue Feb 22 01:34:08 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 #include <rtems/libio.h>
 #include <stdlib.h>

diff -u rtems/testsuites/libtests/termios06/init.c:1.4 rtems/testsuites/libtests/termios06/init.c:1.5
--- rtems/testsuites/libtests/termios06/init.c:1.4	Fri Jan 28 09:39:46 2011
+++ rtems/testsuites/libtests/termios06/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include "termios_testdriver_polled.h"

diff -u rtems/testsuites/libtests/termios06/test_pppd.c:1.1 rtems/testsuites/libtests/termios06/test_pppd.c:1.2
--- rtems/testsuites/libtests/termios06/test_pppd.c:1.1	Mon Jul  5 16:14:39 2010
+++ rtems/testsuites/libtests/termios06/test_pppd.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <termios.h>
 #include <rtems/termiostypes.h>

diff -u rtems/testsuites/libtests/termios07/init.c:1.1 rtems/testsuites/libtests/termios07/init.c:1.2
--- rtems/testsuites/libtests/termios07/init.c:1.1	Mon Jul 19 08:54:46 2010
+++ rtems/testsuites/libtests/termios07/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include "termios_testdriver_intr.h"

diff -u rtems/testsuites/libtests/termios08/init.c:1.1 rtems/testsuites/libtests/termios08/init.c:1.2
--- rtems/testsuites/libtests/termios08/init.c:1.1	Mon Jul 19 08:54:47 2010
+++ rtems/testsuites/libtests/termios08/init.c	Tue Feb 22 01:34:08 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include "termios_testdriver_polled.h"

diff -u rtems/testsuites/libtests/tztest/init.c:1.4 rtems/testsuites/libtests/tztest/init.c:1.5
--- rtems/testsuites/libtests/tztest/init.c:1.4	Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/libtests/tztest/init.c	Tue Feb 22 01:34:08 2011
@@ -12,6 +12,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 
 #include <tmacros.h>

diff -u rtems/testsuites/sptests/sp01/init.c:1.11 rtems/testsuites/sptests/sp01/init.c:1.12
--- rtems/testsuites/sptests/sp01/init.c:1.11	Thu Jan 31 18:45:10 2008
+++ rtems/testsuites/sptests/sp01/init.c	Tue Feb 22 01:36:57 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp01/task1.c:1.12 rtems/testsuites/sptests/sp01/task1.c:1.13
--- rtems/testsuites/sptests/sp01/task1.c:1.12	Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/sptests/sp01/task1.c	Tue Feb 22 01:36:57 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1_through_3(

diff -u rtems/testsuites/sptests/sp02/init.c:1.12 rtems/testsuites/sptests/sp02/init.c:1.13
--- rtems/testsuites/sptests/sp02/init.c:1.12	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp02/init.c	Tue Feb 22 01:36:57 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp02/preempt.c:1.10 rtems/testsuites/sptests/sp02/preempt.c:1.11
--- rtems/testsuites/sptests/sp02/preempt.c:1.10	Thu Sep  4 13:53:47 2003
+++ rtems/testsuites/sptests/sp02/preempt.c	Tue Feb 22 01:36:57 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Preempt_task(

diff -u rtems/testsuites/sptests/sp02/task1.c:1.17 rtems/testsuites/sptests/sp02/task1.c:1.18
--- rtems/testsuites/sptests/sp02/task1.c:1.17	Mon Oct 26 06:29:24 2009
+++ rtems/testsuites/sptests/sp02/task1.c	Tue Feb 22 01:36:57 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp02/task2.c:1.11 rtems/testsuites/sptests/sp02/task2.c:1.12
--- rtems/testsuites/sptests/sp02/task2.c:1.11	Wed Aug 12 15:50:42 2009
+++ rtems/testsuites/sptests/sp02/task2.c	Tue Feb 22 01:36:57 2011
@@ -19,6 +19,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp02/task3.c:1.11 rtems/testsuites/sptests/sp02/task3.c:1.12
--- rtems/testsuites/sptests/sp02/task3.c:1.11	Wed Aug 12 15:50:42 2009
+++ rtems/testsuites/sptests/sp02/task3.c	Tue Feb 22 01:36:57 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_3(

diff -u rtems/testsuites/sptests/sp03/init.c:1.12 rtems/testsuites/sptests/sp03/init.c:1.13
--- rtems/testsuites/sptests/sp03/init.c:1.12	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp03/init.c	Tue Feb 22 01:36:57 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp03/task1.c:1.9 rtems/testsuites/sptests/sp03/task1.c:1.10
--- rtems/testsuites/sptests/sp03/task1.c:1.9	Mon Aug 10 09:49:50 2009
+++ rtems/testsuites/sptests/sp03/task1.c	Tue Feb 22 01:36:57 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp03/task2.c:1.11 rtems/testsuites/sptests/sp03/task2.c:1.12
--- rtems/testsuites/sptests/sp03/task2.c:1.11	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp03/task2.c	Tue Feb 22 01:36:57 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp04/init.c:1.13 rtems/testsuites/sptests/sp04/init.c:1.14
--- rtems/testsuites/sptests/sp04/init.c:1.13	Sun Jul 19 20:01:34 2009
+++ rtems/testsuites/sptests/sp04/init.c	Tue Feb 22 01:36:57 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp04/task1.c:1.19 rtems/testsuites/sptests/sp04/task1.c:1.20
--- rtems/testsuites/sptests/sp04/task1.c:1.19	Mon Aug 10 11:04:41 2009
+++ rtems/testsuites/sptests/sp04/task1.c	Tue Feb 22 01:36:57 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 static void

diff -u rtems/testsuites/sptests/sp04/task2.c:1.8 rtems/testsuites/sptests/sp04/task2.c:1.9
--- rtems/testsuites/sptests/sp04/task2.c:1.8	Thu Sep  4 13:53:47 2003
+++ rtems/testsuites/sptests/sp04/task2.c	Tue Feb 22 01:36:57 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp04/task3.c:1.8 rtems/testsuites/sptests/sp04/task3.c:1.9
--- rtems/testsuites/sptests/sp04/task3.c:1.8	Thu Sep  4 13:53:47 2003
+++ rtems/testsuites/sptests/sp04/task3.c	Tue Feb 22 01:36:57 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_3(

diff -u rtems/testsuites/sptests/sp04/tswitch.c:1.20 rtems/testsuites/sptests/sp04/tswitch.c:1.21
--- rtems/testsuites/sptests/sp04/tswitch.c:1.20	Wed Feb  2 13:02:06 2011
+++ rtems/testsuites/sptests/sp04/tswitch.c	Tue Feb 22 01:36:58 2011
@@ -20,6 +20,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 /*

diff -u rtems/testsuites/sptests/sp05/init.c:1.10 rtems/testsuites/sptests/sp05/init.c:1.11
--- rtems/testsuites/sptests/sp05/init.c:1.10	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp05/init.c	Tue Feb 22 01:36:58 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp05/task1.c:1.10 rtems/testsuites/sptests/sp05/task1.c:1.11
--- rtems/testsuites/sptests/sp05/task1.c:1.10	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp05/task1.c	Tue Feb 22 01:36:58 2011
@@ -20,6 +20,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp05/task2.c:1.8 rtems/testsuites/sptests/sp05/task2.c:1.9
--- rtems/testsuites/sptests/sp05/task2.c:1.8	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp05/task2.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp05/task3.c:1.8 rtems/testsuites/sptests/sp05/task3.c:1.9
--- rtems/testsuites/sptests/sp05/task3.c:1.8	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp05/task3.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_3(

diff -u rtems/testsuites/sptests/sp06/init.c:1.11 rtems/testsuites/sptests/sp06/init.c:1.12
--- rtems/testsuites/sptests/sp06/init.c:1.11	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp06/init.c	Tue Feb 22 01:36:58 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp06/task1.c:1.12 rtems/testsuites/sptests/sp06/task1.c:1.13
--- rtems/testsuites/sptests/sp06/task1.c:1.12	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp06/task1.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp06/task2.c:1.9 rtems/testsuites/sptests/sp06/task2.c:1.10
--- rtems/testsuites/sptests/sp06/task2.c:1.9	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp06/task2.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2( argument )

diff -u rtems/testsuites/sptests/sp06/task3.c:1.8 rtems/testsuites/sptests/sp06/task3.c:1.9
--- rtems/testsuites/sptests/sp06/task3.c:1.8	Thu Sep  4 13:53:47 2003
+++ rtems/testsuites/sptests/sp06/task3.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_3(

diff -u rtems/testsuites/sptests/sp07/buffered_io.c:1.4 rtems/testsuites/sptests/sp07/buffered_io.c:1.5
--- rtems/testsuites/sptests/sp07/buffered_io.c:1.4	Fri Apr 16 04:19:05 2004
+++ rtems/testsuites/sptests/sp07/buffered_io.c	Tue Feb 22 01:36:58 2011
@@ -2,6 +2,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <rtems.h>
 
 #include "system.h"

diff -u rtems/testsuites/sptests/sp07/init.c:1.19 rtems/testsuites/sptests/sp07/init.c:1.20
--- rtems/testsuites/sptests/sp07/init.c:1.19	Sun Oct  4 17:02:18 2009
+++ rtems/testsuites/sptests/sp07/init.c	Tue Feb 22 01:36:58 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp07/task1.c:1.13 rtems/testsuites/sptests/sp07/task1.c:1.14
--- rtems/testsuites/sptests/sp07/task1.c:1.13	Mon Oct 26 08:58:06 2009
+++ rtems/testsuites/sptests/sp07/task1.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp07/task2.c:1.9 rtems/testsuites/sptests/sp07/task2.c:1.10
--- rtems/testsuites/sptests/sp07/task2.c:1.9	Mon Oct 26 08:58:06 2009
+++ rtems/testsuites/sptests/sp07/task2.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp07/task3.c:1.8 rtems/testsuites/sptests/sp07/task3.c:1.9
--- rtems/testsuites/sptests/sp07/task3.c:1.8	Thu Sep  4 13:53:47 2003
+++ rtems/testsuites/sptests/sp07/task3.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_3(

diff -u rtems/testsuites/sptests/sp07/task4.c:1.9 rtems/testsuites/sptests/sp07/task4.c:1.10
--- rtems/testsuites/sptests/sp07/task4.c:1.9	Tue Dec 16 17:35:09 2003
+++ rtems/testsuites/sptests/sp07/task4.c	Tue Feb 22 01:36:58 2011
@@ -19,6 +19,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_4(

diff -u rtems/testsuites/sptests/sp07/taskexit.c:1.10 rtems/testsuites/sptests/sp07/taskexit.c:1.11
--- rtems/testsuites/sptests/sp07/taskexit.c:1.10	Sat Sep 26 10:47:16 2009
+++ rtems/testsuites/sptests/sp07/taskexit.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Task_exit_extension(

diff -u rtems/testsuites/sptests/sp07/tcreate.c:1.14 rtems/testsuites/sptests/sp07/tcreate.c:1.15
--- rtems/testsuites/sptests/sp07/tcreate.c:1.14	Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/sptests/sp07/tcreate.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 bool Task_create_extension(

diff -u rtems/testsuites/sptests/sp07/tdelete.c:1.15 rtems/testsuites/sptests/sp07/tdelete.c:1.16
--- rtems/testsuites/sptests/sp07/tdelete.c:1.15	Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/sptests/sp07/tdelete.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Task_delete_extension(

diff -u rtems/testsuites/sptests/sp07/trestart.c:1.12 rtems/testsuites/sptests/sp07/trestart.c:1.13
--- rtems/testsuites/sptests/sp07/trestart.c:1.12	Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/sptests/sp07/trestart.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Task_restart_extension(

diff -u rtems/testsuites/sptests/sp07/tstart.c:1.13 rtems/testsuites/sptests/sp07/tstart.c:1.14
--- rtems/testsuites/sptests/sp07/tstart.c:1.13	Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/sptests/sp07/tstart.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Task_start_extension(

diff -u rtems/testsuites/sptests/sp08/init.c:1.12 rtems/testsuites/sptests/sp08/init.c:1.13
--- rtems/testsuites/sptests/sp08/init.c:1.12	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp08/init.c	Tue Feb 22 01:36:58 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp08/task1.c:1.9 rtems/testsuites/sptests/sp08/task1.c:1.10
--- rtems/testsuites/sptests/sp08/task1.c:1.9	Thu Sep  4 13:53:47 2003
+++ rtems/testsuites/sptests/sp08/task1.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp09/delay.c:1.8 rtems/testsuites/sptests/sp09/delay.c:1.9
--- rtems/testsuites/sptests/sp09/delay.c:1.8	Thu Sep  4 13:53:47 2003
+++ rtems/testsuites/sptests/sp09/delay.c	Tue Feb 22 01:36:58 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_timer_service_routine Delayed_routine(

diff -u rtems/testsuites/sptests/sp09/init.c:1.13 rtems/testsuites/sptests/sp09/init.c:1.14
--- rtems/testsuites/sptests/sp09/init.c:1.13	Sun Oct  4 17:02:18 2009
+++ rtems/testsuites/sptests/sp09/init.c	Tue Feb 22 01:36:58 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp09/isr.c:1.8 rtems/testsuites/sptests/sp09/isr.c:1.9
--- rtems/testsuites/sptests/sp09/isr.c:1.8	Thu Sep  4 13:53:47 2003
+++ rtems/testsuites/sptests/sp09/isr.c	Tue Feb 22 01:36:58 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_isr Service_routine(

diff -u rtems/testsuites/sptests/sp09/screen01.c:1.20 rtems/testsuites/sptests/sp09/screen01.c:1.21
--- rtems/testsuites/sptests/sp09/screen01.c:1.20	Mon Jun 21 17:47:59 2010
+++ rtems/testsuites/sptests/sp09/screen01.c	Tue Feb 22 01:36:58 2011
@@ -12,6 +12,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen1()

diff -u rtems/testsuites/sptests/sp09/screen02.c:1.15 rtems/testsuites/sptests/sp09/screen02.c:1.16
--- rtems/testsuites/sptests/sp09/screen02.c:1.15	Mon Sep 28 18:07:56 2009
+++ rtems/testsuites/sptests/sp09/screen02.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen2()

diff -u rtems/testsuites/sptests/sp09/screen03.c:1.17 rtems/testsuites/sptests/sp09/screen03.c:1.18
--- rtems/testsuites/sptests/sp09/screen03.c:1.17	Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/sptests/sp09/screen03.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen3()

diff -u rtems/testsuites/sptests/sp09/screen04.c:1.13 rtems/testsuites/sptests/sp09/screen04.c:1.14
--- rtems/testsuites/sptests/sp09/screen04.c:1.13	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp09/screen04.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen4()

diff -u rtems/testsuites/sptests/sp09/screen05.c:1.19 rtems/testsuites/sptests/sp09/screen05.c:1.20
--- rtems/testsuites/sptests/sp09/screen05.c:1.19	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp09/screen05.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen5()

diff -u rtems/testsuites/sptests/sp09/screen06.c:1.10 rtems/testsuites/sptests/sp09/screen06.c:1.11
--- rtems/testsuites/sptests/sp09/screen06.c:1.10	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp09/screen06.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen6()

diff -u rtems/testsuites/sptests/sp09/screen07.c:1.22 rtems/testsuites/sptests/sp09/screen07.c:1.23
--- rtems/testsuites/sptests/sp09/screen07.c:1.22	Mon Sep 28 14:39:06 2009
+++ rtems/testsuites/sptests/sp09/screen07.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 #define MESSAGE_SIZE (sizeof(long) * 4)

diff -u rtems/testsuites/sptests/sp09/screen08.c:1.11 rtems/testsuites/sptests/sp09/screen08.c:1.12
--- rtems/testsuites/sptests/sp09/screen08.c:1.11	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp09/screen08.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 #define MESSAGE_SIZE (sizeof(long) * 4)

diff -u rtems/testsuites/sptests/sp09/screen09.c:1.19 rtems/testsuites/sptests/sp09/screen09.c:1.20
--- rtems/testsuites/sptests/sp09/screen09.c:1.19	Mon Oct 26 03:07:50 2009
+++ rtems/testsuites/sptests/sp09/screen09.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen9()

diff -u rtems/testsuites/sptests/sp09/screen10.c:1.13 rtems/testsuites/sptests/sp09/screen10.c:1.14
--- rtems/testsuites/sptests/sp09/screen10.c:1.13	Mon Sep 28 14:39:06 2009
+++ rtems/testsuites/sptests/sp09/screen10.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen10()

diff -u rtems/testsuites/sptests/sp09/screen11.c:1.15 rtems/testsuites/sptests/sp09/screen11.c:1.16
--- rtems/testsuites/sptests/sp09/screen11.c:1.15	Tue Oct 27 06:29:03 2009
+++ rtems/testsuites/sptests/sp09/screen11.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen11()

diff -u rtems/testsuites/sptests/sp09/screen12.c:1.23 rtems/testsuites/sptests/sp09/screen12.c:1.24
--- rtems/testsuites/sptests/sp09/screen12.c:1.23	Mon Aug  9 03:46:56 2010
+++ rtems/testsuites/sptests/sp09/screen12.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen12()

diff -u rtems/testsuites/sptests/sp09/screen13.c:1.14 rtems/testsuites/sptests/sp09/screen13.c:1.15
--- rtems/testsuites/sptests/sp09/screen13.c:1.14	Tue Oct 27 02:51:51 2009
+++ rtems/testsuites/sptests/sp09/screen13.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen13()

diff -u rtems/testsuites/sptests/sp09/screen14.c:1.21 rtems/testsuites/sptests/sp09/screen14.c:1.22
--- rtems/testsuites/sptests/sp09/screen14.c:1.21	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp09/screen14.c	Tue Feb 22 01:36:58 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Screen14()

diff -u rtems/testsuites/sptests/sp09/task1.c:1.10 rtems/testsuites/sptests/sp09/task1.c:1.11
--- rtems/testsuites/sptests/sp09/task1.c:1.10	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp09/task1.c	Tue Feb 22 01:36:58 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp09/task2.c:1.8 rtems/testsuites/sptests/sp09/task2.c:1.9
--- rtems/testsuites/sptests/sp09/task2.c:1.8	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp09/task2.c	Tue Feb 22 01:36:58 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp09/task3.c:1.12 rtems/testsuites/sptests/sp09/task3.c:1.13
--- rtems/testsuites/sptests/sp09/task3.c:1.12	Tue Feb  6 13:14:35 2007
+++ rtems/testsuites/sptests/sp09/task3.c	Tue Feb 22 01:36:58 2011
@@ -19,6 +19,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_3(

diff -u rtems/testsuites/sptests/sp09/task4.c:1.8 rtems/testsuites/sptests/sp09/task4.c:1.9
--- rtems/testsuites/sptests/sp09/task4.c:1.8	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp09/task4.c	Tue Feb 22 01:36:58 2011
@@ -19,6 +19,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_4(

diff -u rtems/testsuites/sptests/sp10/init.c:1.3 rtems/testsuites/sptests/sp10/init.c:1.4
--- rtems/testsuites/sptests/sp10/init.c:1.3	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp10/init.c	Tue Feb 22 01:36:58 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/sp11/init.c:1.12 rtems/testsuites/sptests/sp11/init.c:1.13
--- rtems/testsuites/sptests/sp11/init.c:1.12	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp11/init.c	Tue Feb 22 01:36:58 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp11/task1.c:1.15 rtems/testsuites/sptests/sp11/task1.c:1.16
--- rtems/testsuites/sptests/sp11/task1.c:1.15	Tue Jul 27 14:03:01 2010
+++ rtems/testsuites/sptests/sp11/task1.c	Tue Feb 22 01:36:58 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp11/task2.c:1.12 rtems/testsuites/sptests/sp11/task2.c:1.13
--- rtems/testsuites/sptests/sp11/task2.c:1.12	Tue Oct 27 03:13:58 2009
+++ rtems/testsuites/sptests/sp11/task2.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp11/timer.c:1.9 rtems/testsuites/sptests/sp11/timer.c:1.10
--- rtems/testsuites/sptests/sp11/timer.c:1.9	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp11/timer.c	Tue Feb 22 01:36:59 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_timer_service_routine TA1_send_18_to_self_5_seconds(

diff -u rtems/testsuites/sptests/sp12/init.c:1.15 rtems/testsuites/sptests/sp12/init.c:1.16
--- rtems/testsuites/sptests/sp12/init.c:1.15	Sun May 10 09:39:46 2009
+++ rtems/testsuites/sptests/sp12/init.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp12/pridrv.c:1.13 rtems/testsuites/sptests/sp12/pridrv.c:1.14
--- rtems/testsuites/sptests/sp12/pridrv.c:1.13	Mon Oct 26 08:58:42 2009
+++ rtems/testsuites/sptests/sp12/pridrv.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Priority_test_driver(

diff -u rtems/testsuites/sptests/sp12/pritask.c:1.15 rtems/testsuites/sptests/sp12/pritask.c:1.16
--- rtems/testsuites/sptests/sp12/pritask.c:1.15	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp12/pritask.c	Tue Feb 22 01:36:59 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Priority_task(

diff -u rtems/testsuites/sptests/sp12/task1.c:1.11 rtems/testsuites/sptests/sp12/task1.c:1.12
--- rtems/testsuites/sptests/sp12/task1.c:1.11	Mon Oct 26 06:29:24 2009
+++ rtems/testsuites/sptests/sp12/task1.c	Tue Feb 22 01:36:59 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp12/task2.c:1.7 rtems/testsuites/sptests/sp12/task2.c:1.8
--- rtems/testsuites/sptests/sp12/task2.c:1.7	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp12/task2.c	Tue Feb 22 01:36:59 2011
@@ -19,6 +19,10 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp12/task3.c:1.7 rtems/testsuites/sptests/sp12/task3.c:1.8
--- rtems/testsuites/sptests/sp12/task3.c:1.7	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp12/task3.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_3(

diff -u rtems/testsuites/sptests/sp12/task4.c:1.7 rtems/testsuites/sptests/sp12/task4.c:1.8
--- rtems/testsuites/sptests/sp12/task4.c:1.7	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp12/task4.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_4(

diff -u rtems/testsuites/sptests/sp12/task5.c:1.8 rtems/testsuites/sptests/sp12/task5.c:1.9
--- rtems/testsuites/sptests/sp12/task5.c:1.8	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp12/task5.c	Tue Feb 22 01:36:59 2011
@@ -19,6 +19,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task5(

diff -u rtems/testsuites/sptests/sp13/fillbuff.c:1.9 rtems/testsuites/sptests/sp13/fillbuff.c:1.10
--- rtems/testsuites/sptests/sp13/fillbuff.c:1.9	Tue Mar 30 13:46:38 2004
+++ rtems/testsuites/sptests/sp13/fillbuff.c	Tue Feb 22 01:36:59 2011
@@ -19,6 +19,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Fill_buffer(

diff -u rtems/testsuites/sptests/sp13/init.c:1.17 rtems/testsuites/sptests/sp13/init.c:1.18
--- rtems/testsuites/sptests/sp13/init.c:1.17	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp13/init.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp13/putbuff.c:1.12 rtems/testsuites/sptests/sp13/putbuff.c:1.13
--- rtems/testsuites/sptests/sp13/putbuff.c:1.12	Sun May 10 09:39:46 2009
+++ rtems/testsuites/sptests/sp13/putbuff.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Put_buffer(

diff -u rtems/testsuites/sptests/sp13/task1.c:1.27 rtems/testsuites/sptests/sp13/task1.c:1.28
--- rtems/testsuites/sptests/sp13/task1.c:1.27	Mon Oct 26 11:53:35 2009
+++ rtems/testsuites/sptests/sp13/task1.c	Tue Feb 22 01:36:59 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 #include <string.h>             /* for memcmp */
 

diff -u rtems/testsuites/sptests/sp13/task2.c:1.15 rtems/testsuites/sptests/sp13/task2.c:1.16
--- rtems/testsuites/sptests/sp13/task2.c:1.15	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp13/task2.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp13/task3.c:1.12 rtems/testsuites/sptests/sp13/task3.c:1.13
--- rtems/testsuites/sptests/sp13/task3.c:1.12	Tue Oct 27 06:54:22 2009
+++ rtems/testsuites/sptests/sp13/task3.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_3(

diff -u rtems/testsuites/sptests/sp14/asr.c:1.11 rtems/testsuites/sptests/sp14/asr.c:1.12
--- rtems/testsuites/sptests/sp14/asr.c:1.11	Fri Oct 30 08:23:47 2009
+++ rtems/testsuites/sptests/sp14/asr.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 #include "tmacros.h"
 

diff -u rtems/testsuites/sptests/sp14/init.c:1.12 rtems/testsuites/sptests/sp14/init.c:1.13
--- rtems/testsuites/sptests/sp14/init.c:1.12	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp14/init.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp14/task1.c:1.14 rtems/testsuites/sptests/sp14/task1.c:1.15
--- rtems/testsuites/sptests/sp14/task1.c:1.14	Mon Oct 26 06:29:24 2009
+++ rtems/testsuites/sptests/sp14/task1.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_timer_service_routine Signal_3_to_task_1(

diff -u rtems/testsuites/sptests/sp14/task2.c:1.10 rtems/testsuites/sptests/sp14/task2.c:1.11
--- rtems/testsuites/sptests/sp14/task2.c:1.10	Fri Sep 25 08:26:35 2009
+++ rtems/testsuites/sptests/sp14/task2.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp15/init.c:1.12 rtems/testsuites/sptests/sp15/init.c:1.13
--- rtems/testsuites/sptests/sp15/init.c:1.12	Sun May 10 09:39:46 2009
+++ rtems/testsuites/sptests/sp15/init.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp15/task1.c:1.10 rtems/testsuites/sptests/sp15/task1.c:1.11
--- rtems/testsuites/sptests/sp15/task1.c:1.10	Mon Oct 26 06:29:24 2009
+++ rtems/testsuites/sptests/sp15/task1.c	Tue Feb 22 01:36:59 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp16/init.c:1.12 rtems/testsuites/sptests/sp16/init.c:1.13
--- rtems/testsuites/sptests/sp16/init.c:1.12	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp16/init.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp16/task1.c:1.15 rtems/testsuites/sptests/sp16/task1.c:1.16
--- rtems/testsuites/sptests/sp16/task1.c:1.15	Tue Jun  8 09:13:27 2010
+++ rtems/testsuites/sptests/sp16/task1.c	Tue Feb 22 01:36:59 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp16/task2.c:1.9 rtems/testsuites/sptests/sp16/task2.c:1.10
--- rtems/testsuites/sptests/sp16/task2.c:1.9	Fri Nov 17 17:03:25 2006
+++ rtems/testsuites/sptests/sp16/task2.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp16/task3.c:1.9 rtems/testsuites/sptests/sp16/task3.c:1.10
--- rtems/testsuites/sptests/sp16/task3.c:1.9	Fri Nov 17 17:03:25 2006
+++ rtems/testsuites/sptests/sp16/task3.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_3(

diff -u rtems/testsuites/sptests/sp16/task4.c:1.9 rtems/testsuites/sptests/sp16/task4.c:1.10
--- rtems/testsuites/sptests/sp16/task4.c:1.9	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp16/task4.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_4(

diff -u rtems/testsuites/sptests/sp16/task5.c:1.10 rtems/testsuites/sptests/sp16/task5.c:1.11
--- rtems/testsuites/sptests/sp16/task5.c:1.10	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp16/task5.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task5(

diff -u rtems/testsuites/sptests/sp17/asr.c:1.8 rtems/testsuites/sptests/sp17/asr.c:1.9
--- rtems/testsuites/sptests/sp17/asr.c:1.8	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp17/asr.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_asr Process_asr(

diff -u rtems/testsuites/sptests/sp17/init.c:1.11 rtems/testsuites/sptests/sp17/init.c:1.12
--- rtems/testsuites/sptests/sp17/init.c:1.11	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp17/init.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp17/task1.c:1.9 rtems/testsuites/sptests/sp17/task1.c:1.10
--- rtems/testsuites/sptests/sp17/task1.c:1.9	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp17/task1.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp17/task2.c:1.8 rtems/testsuites/sptests/sp17/task2.c:1.9
--- rtems/testsuites/sptests/sp17/task2.c:1.8	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp17/task2.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_2(

diff -u rtems/testsuites/sptests/sp18/init.c:1.4 rtems/testsuites/sptests/sp18/init.c:1.5
--- rtems/testsuites/sptests/sp18/init.c:1.4	Tue Dec  8 11:52:56 2009
+++ rtems/testsuites/sptests/sp18/init.c	Tue Feb 22 01:36:59 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/sp19/first.c:1.9 rtems/testsuites/sptests/sp19/first.c:1.10
--- rtems/testsuites/sptests/sp19/first.c:1.9	Mon Oct 26 09:58:36 2009
+++ rtems/testsuites/sptests/sp19/first.c	Tue Feb 22 01:36:59 2011
@@ -19,6 +19,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 #include "fptest.h"
 #include "inttest.h"

diff -u rtems/testsuites/sptests/sp19/fptask.c:1.13 rtems/testsuites/sptests/sp19/fptask.c:1.14
--- rtems/testsuites/sptests/sp19/fptask.c:1.13	Mon Oct 26 09:58:36 2009
+++ rtems/testsuites/sptests/sp19/fptask.c	Tue Feb 22 01:36:59 2011
@@ -19,6 +19,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 #include "fptest.h"
 #include "inttest.h"

diff -u rtems/testsuites/sptests/sp19/init.c:1.11 rtems/testsuites/sptests/sp19/init.c:1.12
--- rtems/testsuites/sptests/sp19/init.c:1.11	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp19/init.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp19/task1.c:1.11 rtems/testsuites/sptests/sp19/task1.c:1.12
--- rtems/testsuites/sptests/sp19/task1.c:1.11	Mon Oct 26 09:58:36 2009
+++ rtems/testsuites/sptests/sp19/task1.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 #include "inttest.h"
 

diff -u rtems/testsuites/sptests/sp20/getall.c:1.9 rtems/testsuites/sptests/sp20/getall.c:1.10
--- rtems/testsuites/sptests/sp20/getall.c:1.9	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp20/getall.c	Tue Feb 22 01:36:59 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Get_all_counters()

diff -u rtems/testsuites/sptests/sp20/init.c:1.14 rtems/testsuites/sptests/sp20/init.c:1.15
--- rtems/testsuites/sptests/sp20/init.c:1.14	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp20/init.c	Tue Feb 22 01:36:59 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp20/task1.c:1.16 rtems/testsuites/sptests/sp20/task1.c:1.17
--- rtems/testsuites/sptests/sp20/task1.c:1.16	Mon Oct 26 12:04:39 2009
+++ rtems/testsuites/sptests/sp20/task1.c	Tue Feb 22 01:36:59 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 /*

diff -u rtems/testsuites/sptests/sp21/init.c:1.12 rtems/testsuites/sptests/sp21/init.c:1.13
--- rtems/testsuites/sptests/sp21/init.c:1.12	Tue Jul  6 17:56:48 2010
+++ rtems/testsuites/sptests/sp21/init.c	Tue Feb 22 01:36:59 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <rtems/devnull.h>
 

diff -u rtems/testsuites/sptests/sp22/delay.c:1.9 rtems/testsuites/sptests/sp22/delay.c:1.10
--- rtems/testsuites/sptests/sp22/delay.c:1.9	Thu Sep  4 13:53:48 2003
+++ rtems/testsuites/sptests/sp22/delay.c	Tue Feb 22 01:36:59 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_timer_service_routine Delayed_resume(

diff -u rtems/testsuites/sptests/sp22/init.c:1.13 rtems/testsuites/sptests/sp22/init.c:1.14
--- rtems/testsuites/sptests/sp22/init.c:1.13	Mon Oct 26 06:29:24 2009
+++ rtems/testsuites/sptests/sp22/init.c	Tue Feb 22 01:37:00 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp22/prtime.c:1.9 rtems/testsuites/sptests/sp22/prtime.c:1.10
--- rtems/testsuites/sptests/sp22/prtime.c:1.9	Mon Aug 10 09:49:51 2009
+++ rtems/testsuites/sptests/sp22/prtime.c	Tue Feb 22 01:37:00 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Print_time( void )

diff -u rtems/testsuites/sptests/sp22/task1.c:1.14 rtems/testsuites/sptests/sp22/task1.c:1.15
--- rtems/testsuites/sptests/sp22/task1.c:1.14	Mon Oct 26 06:29:24 2009
+++ rtems/testsuites/sptests/sp22/task1.c	Tue Feb 22 01:37:00 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp23/init.c:1.11 rtems/testsuites/sptests/sp23/init.c:1.12
--- rtems/testsuites/sptests/sp23/init.c:1.11	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp23/init.c	Tue Feb 22 01:37:00 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp23/task1.c:1.11 rtems/testsuites/sptests/sp23/task1.c:1.12
--- rtems/testsuites/sptests/sp23/task1.c:1.11	Mon Oct 26 06:29:24 2009
+++ rtems/testsuites/sptests/sp23/task1.c	Tue Feb 22 01:37:00 2011
@@ -19,6 +19,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp24/init.c:1.13 rtems/testsuites/sptests/sp24/init.c:1.14
--- rtems/testsuites/sptests/sp24/init.c:1.13	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp24/init.c	Tue Feb 22 01:37:00 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp24/resume.c:1.10 rtems/testsuites/sptests/sp24/resume.c:1.11
--- rtems/testsuites/sptests/sp24/resume.c:1.10	Tue Jan 29 15:53:04 2008
+++ rtems/testsuites/sptests/sp24/resume.c	Tue Feb 22 01:37:00 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_timer_service_routine Resume_task(

diff -u rtems/testsuites/sptests/sp24/task1.c:1.11 rtems/testsuites/sptests/sp24/task1.c:1.12
--- rtems/testsuites/sptests/sp24/task1.c:1.11	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp24/task1.c	Tue Feb 22 01:37:00 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1_through_3(

diff -u rtems/testsuites/sptests/sp25/init.c:1.13 rtems/testsuites/sptests/sp25/init.c:1.14
--- rtems/testsuites/sptests/sp25/init.c:1.13	Thu Jul  9 15:25:18 2009
+++ rtems/testsuites/sptests/sp25/init.c	Tue Feb 22 01:37:00 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp25/task1.c:1.19 rtems/testsuites/sptests/sp25/task1.c:1.20
--- rtems/testsuites/sptests/sp25/task1.c:1.19	Wed Dec  2 09:30:58 2009
+++ rtems/testsuites/sptests/sp25/task1.c	Tue Feb 22 01:37:00 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp26/init.c:1.6 rtems/testsuites/sptests/sp26/init.c:1.7
--- rtems/testsuites/sptests/sp26/init.c:1.6	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp26/init.c	Tue Feb 22 01:37:00 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp26/task1.c:1.8 rtems/testsuites/sptests/sp26/task1.c:1.9
--- rtems/testsuites/sptests/sp26/task1.c:1.8	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp26/task1.c	Tue Feb 22 01:37:00 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #include <rtems.h>
 #include <rtems/error.h>

diff -u rtems/testsuites/sptests/sp27/init.c:1.11 rtems/testsuites/sptests/sp27/init.c:1.12
--- rtems/testsuites/sptests/sp27/init.c:1.11	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp27/init.c	Tue Feb 22 01:37:00 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h>
 #include <tmacros.h>
 

diff -u rtems/testsuites/sptests/sp28/init.c:1.20 rtems/testsuites/sptests/sp28/init.c:1.21
--- rtems/testsuites/sptests/sp28/init.c:1.20	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp28/init.c	Tue Feb 22 01:37:00 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 #include <bsp.h>

diff -u rtems/testsuites/sptests/sp29/init.c:1.16 rtems/testsuites/sptests/sp29/init.c:1.17
--- rtems/testsuites/sptests/sp29/init.c:1.16	Tue Oct 27 07:12:48 2009
+++ rtems/testsuites/sptests/sp29/init.c	Tue Feb 22 01:37:00 2011
@@ -8,6 +8,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h>
 
 rtems_task Init (rtems_task_argument argument);

diff -u rtems/testsuites/sptests/sp30/init.c:1.7 rtems/testsuites/sptests/sp30/init.c:1.8
--- rtems/testsuites/sptests/sp30/init.c:1.7	Thu Jan 31 18:45:11 2008
+++ rtems/testsuites/sptests/sp30/init.c	Tue Feb 22 01:37:00 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp30/resume.c:1.5 rtems/testsuites/sptests/sp30/resume.c:1.6
--- rtems/testsuites/sptests/sp30/resume.c:1.5	Wed Dec  3 14:59:48 2008
+++ rtems/testsuites/sptests/sp30/resume.c	Tue Feb 22 01:37:00 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_timer_service_routine Resume_task(

diff -u rtems/testsuites/sptests/sp30/task1.c:1.9 rtems/testsuites/sptests/sp30/task1.c:1.10
--- rtems/testsuites/sptests/sp30/task1.c:1.9	Wed Aug 12 15:50:43 2009
+++ rtems/testsuites/sptests/sp30/task1.c	Tue Feb 22 01:37:00 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1_through_3(

diff -u rtems/testsuites/sptests/sp31/delay.c:1.5 rtems/testsuites/sptests/sp31/delay.c:1.6
--- rtems/testsuites/sptests/sp31/delay.c:1.5	Wed Dec  3 14:59:48 2008
+++ rtems/testsuites/sptests/sp31/delay.c	Tue Feb 22 01:37:00 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_timer_service_routine Delayed_resume(

diff -u rtems/testsuites/sptests/sp31/init.c:1.7 rtems/testsuites/sptests/sp31/init.c:1.8
--- rtems/testsuites/sptests/sp31/init.c:1.7	Mon Oct 26 06:29:24 2009
+++ rtems/testsuites/sptests/sp31/init.c	Tue Feb 22 01:37:00 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp31/prtime.c:1.5 rtems/testsuites/sptests/sp31/prtime.c:1.6
--- rtems/testsuites/sptests/sp31/prtime.c:1.5	Mon Aug 10 09:49:51 2009
+++ rtems/testsuites/sptests/sp31/prtime.c	Tue Feb 22 01:37:00 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Print_time( void )

diff -u rtems/testsuites/sptests/sp31/task1.c:1.16 rtems/testsuites/sptests/sp31/task1.c:1.17
--- rtems/testsuites/sptests/sp31/task1.c:1.16	Tue Dec  8 15:03:29 2009
+++ rtems/testsuites/sptests/sp31/task1.c	Tue Feb 22 01:37:00 2011
@@ -20,6 +20,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_timer_service_routine Should_not_fire_TSR(

diff -u rtems/testsuites/sptests/sp32/init.c:1.9 rtems/testsuites/sptests/sp32/init.c:1.10
--- rtems/testsuites/sptests/sp32/init.c:1.9	Mon Oct 26 12:04:39 2009
+++ rtems/testsuites/sptests/sp32/init.c	Tue Feb 22 01:37:00 2011
@@ -9,6 +9,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>  /* includes bsp.h, stdio, etc... */
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/sp33/init.c:1.11 rtems/testsuites/sptests/sp33/init.c:1.12
--- rtems/testsuites/sptests/sp33/init.c:1.11	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp33/init.c	Tue Feb 22 01:37:00 2011
@@ -9,6 +9,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include <tmacros.h>  /* includes bsp.h, stdio, etc... */
 

diff -u rtems/testsuites/sptests/sp34/changepri.c:1.13 rtems/testsuites/sptests/sp34/changepri.c:1.14
--- rtems/testsuites/sptests/sp34/changepri.c:1.13	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp34/changepri.c	Tue Feb 22 01:37:00 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h>
 #include <stdio.h>
 

diff -u rtems/testsuites/sptests/sp35/priinv.c:1.16 rtems/testsuites/sptests/sp35/priinv.c:1.17
--- rtems/testsuites/sptests/sp35/priinv.c:1.16	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp35/priinv.c	Tue Feb 22 01:37:00 2011
@@ -52,6 +52,10 @@
 
 #define CONFIGURE_INIT
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h>
 #include <stdio.h>
 #include "tmacros.h"

diff -u rtems/testsuites/sptests/sp36/strict_order_mut.c:1.5 rtems/testsuites/sptests/sp36/strict_order_mut.c:1.6
--- rtems/testsuites/sptests/sp36/strict_order_mut.c:1.5	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp36/strict_order_mut.c	Tue Feb 22 01:37:00 2011
@@ -6,6 +6,10 @@
 
 #define CONFIGURE_INIT
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h>
 #include <stdio.h>
 #include "tmacros.h"

diff -u rtems/testsuites/sptests/sp37/init.c:1.10 rtems/testsuites/sptests/sp37/init.c:1.11
--- rtems/testsuites/sptests/sp37/init.c:1.10	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp37/init.c	Tue Feb 22 01:37:00 2011
@@ -12,6 +12,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
 #define CONFIGURE_INIT
 #include "system.h"

diff -u rtems/testsuites/sptests/sp38/init.c:1.6 rtems/testsuites/sptests/sp38/init.c:1.7
--- rtems/testsuites/sptests/sp38/init.c:1.6	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp38/init.c	Tue Feb 22 01:37:00 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp39/init.c:1.10 rtems/testsuites/sptests/sp39/init.c:1.11
--- rtems/testsuites/sptests/sp39/init.c:1.10	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp39/init.c	Tue Feb 22 01:37:00 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/sp40/init.c:1.6 rtems/testsuites/sptests/sp40/init.c:1.7
--- rtems/testsuites/sptests/sp40/init.c:1.6	Fri Oct  9 08:43:35 2009
+++ rtems/testsuites/sptests/sp40/init.c	Tue Feb 22 01:37:00 2011
@@ -15,6 +15,10 @@
 
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 static rtems_device_driver test_open(

diff -u rtems/testsuites/sptests/sp41/init.c:1.9 rtems/testsuites/sptests/sp41/init.c:1.10
--- rtems/testsuites/sptests/sp41/init.c:1.9	Fri Jul 24 15:43:06 2009
+++ rtems/testsuites/sptests/sp41/init.c	Tue Feb 22 01:37:00 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
 #include <tmacros.h>
 

diff -u rtems/testsuites/sptests/sp42/init.c:1.8 rtems/testsuites/sptests/sp42/init.c:1.9
--- rtems/testsuites/sptests/sp42/init.c:1.8	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp42/init.c	Tue Feb 22 01:37:00 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 

diff -u rtems/testsuites/sptests/sp43/init.c:1.24 rtems/testsuites/sptests/sp43/init.c:1.25
--- rtems/testsuites/sptests/sp43/init.c:1.24	Tue Jul 27 16:25:02 2010
+++ rtems/testsuites/sptests/sp43/init.c	Tue Feb 22 01:37:00 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
 #define CONFIGURE_INIT
 #include "system.h"

diff -u rtems/testsuites/sptests/sp44/init.c:1.6 rtems/testsuites/sptests/sp44/init.c:1.7
--- rtems/testsuites/sptests/sp44/init.c:1.6	Sun Nov 29 21:33:24 2009
+++ rtems/testsuites/sptests/sp44/init.c	Tue Feb 22 01:37:00 2011
@@ -27,6 +27,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <rtems.h>
 #include <stdio.h>

diff -u rtems/testsuites/sptests/sp45/init.c:1.4 rtems/testsuites/sptests/sp45/init.c:1.5
--- rtems/testsuites/sptests/sp45/init.c:1.4	Mon Oct 26 06:29:24 2009
+++ rtems/testsuites/sptests/sp45/init.c	Tue Feb 22 01:37:00 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/sp46/init.c:1.7 rtems/testsuites/sptests/sp46/init.c:1.8
--- rtems/testsuites/sptests/sp46/init.c:1.7	Mon Nov 30 06:51:50 2009
+++ rtems/testsuites/sptests/sp46/init.c	Tue Feb 22 01:37:00 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <rtems/cpuuse.h>
 

diff -u rtems/testsuites/sptests/sp47/init.c:1.4 rtems/testsuites/sptests/sp47/init.c:1.5
--- rtems/testsuites/sptests/sp47/init.c:1.4	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/sp47/init.c	Tue Feb 22 01:37:00 2011
@@ -4,6 +4,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 #define PRIXModes_Control 	PRIX32

diff -u rtems/testsuites/sptests/sp48/init.c:1.4 rtems/testsuites/sptests/sp48/init.c:1.5
--- rtems/testsuites/sptests/sp48/init.c:1.4	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/sp48/init.c	Tue Feb 22 01:37:01 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <rtems/libcsupport.h>
 

diff -u rtems/testsuites/sptests/sp49/init.c:1.1 rtems/testsuites/sptests/sp49/init.c:1.2
--- rtems/testsuites/sptests/sp49/init.c:1.1	Thu May 21 09:34:14 2009
+++ rtems/testsuites/sptests/sp49/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Init(rtems_task_argument ignored)

diff -u rtems/testsuites/sptests/sp50/init.c:1.4 rtems/testsuites/sptests/sp50/init.c:1.5
--- rtems/testsuites/sptests/sp50/init.c:1.4	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/sp50/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 volatile int   Fired;

diff -u rtems/testsuites/sptests/sp51/init.c:1.3 rtems/testsuites/sptests/sp51/init.c:1.4
--- rtems/testsuites/sptests/sp51/init.c:1.3	Wed Jul  8 15:25:30 2009
+++ rtems/testsuites/sptests/sp51/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/sp52/init.c:1.2 rtems/testsuites/sptests/sp52/init.c:1.3
--- rtems/testsuites/sptests/sp52/init.c:1.2	Mon Nov 30 03:08:35 2009
+++ rtems/testsuites/sptests/sp52/init.c	Tue Feb 22 01:37:01 2011
@@ -23,6 +23,10 @@
    #define FIRE_WHEN_STRING "rtems_timer_fire_when"
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 #define INITIAL_SECOND 10

diff -u rtems/testsuites/sptests/sp54/init.c:1.5 rtems/testsuites/sptests/sp54/init.c:1.6
--- rtems/testsuites/sptests/sp54/init.c:1.5	Fri Oct  2 11:50:30 2009
+++ rtems/testsuites/sptests/sp54/init.c	Tue Feb 22 01:37:01 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/sp55/init.c:1.1 rtems/testsuites/sptests/sp55/init.c:1.2
--- rtems/testsuites/sptests/sp55/init.c:1.1	Mon Jul  6 12:10:39 2009
+++ rtems/testsuites/sptests/sp55/init.c	Tue Feb 22 01:37:01 2011
@@ -10,6 +10,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/sp56/init.c:1.1 rtems/testsuites/sptests/sp56/init.c:1.2
--- rtems/testsuites/sptests/sp56/init.c:1.1	Tue Jul  7 15:39:14 2009
+++ rtems/testsuites/sptests/sp56/init.c	Tue Feb 22 01:37:01 2011
@@ -10,6 +10,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 bool task_create(

diff -u rtems/testsuites/sptests/sp57/init.c:1.2 rtems/testsuites/sptests/sp57/init.c:1.3
--- rtems/testsuites/sptests/sp57/init.c:1.2	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/sp57/init.c	Tue Feb 22 01:37:01 2011
@@ -10,6 +10,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Delay_task(

diff -u rtems/testsuites/sptests/sp58/init.c:1.2 rtems/testsuites/sptests/sp58/init.c:1.3
--- rtems/testsuites/sptests/sp58/init.c:1.2	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/sp58/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 #include <sys/types.h>

diff -u rtems/testsuites/sptests/sp59/init.c:1.5 rtems/testsuites/sptests/sp59/init.c:1.6
--- rtems/testsuites/sptests/sp59/init.c:1.5	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/sp59/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 #define ALLOC_SIZE 400

diff -u rtems/testsuites/sptests/sp60/init.c:1.2 rtems/testsuites/sptests/sp60/init.c:1.3
--- rtems/testsuites/sptests/sp60/init.c:1.2	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/sp60/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/sp62/init.c:1.7 rtems/testsuites/sptests/sp62/init.c:1.8
--- rtems/testsuites/sptests/sp62/init.c:1.7	Sat Apr  3 01:04:25 2010
+++ rtems/testsuites/sptests/sp62/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <unistd.h>
 

diff -u rtems/testsuites/sptests/sp63/init.c:1.12 rtems/testsuites/sptests/sp63/init.c:1.13
--- rtems/testsuites/sptests/sp63/init.c:1.12	Tue Dec  8 11:52:56 2009
+++ rtems/testsuites/sptests/sp63/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 #define MAX 256

diff -u rtems/testsuites/sptests/sp64/init.c:1.5 rtems/testsuites/sptests/sp64/init.c:1.6
--- rtems/testsuites/sptests/sp64/init.c:1.5	Tue Dec  8 11:52:56 2009
+++ rtems/testsuites/sptests/sp64/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 
 uint32_t Area1[50] CPU_STRUCTURE_ALIGNMENT;

diff -u rtems/testsuites/sptests/sp65/init.c:1.8 rtems/testsuites/sptests/sp65/init.c:1.9
--- rtems/testsuites/sptests/sp65/init.c:1.8	Sat Apr  3 01:04:25 2010
+++ rtems/testsuites/sptests/sp65/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <unistd.h>
 

diff -u rtems/testsuites/sptests/sp66/init.c:1.2 rtems/testsuites/sptests/sp66/init.c:1.3
--- rtems/testsuites/sptests/sp66/init.c:1.2	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/sp66/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/sp67/init.c:1.3 rtems/testsuites/sptests/sp67/init.c:1.4
--- rtems/testsuites/sptests/sp67/init.c:1.3	Mon Nov 30 03:08:35 2009
+++ rtems/testsuites/sptests/sp67/init.c	Tue Feb 22 01:37:01 2011
@@ -12,6 +12,10 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 /*

diff -u rtems/testsuites/sptests/sp68/init.c:1.2 rtems/testsuites/sptests/sp68/init.c:1.3
--- rtems/testsuites/sptests/sp68/init.c:1.2	Thu Jul  1 12:00:33 2010
+++ rtems/testsuites/sptests/sp68/init.c	Tue Feb 22 01:37:01 2011
@@ -21,6 +21,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 #define TIMER_COUNT 6

diff -u rtems/testsuites/sptests/sp69/init.c:1.4 rtems/testsuites/sptests/sp69/init.c:1.5
--- rtems/testsuites/sptests/sp69/init.c:1.4	Tue Feb  8 01:23:42 2011
+++ rtems/testsuites/sptests/sp69/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <rtems/cpuuse.h>
 #include <tmacros.h>
 #include "test_support.h"

diff -u rtems/testsuites/sptests/sp70/init.c:1.2 rtems/testsuites/sptests/sp70/init.c:1.3
--- rtems/testsuites/sptests/sp70/init.c:1.2	Tue Nov 16 13:01:29 2010
+++ rtems/testsuites/sptests/sp70/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 

diff -u rtems/testsuites/sptests/sp71/init.c:1.1 rtems/testsuites/sptests/sp71/init.c:1.2
--- rtems/testsuites/sptests/sp71/init.c:1.1	Tue Jun 22 11:14:43 2010
+++ rtems/testsuites/sptests/sp71/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 

diff -u rtems/testsuites/sptests/sp72/init.c:1.1 rtems/testsuites/sptests/sp72/init.c:1.2
--- rtems/testsuites/sptests/sp72/init.c:1.1	Mon Jul 26 10:38:40 2010
+++ rtems/testsuites/sptests/sp72/init.c	Tue Feb 22 01:37:01 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 

diff -u rtems/testsuites/sptests/spassoc01/init.c:1.1 rtems/testsuites/sptests/spassoc01/init.c:1.2
--- rtems/testsuites/sptests/spassoc01/init.c:1.1	Wed Jul  7 09:16:55 2010
+++ rtems/testsuites/sptests/spassoc01/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 

diff -u rtems/testsuites/sptests/spchain/init.c:1.8 rtems/testsuites/sptests/spchain/init.c:1.9
--- rtems/testsuites/sptests/spchain/init.c:1.8	Fri Nov 26 06:55:22 2010
+++ rtems/testsuites/sptests/spchain/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <rtems/chain.h>
 

diff -u rtems/testsuites/sptests/spclockget/init.c:1.4 rtems/testsuites/sptests/spclockget/init.c:1.5
--- rtems/testsuites/sptests/spclockget/init.c:1.4	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/spclockget/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/spcoverage/init.c:1.1 rtems/testsuites/sptests/spcoverage/init.c:1.2
--- rtems/testsuites/sptests/spcoverage/init.c:1.1	Tue Aug 11 12:53:09 2009
+++ rtems/testsuites/sptests/spcoverage/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/sperror01/init.c:1.1 rtems/testsuites/sptests/sperror01/init.c:1.2
--- rtems/testsuites/sptests/sperror01/init.c:1.1	Mon Jun 28 09:03:45 2010
+++ rtems/testsuites/sptests/sperror01/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include "rtems/error.h"

diff -u rtems/testsuites/sptests/sperror02/init.c:1.1 rtems/testsuites/sptests/sperror02/init.c:1.2
--- rtems/testsuites/sptests/sperror02/init.c:1.1	Mon Jun 28 09:03:45 2010
+++ rtems/testsuites/sptests/sperror02/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <errno.h>

diff -u rtems/testsuites/sptests/sperror03/init.c:1.1 rtems/testsuites/sptests/sperror03/init.c:1.2
--- rtems/testsuites/sptests/sperror03/init.c:1.1	Mon Jun 28 09:03:45 2010
+++ rtems/testsuites/sptests/sperror03/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 

diff -u rtems/testsuites/sptests/spfatal_support/consume_sems.c:1.1 rtems/testsuites/sptests/spfatal_support/consume_sems.c:1.2
--- rtems/testsuites/sptests/spfatal_support/consume_sems.c:1.1	Mon Jun 21 20:28:13 2010
+++ rtems/testsuites/sptests/spfatal_support/consume_sems.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <rtems.h>
 
 #define MAXIMUM 20

diff -u rtems/testsuites/sptests/spfatal_support/init.c:1.10 rtems/testsuites/sptests/spfatal_support/init.c:1.11
--- rtems/testsuites/sptests/spfatal_support/init.c:1.10	Wed Jul  7 09:07:12 2010
+++ rtems/testsuites/sptests/spfatal_support/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/spfifo01/init.c:1.4 rtems/testsuites/sptests/spfifo01/init.c:1.5
--- rtems/testsuites/sptests/spfifo01/init.c:1.4	Thu Jun 24 14:46:40 2010
+++ rtems/testsuites/sptests/spfifo01/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/stat.h>
 #include <stdio.h>
 

diff -u rtems/testsuites/sptests/spfifo02/init.c:1.5 rtems/testsuites/sptests/spfifo02/init.c:1.6
--- rtems/testsuites/sptests/spfifo02/init.c:1.5	Mon Aug  9 09:29:36 2010
+++ rtems/testsuites/sptests/spfifo02/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 

diff -u rtems/testsuites/sptests/spfifo03/init.c:1.4 rtems/testsuites/sptests/spfifo03/init.c:1.5
--- rtems/testsuites/sptests/spfifo03/init.c:1.4	Thu Jun 24 14:46:40 2010
+++ rtems/testsuites/sptests/spfifo03/init.c	Tue Feb 22 01:37:02 2011
@@ -19,7 +19,10 @@
  *  $Id$
  */
 
-/* Includes */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h>
 #include <tmacros.h>
 #include <stdio.h>

diff -u rtems/testsuites/sptests/spfifo04/init.c:1.5 rtems/testsuites/sptests/spfifo04/init.c:1.6
--- rtems/testsuites/sptests/spfifo04/init.c:1.5	Fri Jul  2 13:07:12 2010
+++ rtems/testsuites/sptests/spfifo04/init.c	Tue Feb 22 01:37:02 2011
@@ -9,7 +9,10 @@
  *  $Id$
  */
 
-/* Includes */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h>
 #include <tmacros.h>
 #include <stdio.h>

diff -u rtems/testsuites/sptests/spfifo05/init.c:1.1 rtems/testsuites/sptests/spfifo05/init.c:1.2
--- rtems/testsuites/sptests/spfifo05/init.c:1.1	Mon Jul  5 15:14:19 2010
+++ rtems/testsuites/sptests/spfifo05/init.c	Tue Feb 22 01:37:02 2011
@@ -9,7 +9,10 @@
  *  $Id$
  */
 
-/* Includes */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <bsp.h>
 #include <tmacros.h>
 #include <stdio.h>

diff -u rtems/testsuites/sptests/spheapprot/init.c:1.1 rtems/testsuites/sptests/spheapprot/init.c:1.2
--- rtems/testsuites/sptests/spheapprot/init.c:1.1	Wed Aug 25 08:05:47 2010
+++ rtems/testsuites/sptests/spheapprot/init.c	Tue Feb 22 01:37:02 2011
@@ -14,6 +14,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>

diff -u rtems/testsuites/sptests/spintrcritical01/init.c:1.5 rtems/testsuites/sptests/spintrcritical01/init.c:1.6
--- rtems/testsuites/sptests/spintrcritical01/init.c:1.5	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/spintrcritical01/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 1
 #include <tmacros.h>
 #include <intrcritical.h>

diff -u rtems/testsuites/sptests/spintrcritical06/init.c:1.12 rtems/testsuites/sptests/spintrcritical06/init.c:1.13
--- rtems/testsuites/sptests/spintrcritical06/init.c:1.12	Wed Jul 14 02:33:56 2010
+++ rtems/testsuites/sptests/spintrcritical06/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 1
 #include <tmacros.h>
 #include <intrcritical.h>

diff -u rtems/testsuites/sptests/spintrcritical08/init.c:1.4 rtems/testsuites/sptests/spintrcritical08/init.c:1.5
--- rtems/testsuites/sptests/spintrcritical08/init.c:1.4	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/spintrcritical08/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 1
 #include <tmacros.h>
 #include <intrcritical.h>

diff -u rtems/testsuites/sptests/spintrcritical09/init.c:1.6 rtems/testsuites/sptests/spintrcritical09/init.c:1.7
--- rtems/testsuites/sptests/spintrcritical09/init.c:1.6	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/spintrcritical09/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 1
 #include <tmacros.h>
 #include <intrcritical.h>

diff -u rtems/testsuites/sptests/spintrcritical10/init.c:1.2 rtems/testsuites/sptests/spintrcritical10/init.c:1.3
--- rtems/testsuites/sptests/spintrcritical10/init.c:1.2	Mon Oct  5 10:01:59 2009
+++ rtems/testsuites/sptests/spintrcritical10/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 1
 #include <tmacros.h>
 #include <intrcritical.h>

diff -u rtems/testsuites/sptests/spintrcritical11/init.c:1.3 rtems/testsuites/sptests/spintrcritical11/init.c:1.4
--- rtems/testsuites/sptests/spintrcritical11/init.c:1.3	Sat Oct 24 01:14:30 2009
+++ rtems/testsuites/sptests/spintrcritical11/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <intrcritical.h>
 

diff -u rtems/testsuites/sptests/spintrcritical13/init.c:1.2 rtems/testsuites/sptests/spintrcritical13/init.c:1.3
--- rtems/testsuites/sptests/spintrcritical13/init.c:1.2	Thu Aug  6 14:23:38 2009
+++ rtems/testsuites/sptests/spintrcritical13/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <intrcritical.h>
 

diff -u rtems/testsuites/sptests/spintrcritical15/init.c:1.4 rtems/testsuites/sptests/spintrcritical15/init.c:1.5
--- rtems/testsuites/sptests/spintrcritical15/init.c:1.4	Mon Nov 30 06:51:50 2009
+++ rtems/testsuites/sptests/spintrcritical15/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <intrcritical.h>
 

diff -u rtems/testsuites/sptests/spintrcritical16/init.c:1.4 rtems/testsuites/sptests/spintrcritical16/init.c:1.5
--- rtems/testsuites/sptests/spintrcritical16/init.c:1.4	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/spintrcritical16/init.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
 #include <tmacros.h>
 #include <intrcritical.h>

diff -u rtems/testsuites/sptests/spintrcritical17/init.c:1.2 rtems/testsuites/sptests/spintrcritical17/init.c:1.3
--- rtems/testsuites/sptests/spintrcritical17/init.c:1.2	Fri Dec  4 08:08:51 2009
+++ rtems/testsuites/sptests/spintrcritical17/init.c	Tue Feb 22 01:37:02 2011
@@ -13,6 +13,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <intrcritical.h>
 

diff -u rtems/testsuites/sptests/spintrcritical_support/intrcritical.c:1.4 rtems/testsuites/sptests/spintrcritical_support/intrcritical.c:1.5
--- rtems/testsuites/sptests/spintrcritical_support/intrcritical.c:1.4	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/spintrcritical_support/intrcritical.c	Tue Feb 22 01:37:02 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <intrcritical.h>
 

diff -u rtems/testsuites/sptests/spmkdir/init.c:1.3 rtems/testsuites/sptests/spmkdir/init.c:1.4
--- rtems/testsuites/sptests/spmkdir/init.c:1.3	Thu Aug 26 14:40:09 2010
+++ rtems/testsuites/sptests/spmkdir/init.c	Tue Feb 22 01:37:03 2011
@@ -21,6 +21,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/stat.h>
 #include <errno.h>
 #include <fcntl.h>

diff -u rtems/testsuites/sptests/spmountmgr01/init.c:1.3 rtems/testsuites/sptests/spmountmgr01/init.c:1.4
--- rtems/testsuites/sptests/spmountmgr01/init.c:1.3	Mon Aug  9 09:29:36 2010
+++ rtems/testsuites/sptests/spmountmgr01/init.c	Tue Feb 22 01:37:03 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <errno.h>

diff -u rtems/testsuites/sptests/spnotepad01/init.c:1.2 rtems/testsuites/sptests/spnotepad01/init.c:1.3
--- rtems/testsuites/sptests/spnotepad01/init.c:1.2	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/spnotepad01/init.c	Tue Feb 22 01:37:03 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "tmacros.h"
 
 rtems_task Init(

diff -u rtems/testsuites/sptests/spobjgetnext/init.c:1.6 rtems/testsuites/sptests/spobjgetnext/init.c:1.7
--- rtems/testsuites/sptests/spobjgetnext/init.c:1.6	Tue Dec  8 11:52:56 2009
+++ rtems/testsuites/sptests/spobjgetnext/init.c	Tue Feb 22 01:37:03 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 1
 #include "system.h"

diff -u rtems/testsuites/sptests/spprintk/init.c:1.7 rtems/testsuites/sptests/spprintk/init.c:1.8
--- rtems/testsuites/sptests/spprintk/init.c:1.7	Wed Jul 14 18:17:48 2010
+++ rtems/testsuites/sptests/spprintk/init.c	Tue Feb 22 01:37:03 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include <rtems/bspIo.h>
 

diff -u rtems/testsuites/sptests/spprivenv01/init.c:1.2 rtems/testsuites/sptests/spprivenv01/init.c:1.3
--- rtems/testsuites/sptests/spprivenv01/init.c:1.2	Mon Aug  9 09:29:36 2010
+++ rtems/testsuites/sptests/spprivenv01/init.c	Tue Feb 22 01:37:03 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 #include "test_support.h"
 #include <rtems/libio_.h>

diff -u rtems/testsuites/sptests/spsize/getint.c:1.9 rtems/testsuites/sptests/spsize/getint.c:1.10
--- rtems/testsuites/sptests/spsize/getint.c:1.9	Sun May 10 09:39:46 2009
+++ rtems/testsuites/sptests/spsize/getint.c	Tue Feb 22 01:37:03 2011
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <rtems.h>
 #include <stdio.h>
 #include <stdlib.h>

diff -u rtems/testsuites/sptests/spsize/init.c:1.14 rtems/testsuites/sptests/spsize/init.c:1.15
--- rtems/testsuites/sptests/spsize/init.c:1.14	Sat Oct 24 01:22:50 2009
+++ rtems/testsuites/sptests/spsize/init.c	Tue Feb 22 01:37:03 2011
@@ -21,6 +21,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/spsize/size.c:1.69 rtems/testsuites/sptests/spsize/size.c:1.70
--- rtems/testsuites/sptests/spsize/size.c:1.69	Wed Nov 24 10:06:22 2010
+++ rtems/testsuites/sptests/spsize/size.c	Tue Feb 22 01:37:03 2011
@@ -12,6 +12,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <rtems/system.h>
 #include <rtems/config.h>
 #include <rtems/score/apiext.h>

diff -u rtems/testsuites/sptests/spstkalloc/init.c:1.3 rtems/testsuites/sptests/spstkalloc/init.c:1.4
--- rtems/testsuites/sptests/spstkalloc/init.c:1.3	Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/spstkalloc/init.c	Tue Feb 22 01:37:03 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 #define MAXIMUM_STACKS 3

diff -u rtems/testsuites/sptests/spthreadq01/init.c:1.1 rtems/testsuites/sptests/spthreadq01/init.c:1.2
--- rtems/testsuites/sptests/spthreadq01/init.c:1.1	Thu Jul  9 14:02:40 2009
+++ rtems/testsuites/sptests/spthreadq01/init.c	Tue Feb 22 01:37:03 2011
@@ -9,6 +9,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 #include <sys/types.h>

diff -u rtems/testsuites/sptests/spwatchdog/delay.c:1.1 rtems/testsuites/sptests/spwatchdog/delay.c:1.2
--- rtems/testsuites/sptests/spwatchdog/delay.c:1.1	Fri Jan 16 12:57:53 2009
+++ rtems/testsuites/sptests/spwatchdog/delay.c	Tue Feb 22 01:37:03 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_timer_service_routine Delayed_resume(

diff -u rtems/testsuites/sptests/spwatchdog/init.c:1.3 rtems/testsuites/sptests/spwatchdog/init.c:1.4
--- rtems/testsuites/sptests/spwatchdog/init.c:1.3	Mon Oct 26 06:29:24 2009
+++ rtems/testsuites/sptests/spwatchdog/init.c	Tue Feb 22 01:37:03 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #define CONFIGURE_INIT
 #include "system.h"
 

diff -u rtems/testsuites/sptests/spwatchdog/prtime.c:1.2 rtems/testsuites/sptests/spwatchdog/prtime.c:1.3
--- rtems/testsuites/sptests/spwatchdog/prtime.c:1.2	Mon Aug 10 09:49:51 2009
+++ rtems/testsuites/sptests/spwatchdog/prtime.c	Tue Feb 22 01:37:03 2011
@@ -16,6 +16,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 void Print_time( void )

diff -u rtems/testsuites/sptests/spwatchdog/task1.c:1.7 rtems/testsuites/sptests/spwatchdog/task1.c:1.8
--- rtems/testsuites/sptests/spwatchdog/task1.c:1.7	Mon Oct 25 02:29:27 2010
+++ rtems/testsuites/sptests/spwatchdog/task1.c	Tue Feb 22 01:37:03 2011
@@ -17,6 +17,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "system.h"
 
 rtems_task Task_1(

diff -u rtems/testsuites/sptests/spwkspace/init.c:1.4 rtems/testsuites/sptests/spwkspace/init.c:1.5
--- rtems/testsuites/sptests/spwkspace/init.c:1.4	Tue Dec  8 11:52:56 2009
+++ rtems/testsuites/sptests/spwkspace/init.c	Tue Feb 22 01:37:03 2011
@@ -11,6 +11,10 @@
  *  $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <tmacros.h>
 
 


 *ralf*:
2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>

	* sp01/init.c,
	sp01/task1.c,
	sp02/init.c,
	sp02/preempt.c,
	sp02/task1.c,
	sp02/task2.c,
	sp02/task3.c,
	sp03/init.c,
	sp03/task1.c,
	sp03/task2.c,
	sp04/init.c,
	sp04/task1.c,
	sp04/task2.c,
	sp04/task3.c,
	sp04/tswitch.c,
	sp05/init.c,
	sp05/task1.c,
	sp05/task2.c,
	sp05/task3.c,
	sp06/init.c,
	sp06/task1.c,
	sp06/task2.c,
	sp06/task3.c,
	sp07/buffered_io.c,
	sp07/init.c,
	sp07/task1.c,
	sp07/task2.c,
	sp07/task3.c,
	sp07/task4.c,
	sp07/taskexit.c,
	sp07/tcreate.c,
	sp07/tdelete.c,
	sp07/trestart.c,
	sp07/tstart.c,
	sp08/init.c,
	sp08/task1.c,
	sp09/delay.c,
	sp09/init.c,
	sp09/isr.c,
	sp09/screen01.c,
	sp09/screen02.c,
	sp09/screen03.c,
	sp09/screen04.c,
	sp09/screen05.c,
	sp09/screen06.c,
	sp09/screen07.c,
	sp09/screen08.c,
	sp09/screen09.c,
	sp09/screen10.c,
	sp09/screen11.c,
	sp09/screen12.c,
	sp09/screen13.c,
	sp09/screen14.c,
	sp09/task1.c,
	sp09/task2.c,
	sp09/task3.c,
	sp09/task4.c,
	sp10/init.c,
	sp11/init.c,
	sp11/task1.c,
	sp11/task2.c,
	sp11/timer.c,
	sp12/init.c,
	sp12/pridrv.c,
	sp12/pritask.c,
	sp12/task1.c,
	sp12/task2.c,
	sp12/task3.c,
	sp12/task4.c,
	sp12/task5.c,
	sp13/fillbuff.c,
	sp13/init.c,
	sp13/putbuff.c,
	sp13/task1.c,
	sp13/task2.c,
	sp13/task3.c,
	sp14/asr.c,
	sp14/init.c,
	sp14/task1.c,
	sp14/task2.c,
	sp15/init.c,
	sp15/task1.c,
	sp16/init.c,
	sp16/task1.c,
	sp16/task2.c,
	sp16/task3.c,
	sp16/task4.c,
	sp16/task5.c,
	sp17/asr.c,
	sp17/init.c,
	sp17/task1.c,
	sp17/task2.c,
	sp18/init.c,
	sp19/first.c,
	sp19/fptask.c,
	sp19/init.c,
	sp19/task1.c,
	sp20/getall.c,
	sp20/init.c,
	sp20/task1.c,
	sp21/init.c,
	sp22/delay.c,
	sp22/init.c,
	sp22/prtime.c,
	sp22/task1.c,
	sp23/init.c,
	sp23/task1.c,
	sp24/init.c,
	sp24/resume.c,
	sp24/task1.c,
	sp25/init.c,
	sp25/task1.c,
	sp26/init.c,
	sp26/task1.c,
	sp27/init.c,
	sp28/init.c,
	sp29/init.c,
	sp30/init.c,
	sp30/resume.c,
	sp30/task1.c,
	sp31/delay.c,
	sp31/init.c,
	sp31/prtime.c,
	sp31/task1.c,
	sp32/init.c,
	sp33/init.c,
	sp34/changepri.c,
	sp35/priinv.c,
	sp36/strict_order_mut.c,
	sp37/init.c,
	sp38/init.c,
	sp39/init.c,
	sp40/init.c,
	sp41/init.c,
	sp42/init.c,
	sp43/init.c,
	sp44/init.c,
	sp45/init.c,
	sp46/init.c,
	sp47/init.c,
	sp48/init.c,
	sp49/init.c,
	sp50/init.c,
	sp51/init.c,
	sp52/init.c,
	sp54/init.c,
	sp55/init.c,
	sp56/init.c,
	sp57/init.c,
	sp58/init.c,
	sp59/init.c,
	sp60/init.c,
	sp62/init.c,
	sp63/init.c,
	sp64/init.c,
	sp65/init.c,
	sp66/init.c,
	sp67/init.c,
	sp68/init.c,
	sp69/init.c,
	sp70/init.c,
	sp71/init.c,
	sp72/init.c,
	spassoc01/init.c,
	spchain/init.c,
	spclockget/init.c,
	spcoverage/init.c,
	sperror01/init.c,
	sperror02/init.c,
	sperror03/init.c,
	spfatal_support/consume_sems.c,
	spfatal_support/init.c,
	spfifo01/init.c,
	spfifo02/init.c,
	spfifo03/init.c,
	spfifo04/init.c,
	spfifo05/init.c,
	spheapprot/init.c,
	spintrcritical01/init.c,
	spintrcritical06/init.c,
	spintrcritical08/init.c,
	spintrcritical09/init.c,
	spintrcritical10/init.c,
	spintrcritical11/init.c,
	spintrcritical13/init.c,
	spintrcritical15/init.c,
	spintrcritical16/init.c,
	spintrcritical17/init.c,
	spintrcritical_support/intrcritical.c,
	spmkdir/init.c,
	spmountmgr01/init.c,
	spnotepad01/init.c,
	spobjgetnext/init.c,
	spprintk/init.c,
	spprivenv01/init.c,
	spsize/getint.c,
	spsize/init.c,
	spsize/size.c,
	spstkalloc/init.c,
	spthreadq01/init.c,
	spwatchdog/delay.c,
	spwatchdog/init.c,
	spwatchdog/prtime.c,
	spwatchdog/task1.c,
	spwkspace/init.c: Add HAVE_CONFIG_H.

M  1.433  testsuites/sptests/ChangeLog

diff -u rtems/testsuites/sptests/ChangeLog:1.432 rtems/testsuites/sptests/ChangeLog:1.433
--- rtems/testsuites/sptests/ChangeLog:1.432	Mon Feb 14 14:22:23 2011
+++ rtems/testsuites/sptests/ChangeLog	Tue Feb 22 01:37:13 2011
@@ -1,3 +1,55 @@
+2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* sp01/init.c, sp01/task1.c, sp02/init.c, sp02/preempt.c, sp02/task1.c,
+	sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/task1.c, sp03/task2.c,
+	sp04/init.c, sp04/task1.c, sp04/task2.c, sp04/task3.c, sp04/tswitch.c,
+	sp05/init.c, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
+	sp06/task1.c, sp06/task2.c, sp06/task3.c, sp07/buffered_io.c,
+	sp07/init.c, sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
+	sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
+	sp07/tstart.c, sp08/init.c, sp08/task1.c, sp09/delay.c, sp09/init.c,
+	sp09/isr.c, sp09/screen01.c, sp09/screen02.c, sp09/screen03.c,
+	sp09/screen04.c, sp09/screen05.c, sp09/screen06.c, sp09/screen07.c,
+	sp09/screen08.c, sp09/screen09.c, sp09/screen10.c, sp09/screen11.c,
+	sp09/screen12.c, sp09/screen13.c, sp09/screen14.c, sp09/task1.c,
+	sp09/task2.c, sp09/task3.c, sp09/task4.c, sp10/init.c, sp11/init.c,
+	sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c, sp12/pridrv.c,
+	sp12/pritask.c, sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c,
+	sp12/task5.c, sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c,
+	sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c, sp14/init.c,
+	sp14/task1.c, sp14/task2.c, sp15/init.c, sp15/task1.c, sp16/init.c,
+	sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
+	sp17/asr.c, sp17/init.c, sp17/task1.c, sp17/task2.c, sp18/init.c,
+	sp19/first.c, sp19/fptask.c, sp19/init.c, sp19/task1.c, sp20/getall.c,
+	sp20/init.c, sp20/task1.c, sp21/init.c, sp22/delay.c, sp22/init.c,
+	sp22/prtime.c, sp22/task1.c, sp23/init.c, sp23/task1.c, sp24/init.c,
+	sp24/resume.c, sp24/task1.c, sp25/init.c, sp25/task1.c, sp26/init.c,
+	sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp30/init.c,
+	sp30/resume.c, sp30/task1.c, sp31/delay.c, sp31/init.c, sp31/prtime.c,
+	sp31/task1.c, sp32/init.c, sp33/init.c, sp34/changepri.c, sp35/priinv.c,
+	sp36/strict_order_mut.c, sp37/init.c, sp38/init.c, sp39/init.c,
+	sp40/init.c, sp41/init.c, sp42/init.c, sp43/init.c, sp44/init.c,
+	sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c, sp49/init.c,
+	sp50/init.c, sp51/init.c, sp52/init.c, sp54/init.c, sp55/init.c,
+	sp56/init.c, sp57/init.c, sp58/init.c, sp59/init.c, sp60/init.c,
+	sp62/init.c, sp63/init.c, sp64/init.c, sp65/init.c, sp66/init.c,
+	sp67/init.c, sp68/init.c, sp69/init.c, sp70/init.c, sp71/init.c,
+	sp72/init.c, spassoc01/init.c, spchain/init.c, spclockget/init.c,
+	spcoverage/init.c, sperror01/init.c, sperror02/init.c, sperror03/init.c,
+	spfatal_support/consume_sems.c, spfatal_support/init.c, spfifo01/init.c,
+	spfifo02/init.c, spfifo03/init.c, spfifo04/init.c, spfifo05/init.c,
+	spheapprot/init.c, spintrcritical01/init.c, spintrcritical06/init.c,
+	spintrcritical08/init.c, spintrcritical09/init.c,
+	spintrcritical10/init.c, spintrcritical11/init.c,
+	spintrcritical13/init.c, spintrcritical15/init.c,
+	spintrcritical16/init.c, spintrcritical17/init.c,
+	spintrcritical_support/intrcritical.c, spmkdir/init.c,
+	spmountmgr01/init.c, spnotepad01/init.c, spobjgetnext/init.c,
+	spprintk/init.c, spprivenv01/init.c, spsize/getint.c, spsize/init.c,
+	spsize/size.c, spstkalloc/init.c, spthreadq01/init.c,
+	spwatchdog/delay.c, spwatchdog/init.c, spwatchdog/prtime.c,
+	spwatchdog/task1.c, spwkspace/init.c: Add HAVE_CONFIG_H.
+
 2011-02-14	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* sp09/Makefile.am: Switch to all managers since this is all of them.



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110222/fd29cf40/attachment.html>


More information about the vc mailing list