[rtems commit] Canonicalize config.h include

Sebastian Huber sebh at rtems.org
Thu Apr 16 05:33:00 UTC 2020


Module:    rtems
Branch:    master
Commit:    80cf60efec79ac63cc3a26c6ad8f86790a385847
Changeset: http://git.rtems.org/rtems/commit/?id=80cf60efec79ac63cc3a26c6ad8f86790a385847

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Apr 15 09:48:32 2020 +0200

Canonicalize config.h include

Use the following variant which was already used by most source files:

  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif

---

 cpukit/dev/i2c/eeprom.c                                     | 4 ++--
 cpukit/dev/i2c/fpga-i2c-slave.c                             | 4 ++--
 cpukit/dev/i2c/gpio-nxp-pca9535.c                           | 4 ++--
 cpukit/dev/i2c/i2c-bus.c                                    | 4 ++--
 cpukit/dev/i2c/i2c-dev.c                                    | 4 ++--
 cpukit/dev/i2c/sensor-lm75a.c                               | 2 +-
 cpukit/dev/i2c/switch-nxp-pca9548a.c                        | 4 ++--
 cpukit/dev/i2c/ti-ads-16bit-adc.c                           | 4 ++--
 cpukit/dev/i2c/ti-lm25066a.c                                | 4 ++--
 cpukit/dev/i2c/ti-tmp112.c                                  | 4 ++--
 cpukit/dev/spi/spi-bus.c                                    | 4 ++--
 cpukit/ftpd/ftpd-init.c                                     | 2 +-
 cpukit/ftpd/ftpd.c                                          | 2 +-
 cpukit/libblock/src/bdbuf.c                                 | 2 +-
 cpukit/libblock/src/bdpart-register.c                       | 2 +-
 cpukit/libblock/src/blkdev-blkstats.c                       | 4 ++--
 cpukit/libblock/src/blkdev-imfs.c                           | 4 ++--
 cpukit/libblock/src/blkdev-ioctl.c                          | 4 ++--
 cpukit/libblock/src/blkdev-print-stats.c                    | 4 ++--
 cpukit/libblock/src/blkdev.c                                | 2 +-
 cpukit/libblock/src/diskdevs-init.c                         | 4 ++--
 cpukit/libblock/src/diskdevs.c                              | 2 +-
 cpukit/libblock/src/flashdisk.c                             | 2 +-
 cpukit/libblock/src/ide_part_table.c                        | 2 +-
 cpukit/libblock/src/nvdisk-sram.c                           | 2 +-
 cpukit/libblock/src/nvdisk.c                                | 2 +-
 cpukit/libblock/src/ramdisk-init.c                          | 2 +-
 cpukit/libblock/src/ramdisk-register.c                      | 2 +-
 cpukit/libblock/src/show_bdbuf.c                            | 2 +-
 cpukit/libcsupport/src/__assert.c                           | 2 +-
 cpukit/libcsupport/src/__getpid.c                           | 2 +-
 cpukit/libcsupport/src/__gettod.c                           | 2 +-
 cpukit/libcsupport/src/__times.c                            | 2 +-
 cpukit/libcsupport/src/__usrenv.c                           | 4 ++--
 cpukit/libcsupport/src/_calloc_r.c                          | 2 +-
 cpukit/libcsupport/src/_free_r.c                            | 2 +-
 cpukit/libcsupport/src/_malloc_r.c                          | 2 +-
 cpukit/libcsupport/src/_realloc_r.c                         | 2 +-
 cpukit/libcsupport/src/_rename_r.c                          | 2 +-
 cpukit/libcsupport/src/access.c                             | 2 +-
 cpukit/libcsupport/src/alignedalloc.c                       | 2 +-
 cpukit/libcsupport/src/assoc32tostring.c                    | 2 +-
 cpukit/libcsupport/src/assoclocalbyname.c                   | 2 +-
 cpukit/libcsupport/src/assoclocalbyremote.c                 | 2 +-
 cpukit/libcsupport/src/assoclocalbyremotebitfield.c         | 2 +-
 cpukit/libcsupport/src/assocnamebad.c                       | 2 +-
 cpukit/libcsupport/src/assocnamebylocal.c                   | 2 +-
 cpukit/libcsupport/src/assocnamebylocalbitfield.c           | 2 +-
 cpukit/libcsupport/src/assocnamebyremote.c                  | 2 +-
 cpukit/libcsupport/src/assocnamebyremotebitfield.c          | 2 +-
 cpukit/libcsupport/src/assocptrbylocal.c                    | 2 +-
 cpukit/libcsupport/src/assocptrbyname.c                     | 2 +-
 cpukit/libcsupport/src/assocptrbyremote.c                   | 2 +-
 cpukit/libcsupport/src/assocremotebylocal.c                 | 2 +-
 cpukit/libcsupport/src/assocremotebylocalbitfield.c         | 2 +-
 cpukit/libcsupport/src/assocremotebyname.c                  | 2 +-
 cpukit/libcsupport/src/assocthreadstatestostring.c          | 2 +-
 cpukit/libcsupport/src/base_fs.c                            | 2 +-
 cpukit/libcsupport/src/cachecoherentalloc.c                 | 4 ++--
 cpukit/libcsupport/src/calloc.c                             | 2 +-
 cpukit/libcsupport/src/cfgetispeed.c                        | 2 +-
 cpukit/libcsupport/src/cfgetospeed.c                        | 2 +-
 cpukit/libcsupport/src/cfmakeraw.c                          | 2 +-
 cpukit/libcsupport/src/cfmakesane.c                         | 2 +-
 cpukit/libcsupport/src/cfsetispeed.c                        | 2 +-
 cpukit/libcsupport/src/cfsetospeed.c                        | 2 +-
 cpukit/libcsupport/src/cfsetspeed.c                         | 2 +-
 cpukit/libcsupport/src/chdir.c                              | 4 ++--
 cpukit/libcsupport/src/chmod.c                              | 4 ++--
 cpukit/libcsupport/src/chown.c                              | 4 ++--
 cpukit/libcsupport/src/chroot.c                             | 4 ++--
 cpukit/libcsupport/src/clock.c                              | 2 +-
 cpukit/libcsupport/src/clonenode.c                          | 4 ++--
 cpukit/libcsupport/src/close.c                              | 2 +-
 cpukit/libcsupport/src/consolesimple.c                      | 2 +-
 cpukit/libcsupport/src/consolesimpletask.c                  | 2 +-
 cpukit/libcsupport/src/ctermid.c                            | 2 +-
 cpukit/libcsupport/src/dup.c                                | 2 +-
 cpukit/libcsupport/src/dup2.c                               | 2 +-
 cpukit/libcsupport/src/error.c                              | 2 +-
 cpukit/libcsupport/src/fchdir.c                             | 4 ++--
 cpukit/libcsupport/src/fchmod.c                             | 4 ++--
 cpukit/libcsupport/src/fchown.c                             | 4 ++--
 cpukit/libcsupport/src/fcntl.c                              | 4 ++--
 cpukit/libcsupport/src/fdatasync.c                          | 2 +-
 cpukit/libcsupport/src/flockfile.c                          | 2 +-
 cpukit/libcsupport/src/fpathconf.c                          | 2 +-
 cpukit/libcsupport/src/free.c                               | 2 +-
 cpukit/libcsupport/src/freenode.c                           | 4 ++--
 cpukit/libcsupport/src/fstat.c                              | 2 +-
 cpukit/libcsupport/src/fsync.c                              | 2 +-
 cpukit/libcsupport/src/ftruncate.c                          | 4 ++--
 cpukit/libcsupport/src/ftrylockfile.c                       | 2 +-
 cpukit/libcsupport/src/funlockfile.c                        | 2 +-
 cpukit/libcsupport/src/getchark.c                           | 2 +-
 cpukit/libcsupport/src/getdents.c                           | 2 +-
 cpukit/libcsupport/src/getegid.c                            | 2 +-
 cpukit/libcsupport/src/geteuid.c                            | 2 +-
 cpukit/libcsupport/src/getgid.c                             | 2 +-
 cpukit/libcsupport/src/getgrent.c                           | 2 +-
 cpukit/libcsupport/src/getgrnam.c                           | 2 +-
 cpukit/libcsupport/src/getgroups.c                          | 2 +-
 cpukit/libcsupport/src/getlogin.c                           | 2 +-
 cpukit/libcsupport/src/getpagesize.c                        | 2 +-
 cpukit/libcsupport/src/getpgrp.c                            | 2 +-
 cpukit/libcsupport/src/getpid.c                             | 2 +-
 cpukit/libcsupport/src/getppid.c                            | 2 +-
 cpukit/libcsupport/src/getpwent.c                           | 2 +-
 cpukit/libcsupport/src/getreentglobal.c                     | 2 +-
 cpukit/libcsupport/src/getrusage.c                          | 2 +-
 cpukit/libcsupport/src/getuid.c                             | 2 +-
 cpukit/libcsupport/src/gxx_wrappers.c                       | 2 +-
 cpukit/libcsupport/src/ioctl.c                              | 2 +-
 cpukit/libcsupport/src/isatty_r.c                           | 2 +-
 cpukit/libcsupport/src/issetugid.c                          | 2 +-
 cpukit/libcsupport/src/kill_noposix.c                       | 2 +-
 cpukit/libcsupport/src/lchown.c                             | 4 ++--
 cpukit/libcsupport/src/libio.c                              | 2 +-
 cpukit/libcsupport/src/libio_exit.c                         | 4 ++--
 cpukit/libcsupport/src/libio_init.c                         | 2 +-
 cpukit/libcsupport/src/link.c                               | 4 ++--
 cpukit/libcsupport/src/lseek.c                              | 4 ++--
 cpukit/libcsupport/src/lstat.c                              | 2 +-
 cpukit/libcsupport/src/malloc.c                             | 2 +-
 cpukit/libcsupport/src/malloc_deferred.c                    | 2 +-
 cpukit/libcsupport/src/malloc_dirtier.c                     | 2 +-
 cpukit/libcsupport/src/malloc_initialize.c                  | 4 ++--
 cpukit/libcsupport/src/malloc_walk.c                        | 2 +-
 cpukit/libcsupport/src/mallocdirtydefault.c                 | 2 +-
 cpukit/libcsupport/src/mallocextenddefault.c                | 2 +-
 cpukit/libcsupport/src/mallocfreespace.c                    | 2 +-
 cpukit/libcsupport/src/mallocgetheapptr.c                   | 2 +-
 cpukit/libcsupport/src/mallocinfo.c                         | 2 +-
 cpukit/libcsupport/src/mallocsetheapptr.c                   | 2 +-
 cpukit/libcsupport/src/mkdir.c                              | 2 +-
 cpukit/libcsupport/src/mkfifo.c                             | 2 +-
 cpukit/libcsupport/src/mknod.c                              | 4 ++--
 cpukit/libcsupport/src/mount-mgr.c                          | 2 +-
 cpukit/libcsupport/src/mount-mktgt.c                        | 2 +-
 cpukit/libcsupport/src/mount.c                              | 4 ++--
 cpukit/libcsupport/src/newlibc_exit.c                       | 2 +-
 cpukit/libcsupport/src/newlibc_reent.c                      | 2 +-
 cpukit/libcsupport/src/open.c                               | 4 ++--
 cpukit/libcsupport/src/open_dev_console.c                   | 2 +-
 cpukit/libcsupport/src/pathconf.c                           | 2 +-
 cpukit/libcsupport/src/posix_devctl.c                       | 2 +-
 cpukit/libcsupport/src/posix_memalign.c                     | 2 +-
 cpukit/libcsupport/src/print_fprintf.c                      | 2 +-
 cpukit/libcsupport/src/print_printf.c                       | 2 +-
 cpukit/libcsupport/src/printf_plugin.c                      | 2 +-
 cpukit/libcsupport/src/printk.c                             | 2 +-
 cpukit/libcsupport/src/printk_plugin.c                      | 2 +-
 cpukit/libcsupport/src/privateenv.c                         | 4 ++--
 cpukit/libcsupport/src/putk.c                               | 2 +-
 cpukit/libcsupport/src/pwdgrp.c                             | 2 +-
 cpukit/libcsupport/src/read.c                               | 2 +-
 cpukit/libcsupport/src/readlink.c                           | 4 ++--
 cpukit/libcsupport/src/readv.c                              | 2 +-
 cpukit/libcsupport/src/realloc.c                            | 2 +-
 cpukit/libcsupport/src/resource_snapshot.c                  | 4 ++--
 cpukit/libcsupport/src/rmdir.c                              | 4 ++--
 cpukit/libcsupport/src/rtems_heap_extend.c                  | 4 ++--
 cpukit/libcsupport/src/rtems_heap_extend_via_sbrk.c         | 4 ++--
 cpukit/libcsupport/src/rtems_heap_greedy.c                  | 4 ++--
 cpukit/libcsupport/src/rtems_heap_null_extend.c             | 4 ++--
 cpukit/libcsupport/src/rtems_memalign.c                     | 2 +-
 cpukit/libcsupport/src/rtems_mkdir.c                        | 2 +-
 cpukit/libcsupport/src/rtems_put_char.c                     | 2 +-
 cpukit/libcsupport/src/rtems_putc.c                         | 4 ++--
 cpukit/libcsupport/src/setegid.c                            | 2 +-
 cpukit/libcsupport/src/seteuid.c                            | 2 +-
 cpukit/libcsupport/src/setgid.c                             | 2 +-
 cpukit/libcsupport/src/setpgid.c                            | 2 +-
 cpukit/libcsupport/src/setsid.c                             | 2 +-
 cpukit/libcsupport/src/setuid.c                             | 2 +-
 cpukit/libcsupport/src/stat.c                               | 4 ++--
 cpukit/libcsupport/src/statvfs.c                            | 4 ++--
 cpukit/libcsupport/src/sup_fs_check_permissions.c           | 4 ++--
 cpukit/libcsupport/src/sup_fs_deviceio.c                    | 4 ++--
 cpukit/libcsupport/src/sup_fs_eval_path.c                   | 4 ++--
 cpukit/libcsupport/src/sup_fs_eval_path_generic.c           | 4 ++--
 cpukit/libcsupport/src/sup_fs_exist_in_same_instance.c      | 4 ++--
 cpukit/libcsupport/src/sup_fs_location.c                    | 4 ++--
 cpukit/libcsupport/src/sup_fs_mount_iterate.c               | 4 ++--
 cpukit/libcsupport/src/sup_fs_next_token.c                  | 4 ++--
 cpukit/libcsupport/src/symlink.c                            | 4 ++--
 cpukit/libcsupport/src/sync.c                               | 2 +-
 cpukit/libcsupport/src/tcdrain.c                            | 2 +-
 cpukit/libcsupport/src/tcflow.c                             | 2 +-
 cpukit/libcsupport/src/tcflush.c                            | 4 ++--
 cpukit/libcsupport/src/tcgetattr.c                          | 2 +-
 cpukit/libcsupport/src/tcgetpgrp.c                          | 2 +-
 cpukit/libcsupport/src/tcsendbreak.c                        | 2 +-
 cpukit/libcsupport/src/tcsetattr.c                          | 2 +-
 cpukit/libcsupport/src/tcsetpgrp.c                          | 2 +-
 cpukit/libcsupport/src/termios.c                            | 2 +-
 cpukit/libcsupport/src/termios_baud2num.c                   | 2 +-
 cpukit/libcsupport/src/termios_baudtable.c                  | 2 +-
 cpukit/libcsupport/src/termios_num2baud.c                   | 2 +-
 cpukit/libcsupport/src/termios_posix_isig_handler.c         | 2 +-
 cpukit/libcsupport/src/termios_setbestbaud.c                | 4 ++--
 cpukit/libcsupport/src/termios_setinitialbaud.c             | 2 +-
 cpukit/libcsupport/src/termiosinitialize.c                  | 2 +-
 cpukit/libcsupport/src/truncate.c                           | 2 +-
 cpukit/libcsupport/src/umask.c                              | 4 ++--
 cpukit/libcsupport/src/unlink.c                             | 4 ++--
 cpukit/libcsupport/src/unmount.c                            | 4 ++--
 cpukit/libcsupport/src/utime.c                              | 4 ++--
 cpukit/libcsupport/src/utimes.c                             | 2 +-
 cpukit/libcsupport/src/utsname.c                            | 2 +-
 cpukit/libcsupport/src/vprintk.c                            | 2 +-
 cpukit/libcsupport/src/write.c                              | 2 +-
 cpukit/libcsupport/src/write_r.c                            | 2 +-
 cpukit/libcsupport/src/writev.c                             | 2 +-
 cpukit/libdl/dlfcn-shell.c                                  | 2 +-
 cpukit/libdl/rap-shell.c                                    | 2 +-
 cpukit/libdl/rap.c                                          | 2 +-
 cpukit/libdl/rtl-archive.c                                  | 2 +-
 cpukit/libdl/rtl-bit-alloc.c                                | 2 +-
 cpukit/libdl/rtl-chain-iterator.c                           | 2 +-
 cpukit/libdl/rtl-debugger.c                                 | 2 +-
 cpukit/libdl/rtl-elf.c                                      | 2 +-
 cpukit/libdl/rtl-error.c                                    | 2 +-
 cpukit/libdl/rtl-find-file.c                                | 2 +-
 cpukit/libdl/rtl-obj-cache.c                                | 2 +-
 cpukit/libdl/rtl-obj-comp.c                                 | 2 +-
 cpukit/libdl/rtl-obj.c                                      | 2 +-
 cpukit/libdl/rtl-rap.c                                      | 2 +-
 cpukit/libdl/rtl-shell.c                                    | 2 +-
 cpukit/libdl/rtl-sym.c                                      | 2 +-
 cpukit/libdl/rtl-trace.c                                    | 2 +-
 cpukit/libdl/rtl-unresolved.c                               | 2 +-
 cpukit/libdl/rtl-unwind-dw2.c                               | 2 +-
 cpukit/libdl/rtl.c                                          | 2 +-
 cpukit/libfs/src/defaults/default_are_nodes_equal.c         | 4 ++--
 cpukit/libfs/src/defaults/default_chown.c                   | 4 ++--
 cpukit/libfs/src/defaults/default_clone.c                   | 4 ++--
 cpukit/libfs/src/defaults/default_eval_path.c               | 4 ++--
 cpukit/libfs/src/defaults/default_fchmod.c                  | 4 ++--
 cpukit/libfs/src/defaults/default_freenode.c                | 4 ++--
 cpukit/libfs/src/defaults/default_fstat.c                   | 4 ++--
 cpukit/libfs/src/defaults/default_fsync.c                   | 4 ++--
 cpukit/libfs/src/defaults/default_fsync_success.c           | 4 ++--
 cpukit/libfs/src/defaults/default_ftruncate.c               | 4 ++--
 cpukit/libfs/src/defaults/default_ftruncate_directory.c     | 4 ++--
 cpukit/libfs/src/defaults/default_ioctl.c                   | 4 ++--
 cpukit/libfs/src/defaults/default_kqfilter.c                | 4 ++--
 cpukit/libfs/src/defaults/default_link.c                    | 4 ++--
 cpukit/libfs/src/defaults/default_lock_and_unlock.c         | 4 ++--
 cpukit/libfs/src/defaults/default_lseek.c                   | 4 ++--
 cpukit/libfs/src/defaults/default_lseek_directory.c         | 4 ++--
 cpukit/libfs/src/defaults/default_lseek_file.c              | 4 ++--
 cpukit/libfs/src/defaults/default_mknod.c                   | 4 ++--
 cpukit/libfs/src/defaults/default_mmap.c                    | 4 ++--
 cpukit/libfs/src/defaults/default_open.c                    | 4 ++--
 cpukit/libfs/src/defaults/default_poll.c                    | 4 ++--
 cpukit/libfs/src/defaults/default_readlink.c                | 4 ++--
 cpukit/libfs/src/defaults/default_readv.c                   | 4 ++--
 cpukit/libfs/src/defaults/default_rename.c                  | 4 ++--
 cpukit/libfs/src/defaults/default_rmnod.c                   | 4 ++--
 cpukit/libfs/src/defaults/default_statvfs.c                 | 4 ++--
 cpukit/libfs/src/defaults/default_symlink.c                 | 4 ++--
 cpukit/libfs/src/defaults/default_utime.c                   | 4 ++--
 cpukit/libfs/src/defaults/default_writev.c                  | 4 ++--
 cpukit/libfs/src/dosfs/fat.c                                | 2 +-
 cpukit/libfs/src/dosfs/fat_fat_operations.c                 | 2 +-
 cpukit/libfs/src/dosfs/fat_file.c                           | 2 +-
 cpukit/libfs/src/dosfs/msdos_conv.c                         | 2 +-
 cpukit/libfs/src/dosfs/msdos_create.c                       | 2 +-
 cpukit/libfs/src/dosfs/msdos_dir.c                          | 2 +-
 cpukit/libfs/src/dosfs/msdos_eval.c                         | 2 +-
 cpukit/libfs/src/dosfs/msdos_file.c                         | 2 +-
 cpukit/libfs/src/dosfs/msdos_format.c                       | 2 +-
 cpukit/libfs/src/dosfs/msdos_free.c                         | 2 +-
 cpukit/libfs/src/dosfs/msdos_fsunmount.c                    | 2 +-
 cpukit/libfs/src/dosfs/msdos_handlers_dir.c                 | 2 +-
 cpukit/libfs/src/dosfs/msdos_handlers_file.c                | 2 +-
 cpukit/libfs/src/dosfs/msdos_init.c                         | 2 +-
 cpukit/libfs/src/dosfs/msdos_initsupp.c                     | 2 +-
 cpukit/libfs/src/dosfs/msdos_misc.c                         | 2 +-
 cpukit/libfs/src/dosfs/msdos_mknod.c                        | 2 +-
 cpukit/libfs/src/dosfs/msdos_rename.c                       | 2 +-
 cpukit/libfs/src/dosfs/msdos_rmnod.c                        | 4 ++--
 cpukit/libfs/src/imfs/deviceio.c                            | 4 ++--
 cpukit/libfs/src/imfs/imfs_add_node.c                       | 2 +-
 cpukit/libfs/src/imfs/imfs_chown.c                          | 4 ++--
 cpukit/libfs/src/imfs/imfs_config.c                         | 2 +-
 cpukit/libfs/src/imfs/imfs_creat.c                          | 4 ++--
 cpukit/libfs/src/imfs/imfs_dir.c                            | 4 ++--
 cpukit/libfs/src/imfs/imfs_dir_default.c                    | 4 ++--
 cpukit/libfs/src/imfs/imfs_dir_minimal.c                    | 4 ++--
 cpukit/libfs/src/imfs/imfs_eval.c                           | 4 ++--
 cpukit/libfs/src/imfs/imfs_eval_devfs.c                     | 2 +-
 cpukit/libfs/src/imfs/imfs_fchmod.c                         | 4 ++--
 cpukit/libfs/src/imfs/imfs_fifo.c                           | 4 ++--
 cpukit/libfs/src/imfs/imfs_fsunmount.c                      | 4 ++--
 cpukit/libfs/src/imfs/imfs_handlers_device.c                | 4 ++--
 cpukit/libfs/src/imfs/imfs_init.c                           | 4 ++--
 cpukit/libfs/src/imfs/imfs_initsupp.c                       | 4 ++--
 cpukit/libfs/src/imfs/imfs_linfile.c                        | 4 ++--
 cpukit/libfs/src/imfs/imfs_link.c                           | 4 ++--
 cpukit/libfs/src/imfs/imfs_load_tar.c                       | 2 +-
 cpukit/libfs/src/imfs/imfs_make_generic_node.c              | 4 ++--
 cpukit/libfs/src/imfs/imfs_make_linfile.c                   | 2 +-
 cpukit/libfs/src/imfs/imfs_memfile.c                        | 4 ++--
 cpukit/libfs/src/imfs/imfs_mknod.c                          | 4 ++--
 cpukit/libfs/src/imfs/imfs_mount.c                          | 4 ++--
 cpukit/libfs/src/imfs/imfs_node.c                           | 2 +-
 cpukit/libfs/src/imfs/imfs_node_destroy_default.c           | 2 +-
 cpukit/libfs/src/imfs/imfs_rename.c                         | 4 ++--
 cpukit/libfs/src/imfs/imfs_rmnod.c                          | 4 ++--
 cpukit/libfs/src/imfs/imfs_stat.c                           | 4 ++--
 cpukit/libfs/src/imfs/imfs_stat_file.c                      | 4 ++--
 cpukit/libfs/src/imfs/imfs_symlink.c                        | 4 ++--
 cpukit/libfs/src/imfs/imfs_unmount.c                        | 4 ++--
 cpukit/libfs/src/imfs/imfs_utime.c                          | 4 ++--
 cpukit/libfs/src/imfs/ioman.c                               | 4 ++--
 cpukit/libfs/src/nfsclient/src/nfs.c                        | 4 ++--
 cpukit/libfs/src/nfsclient/src/rpcio.c                      | 2 +-
 cpukit/libfs/src/nfsclient/src/sock_mbuf.c                  | 2 +-
 cpukit/libfs/src/nfsclient/src/xdr_mbuf.c                   | 2 +-
 cpukit/libfs/src/pipe/fifo.c                                | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c                    | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-block.c                      | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c               | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c               | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-buffer.c                     | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c                   | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-dir.c                        | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-file-system.c                | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-file.c                       | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-format.c                     | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-group.c                      | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-inode.c                      | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-link.c                       | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-mutex.c                      | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c                  | 4 ++--
 cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c                  | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c                 | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c                | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-rtems.c                      | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-shell.c                      | 2 +-
 cpukit/libfs/src/rfs/rtems-rfs-trace.c                      | 2 +-
 cpukit/libgnat/adasupp.c                                    | 2 +-
 cpukit/libi2c/libi2c.c                                      | 2 +-
 cpukit/libmisc/cpuuse/cpuinforeport.c                       | 4 ++--
 cpukit/libmisc/fb/mw_print.c                                | 2 +-
 cpukit/libmisc/shell/main_blkstats.c                        | 4 ++--
 cpukit/libmisc/shell/main_cmdchmod.c                        | 4 ++--
 cpukit/libmisc/shell/main_cmdchown.c                        | 4 ++--
 cpukit/libmisc/shell/main_cmdls.c                           | 4 ++--
 cpukit/libmisc/shell/main_cpuinfo.c                         | 4 ++--
 cpukit/libmisc/shell/main_hexdump.c                         | 2 +-
 cpukit/libmisc/shell/main_lsof.c                            | 4 ++--
 cpukit/libmisc/shell/main_profreport.c                      | 4 ++--
 cpukit/libmisc/shell/shell_makeargs.c                       | 2 +-
 cpukit/libmisc/uuid/gen_uuid.c                              | 2 +-
 cpukit/libnetworking/libc/base64.c                          | 2 +-
 cpukit/libnetworking/libc/gethostbydns.c                    | 2 +-
 cpukit/libnetworking/libc/gethostbyht.c                     | 2 +-
 cpukit/libnetworking/libc/gethostbynis.c                    | 2 +-
 cpukit/libnetworking/libc/gethostnamadr.c                   | 2 +-
 cpukit/libnetworking/libc/getnetbydns.c                     | 2 +-
 cpukit/libnetworking/libc/getnetbyht.c                      | 2 +-
 cpukit/libnetworking/libc/getnetbynis.c                     | 2 +-
 cpukit/libnetworking/libc/getnetnamadr.c                    | 2 +-
 cpukit/libnetworking/libc/getproto.c                        | 2 +-
 cpukit/libnetworking/libc/getprotoent.c                     | 2 +-
 cpukit/libnetworking/libc/getprotoname.c                    | 2 +-
 cpukit/libnetworking/libc/getservbyname.c                   | 2 +-
 cpukit/libnetworking/libc/getservbyport.c                   | 2 +-
 cpukit/libnetworking/libc/getservent.c                      | 2 +-
 cpukit/libnetworking/libc/herror.c                          | 2 +-
 cpukit/libnetworking/libc/inet_lnaof.c                      | 2 +-
 cpukit/libnetworking/libc/inet_makeaddr.c                   | 2 +-
 cpukit/libnetworking/libc/inet_netof.c                      | 2 +-
 cpukit/libnetworking/libc/inet_network.c                    | 2 +-
 cpukit/libnetworking/libc/inet_pton.c                       | 2 +-
 cpukit/libnetworking/libc/linkaddr.c                        | 2 +-
 cpukit/libnetworking/libc/map_v4v6.c                        | 2 +-
 cpukit/libnetworking/libc/ns_name.c                         | 2 +-
 cpukit/libnetworking/libc/ns_netint.c                       | 2 +-
 cpukit/libnetworking/libc/ns_parse.c                        | 2 +-
 cpukit/libnetworking/libc/ns_print.c                        | 2 +-
 cpukit/libnetworking/libc/ns_ttl.c                          | 2 +-
 cpukit/libnetworking/libc/nsap_addr.c                       | 2 +-
 cpukit/libnetworking/libc/rcmd.c                            | 2 +-
 cpukit/libnetworking/libc/recv.c                            | 2 +-
 cpukit/libnetworking/libc/res_comp.c                        | 2 +-
 cpukit/libnetworking/libc/res_data.c                        | 2 +-
 cpukit/libnetworking/libc/res_debug.c                       | 2 +-
 cpukit/libnetworking/libc/res_init.c                        | 2 +-
 cpukit/libnetworking/libc/res_mkquery.c                     | 2 +-
 cpukit/libnetworking/libc/res_mkupdate.c                    | 2 +-
 cpukit/libnetworking/libc/res_query.c                       | 2 +-
 cpukit/libnetworking/libc/res_send.c                        | 2 +-
 cpukit/libnetworking/libc/res_stubs.c                       | 2 +-
 cpukit/libnetworking/libc/res_update.c                      | 2 +-
 cpukit/libnetworking/libc/send.c                            | 2 +-
 cpukit/libnetworking/rtems/mkrootfs.c                       | 2 +-
 cpukit/libnetworking/rtems/rtems_bootp.c                    | 2 +-
 cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c | 2 +-
 cpukit/libnetworking/rtems/rtems_dhcp.c                     | 2 +-
 cpukit/libnetworking/rtems/rtems_glue.c                     | 2 +-
 cpukit/libnetworking/rtems/rtems_malloc_mbuf.c              | 2 +-
 cpukit/libnetworking/rtems/rtems_select.c                   | 2 +-
 cpukit/libnetworking/rtems/rtems_showicmpstat.c             | 2 +-
 cpukit/libnetworking/rtems/rtems_showifstat.c               | 2 +-
 cpukit/libnetworking/rtems/rtems_showipstat.c               | 2 +-
 cpukit/libnetworking/rtems/rtems_showmbuf.c                 | 2 +-
 cpukit/libnetworking/rtems/rtems_showroute.c                | 2 +-
 cpukit/libnetworking/rtems/rtems_showtcpstat.c              | 2 +-
 cpukit/libnetworking/rtems/rtems_showudpstat.c              | 2 +-
 cpukit/libnetworking/rtems/rtems_socketpair.c               | 2 +-
 cpukit/libnetworking/rtems/rtems_syscall.c                  | 2 +-
 cpukit/libnetworking/rtems/rtems_syscall_api.c              | 2 +-
 cpukit/libnetworking/rtems/sghostname.c                     | 2 +-
 cpukit/libtest/testbeginend.c                               | 2 +-
 cpukit/libtest/testextension.c                              | 2 +-
 cpukit/libtest/testparallel.c                               | 2 +-
 cpukit/libtest/testwrappers.c                               | 2 +-
 cpukit/libtrace/record/record-client.c                      | 2 +-
 cpukit/libtrace/record/record-dump-base64.c                 | 2 +-
 cpukit/libtrace/record/record-dump-fatal.c                  | 2 +-
 cpukit/libtrace/record/record-dump-zbase64.c                | 2 +-
 cpukit/libtrace/record/record-dump-zfatal.c                 | 2 +-
 cpukit/libtrace/record/record-dump.c                        | 2 +-
 cpukit/libtrace/record/record-server.c                      | 2 +-
 cpukit/libtrace/record/record-sysinit.c                     | 2 +-
 cpukit/libtrace/record/record-text.c                        | 2 +-
 cpukit/libtrace/record/record-userext.c                     | 2 +-
 cpukit/libtrace/record/record-util.c                        | 2 +-
 cpukit/libtrace/record/record.c                             | 2 +-
 cpukit/mghttpd/mongoose.c                                   | 2 +-
 cpukit/posix/src/_execve.c                                  | 2 +-
 cpukit/posix/src/adjtime.c                                  | 2 +-
 cpukit/posix/src/aio_cancel.c                               | 2 +-
 cpukit/posix/src/aio_error.c                                | 2 +-
 cpukit/posix/src/aio_fsync.c                                | 2 +-
 cpukit/posix/src/aio_read.c                                 | 2 +-
 cpukit/posix/src/aio_return.c                               | 2 +-
 cpukit/posix/src/aio_suspend.c                              | 2 +-
 cpukit/posix/src/aio_write.c                                | 2 +-
 cpukit/posix/src/alarm.c                                    | 2 +-
 cpukit/posix/src/barrierattrdestroy.c                       | 2 +-
 cpukit/posix/src/barrierattrgetpshared.c                    | 2 +-
 cpukit/posix/src/barrierattrinit.c                          | 2 +-
 cpukit/posix/src/barrierattrsetpshared.c                    | 2 +-
 cpukit/posix/src/cancel.c                                   | 2 +-
 cpukit/posix/src/cleanuppush.c                              | 2 +-
 cpukit/posix/src/clockgetcpuclockid.c                       | 2 +-
 cpukit/posix/src/clockgetres.c                              | 2 +-
 cpukit/posix/src/clockgettime.c                             | 2 +-
 cpukit/posix/src/clocksettime.c                             | 2 +-
 cpukit/posix/src/condattrdestroy.c                          | 2 +-
 cpukit/posix/src/condattrgetclock.c                         | 2 +-
 cpukit/posix/src/condattrgetpshared.c                       | 2 +-
 cpukit/posix/src/condattrinit.c                             | 2 +-
 cpukit/posix/src/condattrsetclock.c                         | 2 +-
 cpukit/posix/src/condattrsetpshared.c                       | 2 +-
 cpukit/posix/src/condbroadcast.c                            | 2 +-
 cpukit/posix/src/conddefaultattributes.c                    | 2 +-
 cpukit/posix/src/conddestroy.c                              | 2 +-
 cpukit/posix/src/condinit.c                                 | 2 +-
 cpukit/posix/src/condsignal.c                               | 2 +-
 cpukit/posix/src/condsignalsupp.c                           | 2 +-
 cpukit/posix/src/condtimedwait.c                            | 2 +-
 cpukit/posix/src/condwait.c                                 | 2 +-
 cpukit/posix/src/condwaitsupp.c                             | 2 +-
 cpukit/posix/src/fork.c                                     | 2 +-
 cpukit/posix/src/getitimer.c                                | 2 +-
 cpukit/posix/src/key.c                                      | 2 +-
 cpukit/posix/src/keycreate.c                                | 2 +-
 cpukit/posix/src/keydelete.c                                | 2 +-
 cpukit/posix/src/keygetspecific.c                           | 2 +-
 cpukit/posix/src/keysetspecific.c                           | 2 +-
 cpukit/posix/src/keyzerokvp.c                               | 2 +-
 cpukit/posix/src/kill.c                                     | 2 +-
 cpukit/posix/src/kill_r.c                                   | 2 +-
 cpukit/posix/src/killinfo.c                                 | 2 +-
 cpukit/posix/src/lio_listio.c                               | 2 +-
 cpukit/posix/src/mlock.c                                    | 2 +-
 cpukit/posix/src/mlockall.c                                 | 2 +-
 cpukit/posix/src/mmap.c                                     | 2 +-
 cpukit/posix/src/mprotect.c                                 | 2 +-
 cpukit/posix/src/mqueue.c                                   | 2 +-
 cpukit/posix/src/mqueueclose.c                              | 2 +-
 cpukit/posix/src/mqueueconfig.c                             | 2 +-
 cpukit/posix/src/mqueuedeletesupp.c                         | 2 +-
 cpukit/posix/src/mqueuegetattr.c                            | 2 +-
 cpukit/posix/src/mqueuenotify.c                             | 2 +-
 cpukit/posix/src/mqueueopen.c                               | 2 +-
 cpukit/posix/src/mqueuereceive.c                            | 2 +-
 cpukit/posix/src/mqueuerecvsupp.c                           | 2 +-
 cpukit/posix/src/mqueuesend.c                               | 2 +-
 cpukit/posix/src/mqueuesendsupp.c                           | 2 +-
 cpukit/posix/src/mqueuesetattr.c                            | 2 +-
 cpukit/posix/src/mqueuetimedreceive.c                       | 2 +-
 cpukit/posix/src/mqueuetimedsend.c                          | 2 +-
 cpukit/posix/src/mqueueunlink.c                             | 2 +-
 cpukit/posix/src/msync.c                                    | 2 +-
 cpukit/posix/src/munlock.c                                  | 2 +-
 cpukit/posix/src/munlockall.c                               | 2 +-
 cpukit/posix/src/munmap.c                                   | 2 +-
 cpukit/posix/src/mutexattrdestroy.c                         | 2 +-
 cpukit/posix/src/mutexattrgetprioceiling.c                  | 2 +-
 cpukit/posix/src/mutexattrgetprotocol.c                     | 2 +-
 cpukit/posix/src/mutexattrgetpshared.c                      | 2 +-
 cpukit/posix/src/mutexattrgettype.c                         | 2 +-
 cpukit/posix/src/mutexattrinit.c                            | 2 +-
 cpukit/posix/src/mutexattrsetprioceiling.c                  | 2 +-
 cpukit/posix/src/mutexattrsetprotocol.c                     | 2 +-
 cpukit/posix/src/mutexattrsetpshared.c                      | 2 +-
 cpukit/posix/src/mutexattrsettype.c                         | 2 +-
 cpukit/posix/src/mutexdestroy.c                             | 2 +-
 cpukit/posix/src/mutexgetprioceiling.c                      | 2 +-
 cpukit/posix/src/mutexinit.c                                | 2 +-
 cpukit/posix/src/mutexlock.c                                | 2 +-
 cpukit/posix/src/mutexlocksupp.c                            | 2 +-
 cpukit/posix/src/mutexsetprioceiling.c                      | 2 +-
 cpukit/posix/src/mutextimedlock.c                           | 2 +-
 cpukit/posix/src/mutextrylock.c                             | 2 +-
 cpukit/posix/src/mutexunlock.c                              | 2 +-
 cpukit/posix/src/nanosleep.c                                | 2 +-
 cpukit/posix/src/pause.c                                    | 2 +-
 cpukit/posix/src/pbarrierdestroy.c                          | 2 +-
 cpukit/posix/src/pbarrierinit.c                             | 2 +-
 cpukit/posix/src/pbarrierwait.c                             | 2 +-
 cpukit/posix/src/posix_madvise.c                            | 2 +-
 cpukit/posix/src/prwlockdestroy.c                           | 2 +-
 cpukit/posix/src/prwlockinit.c                              | 2 +-
 cpukit/posix/src/prwlockrdlock.c                            | 2 +-
 cpukit/posix/src/prwlocktimedrdlock.c                       | 2 +-
 cpukit/posix/src/prwlocktimedwrlock.c                       | 2 +-
 cpukit/posix/src/prwlocktryrdlock.c                         | 2 +-
 cpukit/posix/src/prwlocktrywrlock.c                         | 2 +-
 cpukit/posix/src/prwlockunlock.c                            | 2 +-
 cpukit/posix/src/prwlockwrlock.c                            | 2 +-
 cpukit/posix/src/psignal.c                                  | 2 +-
 cpukit/posix/src/psignalclearprocesssignals.c               | 2 +-
 cpukit/posix/src/psignalclearsignals.c                      | 2 +-
 cpukit/posix/src/psignalconfig.c                            | 2 +-
 cpukit/posix/src/psignalsetprocesssignals.c                 | 2 +-
 cpukit/posix/src/psignalunblockthread.c                     | 2 +-
 cpukit/posix/src/pspindestroy.c                             | 2 +-
 cpukit/posix/src/pspininit.c                                | 2 +-
 cpukit/posix/src/pspinlock.c                                | 2 +-
 cpukit/posix/src/pspinunlock.c                              | 2 +-
 cpukit/posix/src/psxnametoid.c                              | 4 ++--
 cpukit/posix/src/psxpriorityisvalid.c                       | 2 +-
 cpukit/posix/src/psxsemaphore.c                             | 2 +-
 cpukit/posix/src/psxsemaphoreconfig.c                       | 2 +-
 cpukit/posix/src/psxtimerconfig.c                           | 2 +-
 cpukit/posix/src/psxtimercreate.c                           | 2 +-
 cpukit/posix/src/psxtimerdelete.c                           | 2 +-
 cpukit/posix/src/psxtransschedparam.c                       | 2 +-
 cpukit/posix/src/pthread.c                                  | 2 +-
 cpukit/posix/src/pthreadatfork.c                            | 2 +-
 cpukit/posix/src/pthreadattrdefault.c                       | 2 +-
 cpukit/posix/src/pthreadattrdestroy.c                       | 2 +-
 cpukit/posix/src/pthreadattrgetaffinitynp.c                 | 2 +-
 cpukit/posix/src/pthreadattrgetdetachstate.c                | 2 +-
 cpukit/posix/src/pthreadattrgetguardsize.c                  | 2 +-
 cpukit/posix/src/pthreadattrgetinheritsched.c               | 2 +-
 cpukit/posix/src/pthreadattrgetschedparam.c                 | 2 +-
 cpukit/posix/src/pthreadattrgetschedpolicy.c                | 2 +-
 cpukit/posix/src/pthreadattrgetscope.c                      | 2 +-
 cpukit/posix/src/pthreadattrgetstack.c                      | 2 +-
 cpukit/posix/src/pthreadattrgetstackaddr.c                  | 2 +-
 cpukit/posix/src/pthreadattrgetstacksize.c                  | 2 +-
 cpukit/posix/src/pthreadattrinit.c                          | 2 +-
 cpukit/posix/src/pthreadattrsetaffinitynp.c                 | 2 +-
 cpukit/posix/src/pthreadattrsetdetachstate.c                | 2 +-
 cpukit/posix/src/pthreadattrsetguardsize.c                  | 2 +-
 cpukit/posix/src/pthreadattrsetinheritsched.c               | 2 +-
 cpukit/posix/src/pthreadattrsetschedparam.c                 | 2 +-
 cpukit/posix/src/pthreadattrsetschedpolicy.c                | 2 +-
 cpukit/posix/src/pthreadattrsetscope.c                      | 2 +-
 cpukit/posix/src/pthreadattrsetstack.c                      | 2 +-
 cpukit/posix/src/pthreadattrsetstackaddr.c                  | 2 +-
 cpukit/posix/src/pthreadattrsetstacksize.c                  | 2 +-
 cpukit/posix/src/pthreadconcurrency.c                       | 2 +-
 cpukit/posix/src/pthreadconfig.c                            | 2 +-
 cpukit/posix/src/pthreadcreate.c                            | 2 +-
 cpukit/posix/src/pthreaddetach.c                            | 2 +-
 cpukit/posix/src/pthreadequal.c                             | 2 +-
 cpukit/posix/src/pthreadexit.c                              | 2 +-
 cpukit/posix/src/pthreadgetaffinitynp.c                     | 2 +-
 cpukit/posix/src/pthreadgetattrnp.c                         | 2 +-
 cpukit/posix/src/pthreadgetcpuclockid.c                     | 2 +-
 cpukit/posix/src/pthreadgetnamenp.c                         | 2 +-
 cpukit/posix/src/pthreadgetschedparam.c                     | 2 +-
 cpukit/posix/src/pthreadinitthreads.c                       | 2 +-
 cpukit/posix/src/pthreadjoin.c                              | 2 +-
 cpukit/posix/src/pthreadkill.c                              | 2 +-
 cpukit/posix/src/pthreadonce.c                              | 2 +-
 cpukit/posix/src/pthreadself.c                              | 2 +-
 cpukit/posix/src/pthreadsetaffinitynp.c                     | 2 +-
 cpukit/posix/src/pthreadsetnamenp.c                         | 2 +-
 cpukit/posix/src/pthreadsetschedparam.c                     | 2 +-
 cpukit/posix/src/pthreadsetschedprio.c                      | 2 +-
 cpukit/posix/src/pthreadsigmask.c                           | 2 +-
 cpukit/posix/src/ptimer.c                                   | 2 +-
 cpukit/posix/src/rwlockattrdestroy.c                        | 2 +-
 cpukit/posix/src/rwlockattrgetpshared.c                     | 2 +-
 cpukit/posix/src/rwlockattrinit.c                           | 2 +-
 cpukit/posix/src/rwlockattrsetpshared.c                     | 2 +-
 cpukit/posix/src/sched_getparam.c                           | 2 +-
 cpukit/posix/src/sched_getprioritymax.c                     | 2 +-
 cpukit/posix/src/sched_getprioritymin.c                     | 2 +-
 cpukit/posix/src/sched_getscheduler.c                       | 2 +-
 cpukit/posix/src/sched_rr_get_interval.c                    | 2 +-
 cpukit/posix/src/sched_setparam.c                           | 2 +-
 cpukit/posix/src/sched_setscheduler.c                       | 2 +-
 cpukit/posix/src/sched_yield.c                              | 2 +-
 cpukit/posix/src/semaphoredeletesupp.c                      | 2 +-
 cpukit/posix/src/semclose.c                                 | 2 +-
 cpukit/posix/src/semdestroy.c                               | 2 +-
 cpukit/posix/src/semgetvalue.c                              | 2 +-
 cpukit/posix/src/seminit.c                                  | 2 +-
 cpukit/posix/src/semopen.c                                  | 2 +-
 cpukit/posix/src/sempost.c                                  | 2 +-
 cpukit/posix/src/semtimedwait.c                             | 2 +-
 cpukit/posix/src/semtrywait.c                               | 2 +-
 cpukit/posix/src/semunlink.c                                | 2 +-
 cpukit/posix/src/semwait.c                                  | 2 +-
 cpukit/posix/src/setcancelstate.c                           | 2 +-
 cpukit/posix/src/setcanceltype.c                            | 2 +-
 cpukit/posix/src/setitimer.c                                | 2 +-
 cpukit/posix/src/shm.c                                      | 2 +-
 cpukit/posix/src/shmconfig.c                                | 2 +-
 cpukit/posix/src/shmheap.c                                  | 2 +-
 cpukit/posix/src/shmopen.c                                  | 2 +-
 cpukit/posix/src/shmops.c                                   | 2 +-
 cpukit/posix/src/shmunlink.c                                | 2 +-
 cpukit/posix/src/shmwkspace.c                               | 2 +-
 cpukit/posix/src/sigaction.c                                | 2 +-
 cpukit/posix/src/sigaddset.c                                | 2 +-
 cpukit/posix/src/sigdelset.c                                | 2 +-
 cpukit/posix/src/sigemptyset.c                              | 2 +-
 cpukit/posix/src/sigfillset.c                               | 2 +-
 cpukit/posix/src/sigismember.c                              | 2 +-
 cpukit/posix/src/signal_2.c                                 | 2 +-
 cpukit/posix/src/sigpending.c                               | 2 +-
 cpukit/posix/src/sigprocmask.c                              | 2 +-
 cpukit/posix/src/sigqueue.c                                 | 2 +-
 cpukit/posix/src/sigsuspend.c                               | 2 +-
 cpukit/posix/src/sigtimedwait.c                             | 2 +-
 cpukit/posix/src/sigwait.c                                  | 2 +-
 cpukit/posix/src/sigwaitinfo.c                              | 2 +-
 cpukit/posix/src/sysconf.c                                  | 2 +-
 cpukit/posix/src/testcancel.c                               | 2 +-
 cpukit/posix/src/timergetoverrun.c                          | 2 +-
 cpukit/posix/src/timergettime.c                             | 2 +-
 cpukit/posix/src/timersettime.c                             | 2 +-
 cpukit/posix/src/ualarm.c                                   | 2 +-
 cpukit/posix/src/vfork.c                                    | 2 +-
 cpukit/posix/src/wait.c                                     | 2 +-
 cpukit/posix/src/waitpid.c                                  | 2 +-
 cpukit/rtems/src/barrier.c                                  | 2 +-
 cpukit/rtems/src/barriercreate.c                            | 2 +-
 cpukit/rtems/src/barrierdelete.c                            | 2 +-
 cpukit/rtems/src/barrierident.c                             | 2 +-
 cpukit/rtems/src/barrierrelease.c                           | 2 +-
 cpukit/rtems/src/barrierwait.c                              | 2 +-
 cpukit/rtems/src/clockgetsecondssinceepoch.c                | 2 +-
 cpukit/rtems/src/clockgettickspersecond.c                   | 2 +-
 cpukit/rtems/src/clockgettod.c                              | 2 +-
 cpukit/rtems/src/clockgettodtimeval.c                       | 2 +-
 cpukit/rtems/src/clockgetuptime.c                           | 2 +-
 cpukit/rtems/src/clockgetuptimenanoseconds.c                | 4 ++--
 cpukit/rtems/src/clockgetuptimetimeval.c                    | 4 ++--
 cpukit/rtems/src/clockset.c                                 | 2 +-
 cpukit/rtems/src/clocktick.c                                | 2 +-
 cpukit/rtems/src/clocktodtoseconds.c                        | 2 +-
 cpukit/rtems/src/clocktodvalidate.c                         | 2 +-
 cpukit/rtems/src/dpmem.c                                    | 2 +-
 cpukit/rtems/src/dpmemcreate.c                              | 2 +-
 cpukit/rtems/src/dpmemdelete.c                              | 2 +-
 cpukit/rtems/src/dpmemexternal2internal.c                   | 2 +-
 cpukit/rtems/src/dpmemident.c                               | 2 +-
 cpukit/rtems/src/dpmeminternal2external.c                   | 2 +-
 cpukit/rtems/src/eventmp.c                                  | 2 +-
 cpukit/rtems/src/eventreceive.c                             | 4 ++--
 cpukit/rtems/src/eventseize.c                               | 4 ++--
 cpukit/rtems/src/eventsend.c                                | 4 ++--
 cpukit/rtems/src/eventsurrender.c                           | 4 ++--
 cpukit/rtems/src/getapiconfig.c                             | 2 +-
 cpukit/rtems/src/intrbody.c                                 | 2 +-
 cpukit/rtems/src/intrcatch.c                                | 2 +-
 cpukit/rtems/src/modes.c                                    | 2 +-
 cpukit/rtems/src/mp.c                                       | 2 +-
 cpukit/rtems/src/msg.c                                      | 2 +-
 cpukit/rtems/src/msgmp.c                                    | 2 +-
 cpukit/rtems/src/msgqbroadcast.c                            | 2 +-
 cpukit/rtems/src/msgqcreate.c                               | 2 +-
 cpukit/rtems/src/msgqdelete.c                               | 2 +-
 cpukit/rtems/src/msgqflush.c                                | 2 +-
 cpukit/rtems/src/msgqgetnumberpending.c                     | 2 +-
 cpukit/rtems/src/msgqident.c                                | 2 +-
 cpukit/rtems/src/msgqreceive.c                              | 2 +-
 cpukit/rtems/src/msgqsend.c                                 | 2 +-
 cpukit/rtems/src/msgqurgent.c                               | 2 +-
 cpukit/rtems/src/part.c                                     | 2 +-
 cpukit/rtems/src/partcreate.c                               | 2 +-
 cpukit/rtems/src/partdelete.c                               | 2 +-
 cpukit/rtems/src/partgetbuffer.c                            | 2 +-
 cpukit/rtems/src/partident.c                                | 2 +-
 cpukit/rtems/src/partmp.c                                   | 2 +-
 cpukit/rtems/src/partreturnbuffer.c                         | 2 +-
 cpukit/rtems/src/ratemon.c                                  | 2 +-
 cpukit/rtems/src/ratemoncancel.c                            | 2 +-
 cpukit/rtems/src/ratemoncreate.c                            | 2 +-
 cpukit/rtems/src/ratemondelete.c                            | 2 +-
 cpukit/rtems/src/ratemongetstatistics.c                     | 2 +-
 cpukit/rtems/src/ratemongetstatus.c                         | 2 +-
 cpukit/rtems/src/ratemonident.c                             | 2 +-
 cpukit/rtems/src/ratemonperiod.c                            | 2 +-
 cpukit/rtems/src/ratemonresetstatistics.c                   | 2 +-
 cpukit/rtems/src/ratemontimeout.c                           | 2 +-
 cpukit/rtems/src/region.c                                   | 2 +-
 cpukit/rtems/src/regioncreate.c                             | 2 +-
 cpukit/rtems/src/regiondelete.c                             | 2 +-
 cpukit/rtems/src/regionextend.c                             | 2 +-
 cpukit/rtems/src/regiongetfreeinfo.c                        | 2 +-
 cpukit/rtems/src/regiongetinfo.c                            | 2 +-
 cpukit/rtems/src/regiongetsegment.c                         | 2 +-
 cpukit/rtems/src/regiongetsegmentsize.c                     | 2 +-
 cpukit/rtems/src/regionident.c                              | 2 +-
 cpukit/rtems/src/regionprocessqueue.c                       | 2 +-
 cpukit/rtems/src/regionresizesegment.c                      | 2 +-
 cpukit/rtems/src/regionreturnsegment.c                      | 2 +-
 cpukit/rtems/src/rtclock.c                                  | 2 +-
 cpukit/rtems/src/rtemsobjectgetclassicname.c                | 2 +-
 cpukit/rtems/src/rtemsobjectgetclassinfo.c                  | 2 +-
 cpukit/rtems/src/rtemstimer.c                               | 2 +-
 cpukit/rtems/src/scheduleraddprocessor.c                    | 2 +-
 cpukit/rtems/src/schedulergetmaxprio.c                      | 2 +-
 cpukit/rtems/src/schedulergetprocessorset.c                 | 4 ++--
 cpukit/rtems/src/schedulerident.c                           | 4 ++--
 cpukit/rtems/src/scheduleridentbyprocessor.c                | 2 +-
 cpukit/rtems/src/scheduleridentbyprocessorset.c             | 2 +-
 cpukit/rtems/src/schedulermapfromposix.c                    | 2 +-
 cpukit/rtems/src/schedulermaptoposix.c                      | 2 +-
 cpukit/rtems/src/schedulerremoveprocessor.c                 | 2 +-
 cpukit/rtems/src/sem.c                                      | 2 +-
 cpukit/rtems/src/semcreate.c                                | 2 +-
 cpukit/rtems/src/semdelete.c                                | 2 +-
 cpukit/rtems/src/semflush.c                                 | 2 +-
 cpukit/rtems/src/semident.c                                 | 2 +-
 cpukit/rtems/src/semmp.c                                    | 2 +-
 cpukit/rtems/src/semobtain.c                                | 2 +-
 cpukit/rtems/src/semrelease.c                               | 2 +-
 cpukit/rtems/src/semsetpriority.c                           | 4 ++--
 cpukit/rtems/src/signalcatch.c                              | 2 +-
 cpukit/rtems/src/signalmp.c                                 | 2 +-
 cpukit/rtems/src/signalsend.c                               | 2 +-
 cpukit/rtems/src/statustext.c                               | 4 ++--
 cpukit/rtems/src/systemeventreceive.c                       | 4 ++--
 cpukit/rtems/src/systemeventsend.c                          | 4 ++--
 cpukit/rtems/src/taskcreate.c                               | 2 +-
 cpukit/rtems/src/taskdelete.c                               | 2 +-
 cpukit/rtems/src/taskexit.c                                 | 2 +-
 cpukit/rtems/src/taskgetaffinity.c                          | 2 +-
 cpukit/rtems/src/taskgetpriority.c                          | 2 +-
 cpukit/rtems/src/taskgetscheduler.c                         | 4 ++--
 cpukit/rtems/src/taskident.c                                | 2 +-
 cpukit/rtems/src/taskinitdefault.c                          | 2 +-
 cpukit/rtems/src/taskinitusers.c                            | 2 +-
 cpukit/rtems/src/taskissuspended.c                          | 2 +-
 cpukit/rtems/src/taskiterate.c                              | 2 +-
 cpukit/rtems/src/taskmode.c                                 | 2 +-
 cpukit/rtems/src/taskmp.c                                   | 2 +-
 cpukit/rtems/src/taskrestart.c                              | 2 +-
 cpukit/rtems/src/taskresume.c                               | 2 +-
 cpukit/rtems/src/tasks.c                                    | 2 +-
 cpukit/rtems/src/taskself.c                                 | 2 +-
 cpukit/rtems/src/tasksetaffinity.c                          | 2 +-
 cpukit/rtems/src/tasksetpriority.c                          | 2 +-
 cpukit/rtems/src/tasksetscheduler.c                         | 4 ++--
 cpukit/rtems/src/taskstart.c                                | 2 +-
 cpukit/rtems/src/tasksuspend.c                              | 2 +-
 cpukit/rtems/src/taskwakeafter.c                            | 2 +-
 cpukit/rtems/src/taskwakewhen.c                             | 2 +-
 cpukit/rtems/src/timercancel.c                              | 2 +-
 cpukit/rtems/src/timercreate.c                              | 2 +-
 cpukit/rtems/src/timerdelete.c                              | 2 +-
 cpukit/rtems/src/timerfireafter.c                           | 2 +-
 cpukit/rtems/src/timerfirewhen.c                            | 2 +-
 cpukit/rtems/src/timergetinfo.c                             | 2 +-
 cpukit/rtems/src/timerident.c                               | 2 +-
 cpukit/rtems/src/timerreset.c                               | 2 +-
 cpukit/rtems/src/timerserver.c                              | 2 +-
 cpukit/rtems/src/timerserverfireafter.c                     | 2 +-
 cpukit/rtems/src/timerserverfirewhen.c                      | 2 +-
 cpukit/rtems/src/workspace.c                                | 2 +-
 cpukit/rtems/src/workspacegreedy.c                          | 4 ++--
 cpukit/sapi/src/chainappendnotify.c                         | 2 +-
 cpukit/sapi/src/chaingetnotify.c                            | 2 +-
 cpukit/sapi/src/chaingetwait.c                              | 2 +-
 cpukit/sapi/src/chainprependnotify.c                        | 2 +-
 cpukit/sapi/src/chainprotected.c                            | 4 ++--
 cpukit/sapi/src/delaynano.c                                 | 2 +-
 cpukit/sapi/src/delayticks.c                                | 2 +-
 cpukit/sapi/src/exinit.c                                    | 2 +-
 cpukit/sapi/src/exshutdown.c                                | 2 +-
 cpukit/sapi/src/extension.c                                 | 2 +-
 cpukit/sapi/src/extensioncreate.c                           | 2 +-
 cpukit/sapi/src/extensiondelete.c                           | 2 +-
 cpukit/sapi/src/extensionident.c                            | 2 +-
 cpukit/sapi/src/fatal.c                                     | 2 +-
 cpukit/sapi/src/fatalsrctext.c                              | 4 ++--
 cpukit/sapi/src/getversionstring.c                          | 2 +-
 cpukit/sapi/src/interrtext.c                                | 4 ++--
 cpukit/sapi/src/io.c                                        | 2 +-
 cpukit/sapi/src/ioclose.c                                   | 2 +-
 cpukit/sapi/src/iocontrol.c                                 | 2 +-
 cpukit/sapi/src/iodefault.c                                 | 2 +-
 cpukit/sapi/src/ioinitialize.c                              | 2 +-
 cpukit/sapi/src/ioopen.c                                    | 2 +-
 cpukit/sapi/src/ioread.c                                    | 2 +-
 cpukit/sapi/src/ioregisterdriver.c                          | 2 +-
 cpukit/sapi/src/iounregisterdriver.c                        | 2 +-
 cpukit/sapi/src/iowrite.c                                   | 2 +-
 cpukit/sapi/src/posixapi.c                                  | 2 +-
 cpukit/sapi/src/profilingiterate.c                          | 2 +-
 cpukit/sapi/src/profilingreportxml.c                        | 2 +-
 cpukit/sapi/src/rbheap.c                                    | 4 ++--
 cpukit/sapi/src/rbtree.c                                    | 2 +-
 cpukit/sapi/src/rbtreefind.c                                | 2 +-
 cpukit/sapi/src/sapirbtreeinsert.c                          | 2 +-
 cpukit/sapi/src/tcsimpleinstall.c                           | 4 ++--
 cpukit/sapi/src/version.c                                   | 2 +-
 cpukit/score/cpu/arm/__aeabi_read_tp.c                      | 2 +-
 cpukit/score/cpu/arm/__tls_get_addr.c                       | 2 +-
 cpukit/score/cpu/arm/arm-context-validate.S                 | 2 +-
 cpukit/score/cpu/arm/arm-context-volatile-clobber.S         | 2 +-
 cpukit/score/cpu/arm/arm-exception-default.c                | 2 +-
 cpukit/score/cpu/arm/arm-exception-frame-print.c            | 2 +-
 cpukit/score/cpu/arm/armv4-exception-default.S              | 2 +-
 cpukit/score/cpu/arm/armv7-thread-idle.c                    | 2 +-
 cpukit/score/cpu/arm/armv7m-context-initialize.c            | 2 +-
 cpukit/score/cpu/arm/armv7m-context-restore.c               | 2 +-
 cpukit/score/cpu/arm/armv7m-context-switch.c                | 2 +-
 cpukit/score/cpu/arm/armv7m-exception-default.c             | 2 +-
 cpukit/score/cpu/arm/armv7m-exception-handler-get.c         | 2 +-
 cpukit/score/cpu/arm/armv7m-exception-handler-set.c         | 2 +-
 cpukit/score/cpu/arm/armv7m-exception-priority-get.c        | 2 +-
 cpukit/score/cpu/arm/armv7m-exception-priority-handler.c    | 2 +-
 cpukit/score/cpu/arm/armv7m-exception-priority-set.c        | 2 +-
 cpukit/score/cpu/arm/armv7m-isr-dispatch.c                  | 2 +-
 cpukit/score/cpu/arm/armv7m-isr-enter-leave.c               | 2 +-
 cpukit/score/cpu/arm/armv7m-isr-level-get.c                 | 2 +-
 cpukit/score/cpu/arm/armv7m-isr-level-set.c                 | 2 +-
 cpukit/score/cpu/arm/armv7m-isr-vector-install.c            | 2 +-
 cpukit/score/cpu/arm/armv7m-multitasking-start-stop.c       | 2 +-
 cpukit/score/cpu/bfin/bfin-exception-frame-print.c          | 2 +-
 cpukit/score/cpu/epiphany/epiphany-context-initialize.c     | 2 +-
 cpukit/score/cpu/epiphany/epiphany-context-switch.S         | 2 +-
 cpukit/score/cpu/lm32/lm32-exception-frame-print.c          | 2 +-
 cpukit/score/cpu/m68k/__m68k_read_tp.c                      | 2 +-
 cpukit/score/cpu/m68k/m68k-exception-frame-print.c          | 2 +-
 cpukit/score/cpu/moxie/moxie-exception-frame-print.c        | 2 +-
 cpukit/score/cpu/nios2/nios2-context-initialize.c           | 2 +-
 cpukit/score/cpu/nios2/nios2-context-switch.S               | 2 +-
 cpukit/score/cpu/nios2/nios2-context-validate.S             | 2 +-
 cpukit/score/cpu/nios2/nios2-context-volatile-clobber.S     | 2 +-
 cpukit/score/cpu/nios2/nios2-exception-frame-print.c        | 2 +-
 cpukit/score/cpu/nios2/nios2-initialize.c                   | 2 +-
 cpukit/score/cpu/nios2/nios2-isr-get-level.c                | 2 +-
 cpukit/score/cpu/nios2/nios2-isr-install-vector.c           | 2 +-
 cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c           | 2 +-
 cpukit/score/cpu/nios2/nios2-isr-set-level.c                | 2 +-
 cpukit/score/cpu/nios2/nios2-mpu-add-region.c               | 2 +-
 cpukit/score/cpu/nios2/nios2-mpu-configuration.c            | 2 +-
 cpukit/score/cpu/nios2/nios2-mpu-descriptor.c               | 2 +-
 cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c        | 2 +-
 cpukit/score/cpu/nios2/nios2-mpu-reset.c                    | 2 +-
 cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c     | 2 +-
 cpukit/score/cpu/or1k/or1k-context-initialize.c             | 2 +-
 cpukit/score/cpu/or1k/or1k-context-switch.S                 | 2 +-
 cpukit/score/cpu/or1k/or1k-context-validate.S               | 2 +-
 cpukit/score/cpu/or1k/or1k-context-volatile-clobber.S       | 2 +-
 cpukit/score/cpu/or1k/or1k-exception-default.c              | 2 +-
 cpukit/score/cpu/or1k/or1k-exception-frame-print.c          | 2 +-
 cpukit/score/cpu/powerpc/cpu.c                              | 2 +-
 cpukit/score/cpu/powerpc/ppc-context-validate.S             | 2 +-
 cpukit/score/cpu/powerpc/ppc-context-volatile-clobber.S     | 2 +-
 cpukit/score/cpu/powerpc/ppc-isr-disable-mask.S             | 2 +-
 cpukit/score/cpu/sh/sh-exception-frame-print.c              | 2 +-
 cpukit/score/cpu/sparc/sparc-context-validate.S             | 2 +-
 cpukit/score/cpu/sparc/sparc-context-volatile-clobber.S     | 2 +-
 cpukit/score/cpu/sparc/sparc-counter-asm.S                  | 2 +-
 cpukit/score/cpu/sparc64/sparc64-exception-frame-print.c    | 2 +-
 cpukit/score/cpu/v850/v850-exception-frame-print.c          | 2 +-
 cpukit/score/src/allocatormutex.c                           | 2 +-
 cpukit/score/src/apimutexisowner.c                          | 2 +-
 cpukit/score/src/apimutexlock.c                             | 2 +-
 cpukit/score/src/apimutexunlock.c                           | 2 +-
 cpukit/score/src/chain.c                                    | 2 +-
 cpukit/score/src/chainnodecount.c                           | 4 ++--
 cpukit/score/src/condition.c                                | 4 ++--
 cpukit/score/src/configstackspacesize.c                     | 2 +-
 cpukit/score/src/corebarrier.c                              | 2 +-
 cpukit/score/src/corebarrierrelease.c                       | 2 +-
 cpukit/score/src/corebarrierwait.c                          | 2 +-
 cpukit/score/src/coremsg.c                                  | 2 +-
 cpukit/score/src/coremsgbroadcast.c                         | 2 +-
 cpukit/score/src/coremsgclose.c                             | 2 +-
 cpukit/score/src/coremsgflush.c                             | 2 +-
 cpukit/score/src/coremsgflushwait.c                         | 2 +-
 cpukit/score/src/coremsginsert.c                            | 2 +-
 cpukit/score/src/coremsgseize.c                             | 2 +-
 cpukit/score/src/coremsgsubmit.c                            | 2 +-
 cpukit/score/src/coremutexseize.c                           | 2 +-
 cpukit/score/src/corerwlock.c                               | 2 +-
 cpukit/score/src/corerwlockobtainread.c                     | 2 +-
 cpukit/score/src/corerwlockobtainwrite.c                    | 2 +-
 cpukit/score/src/corerwlockrelease.c                        | 2 +-
 cpukit/score/src/coresem.c                                  | 2 +-
 cpukit/score/src/coretod.c                                  | 2 +-
 cpukit/score/src/coretodadjust.c                            | 2 +-
 cpukit/score/src/coretodhookdata.c                          | 2 +-
 cpukit/score/src/coretodhookregister.c                      | 2 +-
 cpukit/score/src/coretodhookrun.c                           | 2 +-
 cpukit/score/src/coretodhookunregister.c                    | 2 +-
 cpukit/score/src/coretodset.c                               | 2 +-
 cpukit/score/src/coretodtickspersec.c                       | 2 +-
 cpukit/score/src/debugisthreaddispatchingallowed.c          | 4 ++--
 cpukit/score/src/freechain.c                                | 4 ++--
 cpukit/score/src/futex.c                                    | 4 ++--
 cpukit/score/src/heap.c                                     | 4 ++--
 cpukit/score/src/heapallocate.c                             | 2 +-
 cpukit/score/src/heapextend.c                               | 2 +-
 cpukit/score/src/heapfree.c                                 | 2 +-
 cpukit/score/src/heapgetfreeinfo.c                          | 2 +-
 cpukit/score/src/heapgetinfo.c                              | 2 +-
 cpukit/score/src/heapgreedy.c                               | 4 ++--
 cpukit/score/src/heapiterate.c                              | 4 ++--
 cpukit/score/src/heapnoextend.c                             | 4 ++--
 cpukit/score/src/heapresizeblock.c                          | 2 +-
 cpukit/score/src/heapsizeofuserarea.c                       | 2 +-
 cpukit/score/src/heapwalk.c                                 | 2 +-
 cpukit/score/src/interr.c                                   | 2 +-
 cpukit/score/src/ioprintf.c                                 | 2 +-
 cpukit/score/src/isr.c                                      | 2 +-
 cpukit/score/src/isrisinprogress.c                          | 4 ++--
 cpukit/score/src/iterateoverthreads.c                       | 2 +-
 cpukit/score/src/libatomic.c                                | 2 +-
 cpukit/score/src/log2table.c                                | 2 +-
 cpukit/score/src/memoryallocate.c                           | 2 +-
 cpukit/score/src/memorydirtyfreeareas.c                     | 2 +-
 cpukit/score/src/memoryfill.c                               | 2 +-
 cpukit/score/src/memoryzerobeforeuse.c                      | 2 +-
 cpukit/score/src/memoryzerofreeareas.c                      | 2 +-
 cpukit/score/src/mpci.c                                     | 2 +-
 cpukit/score/src/mpcidefault.c                              | 2 +-
 cpukit/score/src/mutex.c                                    | 4 ++--
 cpukit/score/src/objectactivecount.c                        | 4 ++--
 cpukit/score/src/objectallocate.c                           | 2 +-
 cpukit/score/src/objectallocatenone.c                       | 2 +-
 cpukit/score/src/objectallocatestatic.c                     | 2 +-
 cpukit/score/src/objectallocateunlimited.c                  | 2 +-
 cpukit/score/src/objectclose.c                              | 2 +-
 cpukit/score/src/objectextendinformation.c                  | 2 +-
 cpukit/score/src/objectfree.c                               | 2 +-
 cpukit/score/src/objectfreestatic.c                         | 2 +-
 cpukit/score/src/objectgetlocal.c                           | 2 +-
 cpukit/score/src/objectgetnext.c                            | 2 +-
 cpukit/score/src/objectgetnoprotection.c                    | 2 +-
 cpukit/score/src/objectidtoname.c                           | 2 +-
 cpukit/score/src/objectinitializeinformation.c              | 2 +-
 cpukit/score/src/objectmp.c                                 | 2 +-
 cpukit/score/src/objectnamespaceremove.c                    | 2 +-
 cpukit/score/src/objectnametoid.c                           | 2 +-
 cpukit/score/src/objectnametoidstring.c                     | 2 +-
 cpukit/score/src/objectshrinkinformation.c                  | 2 +-
 cpukit/score/src/percpu.c                                   | 2 +-
 cpukit/score/src/percpuasm.c                                | 4 ++--
 cpukit/score/src/percpustatewait.c                          | 4 ++--
 cpukit/score/src/pheapallocate.c                            | 2 +-
 cpukit/score/src/pheapextend.c                              | 2 +-
 cpukit/score/src/pheapfree.c                                | 2 +-
 cpukit/score/src/pheapgetblocksize.c                        | 2 +-
 cpukit/score/src/pheapgetfreeinfo.c                         | 2 +-
 cpukit/score/src/pheapgetinfo.c                             | 2 +-
 cpukit/score/src/pheapgetsize.c                             | 2 +-
 cpukit/score/src/pheapinit.c                                | 2 +-
 cpukit/score/src/pheapiterate.c                             | 4 ++--
 cpukit/score/src/pheapresizeblock.c                         | 2 +-
 cpukit/score/src/pheapwalk.c                                | 2 +-
 cpukit/score/src/processormaskcopy.c                        | 2 +-
 cpukit/score/src/profilingisrentryexit.c                    | 2 +-
 cpukit/score/src/profilingsmplock.c                         | 2 +-
 cpukit/score/src/rbtreeextract.c                            | 2 +-
 cpukit/score/src/rbtreeinsert.c                             | 2 +-
 cpukit/score/src/rbtreeiterate.c                            | 4 ++--
 cpukit/score/src/rbtreenext.c                               | 4 ++--
 cpukit/score/src/rbtreepostorder.c                          | 2 +-
 cpukit/score/src/rbtreereplace.c                            | 4 ++--
 cpukit/score/src/sched.c                                    | 4 ++--
 cpukit/score/src/scheduler.c                                | 2 +-
 cpukit/score/src/schedulercbs.c                             | 2 +-
 cpukit/score/src/schedulercbsattachthread.c                 | 2 +-
 cpukit/score/src/schedulercbscleanup.c                      | 2 +-
 cpukit/score/src/schedulercbscreateserver.c                 | 2 +-
 cpukit/score/src/schedulercbsdestroyserver.c                | 2 +-
 cpukit/score/src/schedulercbsdetachthread.c                 | 2 +-
 cpukit/score/src/schedulercbsgetapprovedbudget.c            | 2 +-
 cpukit/score/src/schedulercbsgetexecutiontime.c             | 2 +-
 cpukit/score/src/schedulercbsgetparameters.c                | 2 +-
 cpukit/score/src/schedulercbsgetremainingbudget.c           | 2 +-
 cpukit/score/src/schedulercbsgetserverid.c                  | 2 +-
 cpukit/score/src/schedulercbsnodeinit.c                     | 2 +-
 cpukit/score/src/schedulercbsreleasejob.c                   | 2 +-
 cpukit/score/src/schedulercbssetparameters.c                | 2 +-
 cpukit/score/src/schedulercbsunblock.c                      | 2 +-
 cpukit/score/src/schedulerdefaultaskforhelp.c               | 4 ++--
 cpukit/score/src/schedulerdefaultmappriority.c              | 2 +-
 cpukit/score/src/schedulerdefaultnodedestroy.c              | 2 +-
 cpukit/score/src/schedulerdefaultnodeinit.c                 | 2 +-
 cpukit/score/src/schedulerdefaultpinunpin.c                 | 2 +-
 cpukit/score/src/schedulerdefaultreleasejob.c               | 2 +-
 cpukit/score/src/schedulerdefaultschedule.c                 | 4 ++--
 cpukit/score/src/schedulerdefaultsetaffinity.c              | 4 ++--
 cpukit/score/src/schedulerdefaultstartidle.c                | 4 ++--
 cpukit/score/src/schedulerdefaulttick.c                     | 2 +-
 cpukit/score/src/scheduleredf.c                             | 2 +-
 cpukit/score/src/scheduleredfblock.c                        | 2 +-
 cpukit/score/src/scheduleredfchangepriority.c               | 2 +-
 cpukit/score/src/scheduleredfnodeinit.c                     | 2 +-
 cpukit/score/src/scheduleredfreleasejob.c                   | 2 +-
 cpukit/score/src/scheduleredfschedule.c                     | 2 +-
 cpukit/score/src/scheduleredfsmp.c                          | 4 ++--
 cpukit/score/src/scheduleredfunblock.c                      | 2 +-
 cpukit/score/src/scheduleredfyield.c                        | 2 +-
 cpukit/score/src/schedulergetaffinity.c                     | 4 ++--
 cpukit/score/src/schedulerpriority.c                        | 2 +-
 cpukit/score/src/schedulerpriorityaffinitysmp.c             | 4 ++--
 cpukit/score/src/schedulerpriorityblock.c                   | 2 +-
 cpukit/score/src/schedulerprioritychangepriority.c          | 2 +-
 cpukit/score/src/schedulerpriorityschedule.c                | 2 +-
 cpukit/score/src/schedulerprioritysmp.c                     | 4 ++--
 cpukit/score/src/schedulerpriorityunblock.c                 | 2 +-
 cpukit/score/src/schedulerpriorityyield.c                   | 2 +-
 cpukit/score/src/schedulersetaffinity.c                     | 4 ++--
 cpukit/score/src/schedulersimple.c                          | 2 +-
 cpukit/score/src/schedulersimpleblock.c                     | 2 +-
 cpukit/score/src/schedulersimplechangepriority.c            | 2 +-
 cpukit/score/src/schedulersimpleschedule.c                  | 2 +-
 cpukit/score/src/schedulersimplesmp.c                       | 4 ++--
 cpukit/score/src/schedulersimpleunblock.c                   | 2 +-
 cpukit/score/src/schedulersimpleyield.c                     | 2 +-
 cpukit/score/src/schedulersmp.c                             | 2 +-
 cpukit/score/src/schedulersmpstartidle.c                    | 4 ++--
 cpukit/score/src/schedulerstrongapa.c                       | 4 ++--
 cpukit/score/src/semaphore.c                                | 4 ++--
 cpukit/score/src/smp.c                                      | 2 +-
 cpukit/score/src/smpbarrierwait.c                           | 4 ++--
 cpukit/score/src/smplock.c                                  | 4 ++--
 cpukit/score/src/stackallocator.c                           | 2 +-
 cpukit/score/src/thread.c                                   | 2 +-
 cpukit/score/src/threadallocateunlimited.c                  | 2 +-
 cpukit/score/src/threadchangepriority.c                     | 2 +-
 cpukit/score/src/threadclearstate.c                         | 2 +-
 cpukit/score/src/threadcreateidle.c                         | 2 +-
 cpukit/score/src/threaddispatch.c                           | 2 +-
 cpukit/score/src/threadentryadaptoridle.c                   | 4 ++--
 cpukit/score/src/threadentryadaptornumeric.c                | 4 ++--
 cpukit/score/src/threadentryadaptorpointer.c                | 4 ++--
 cpukit/score/src/threadget.c                                | 2 +-
 cpukit/score/src/threadgetcputimeused.c                     | 2 +-
 cpukit/score/src/threadhandler.c                            | 2 +-
 cpukit/score/src/threadidledefault.c                        | 2 +-
 cpukit/score/src/threadinitialize.c                         | 2 +-
 cpukit/score/src/threaditerate.c                            | 2 +-
 cpukit/score/src/threadloadenv.c                            | 2 +-
 cpukit/score/src/threadmp.c                                 | 2 +-
 cpukit/score/src/threadname.c                               | 2 +-
 cpukit/score/src/threadq.c                                  | 2 +-
 cpukit/score/src/threadqenqueue.c                           | 2 +-
 cpukit/score/src/threadqextractwithproxy.c                  | 2 +-
 cpukit/score/src/threadqfirst.c                             | 2 +-
 cpukit/score/src/threadqflush.c                             | 2 +-
 cpukit/score/src/threadqops.c                               | 4 ++--
 cpukit/score/src/threadqtimeout.c                           | 2 +-
 cpukit/score/src/threadrestart.c                            | 2 +-
 cpukit/score/src/threadscheduler.c                          | 2 +-
 cpukit/score/src/threadsetstate.c                           | 2 +-
 cpukit/score/src/threadstackallocate.c                      | 2 +-
 cpukit/score/src/threadstackfree.c                          | 2 +-
 cpukit/score/src/threadstart.c                              | 2 +-
 cpukit/score/src/threadstartmultitasking.c                  | 2 +-
 cpukit/score/src/threadtimeout.c                            | 4 ++--
 cpukit/score/src/threadunpin.c                              | 2 +-
 cpukit/score/src/threadwaitgetid.c                          | 4 ++--
 cpukit/score/src/threadyield.c                              | 4 ++--
 cpukit/score/src/timespecaddto.c                            | 2 +-
 cpukit/score/src/timespecdivide.c                           | 2 +-
 cpukit/score/src/timespecdividebyinteger.c                  | 2 +-
 cpukit/score/src/timespecfromticks.c                        | 2 +-
 cpukit/score/src/timespecgetasnanoseconds.c                 | 2 +-
 cpukit/score/src/timespecisvalid.c                          | 2 +-
 cpukit/score/src/timespeclessthan.c                         | 2 +-
 cpukit/score/src/timespecsubtract.c                         | 2 +-
 cpukit/score/src/timespectoticks.c                          | 2 +-
 cpukit/score/src/tlsallocsize.c                             | 2 +-
 cpukit/score/src/userext.c                                  | 4 ++--
 cpukit/score/src/userextaddset.c                            | 2 +-
 cpukit/score/src/userextiterate.c                           | 4 ++--
 cpukit/score/src/userextremoveset.c                         | 2 +-
 cpukit/score/src/watchdoginsert.c                           | 2 +-
 cpukit/score/src/watchdogremove.c                           | 2 +-
 cpukit/score/src/watchdogtick.c                             | 2 +-
 cpukit/score/src/watchdogtickssinceboot.c                   | 2 +-
 cpukit/score/src/watchdogtimeslicedefault.c                 | 2 +-
 cpukit/score/src/wkspace.c                                  | 4 ++--
 cpukit/score/src/wkspaceisunifieddefault.c                  | 2 +-
 cpukit/score/src/wkstringduplicate.c                        | 4 ++--
 cpukit/telnetd/telnetd-init.c                               | 2 +-
 testsuites/fstests/fsbdpart01/init.c                        | 2 +-
 testsuites/fstests/fsdosfsformat01/init.c                   | 2 +-
 testsuites/fstests/fsdosfsname01/init.c                     | 2 +-
 testsuites/fstests/fsdosfssync01/init.c                     | 2 +-
 testsuites/fstests/fsdosfswrite01/init.c                    | 2 +-
 testsuites/fstests/fsfseeko01/init.c                        | 2 +-
 testsuites/fstests/fsimfsconfig01/init.c                    | 2 +-
 testsuites/fstests/fsimfsconfig02/init.c                    | 2 +-
 testsuites/fstests/fsimfsconfig03/init.c                    | 2 +-
 testsuites/fstests/fsjffs2gc01/init.c                       | 2 +-
 testsuites/fstests/fsnofs01/init.c                          | 2 +-
 testsuites/fstests/fsrename/test.c                          | 2 +-
 testsuites/fstests/fsrfsbitmap01/test.c                     | 2 +-
 testsuites/fstests/fsrofs01/init.c                          | 2 +-
 testsuites/libtests/block08/test_disk.c                     | 2 +-
 testsuites/libtests/block11/init.c                          | 2 +-
 testsuites/libtests/block12/init.c                          | 2 +-
 testsuites/libtests/block13/init.c                          | 2 +-
 testsuites/libtests/block14/init.c                          | 2 +-
 testsuites/libtests/block15/init.c                          | 2 +-
 testsuites/libtests/block16/init.c                          | 2 +-
 testsuites/libtests/block17/init.c                          | 2 +-
 testsuites/libtests/complex/docomplex.c                     | 2 +-
 testsuites/libtests/complex/docomplexf.c                    | 2 +-
 testsuites/libtests/complex/docomplexl.c                    | 2 +-
 testsuites/libtests/crypt01/init.c                          | 2 +-
 testsuites/libtests/debugger01/remote.c                     | 2 +-
 testsuites/libtests/defaultconfig01/init.c                  | 2 +-
 testsuites/libtests/dl01/init.c                             | 2 +-
 testsuites/libtests/dl02/init.c                             | 2 +-
 testsuites/libtests/dl03/dl-bit-alloc.c                     | 2 +-
 testsuites/libtests/dl03/dl-cache.c                         | 2 +-
 testsuites/libtests/dl03/init.c                             | 2 +-
 testsuites/libtests/dl04/dl-load.c                          | 2 +-
 testsuites/libtests/dl04/init.c                             | 2 +-
 testsuites/libtests/dl05/dl-load.c                          | 2 +-
 testsuites/libtests/dl05/init.c                             | 2 +-
 testsuites/libtests/dl06/initimpl.h                         | 2 +-
 testsuites/libtests/dl07/init.c                             | 2 +-
 testsuites/libtests/dl08/init.c                             | 2 +-
 testsuites/libtests/dl09/init.c                             | 2 +-
 testsuites/libtests/dl10/init.c                             | 2 +-
 testsuites/libtests/exit01/init.c                           | 2 +-
 testsuites/libtests/exit02/init.c                           | 2 +-
 testsuites/libtests/flashdisk01/init.c                      | 2 +-
 testsuites/libtests/getentropy01/init.c                     | 2 +-
 testsuites/libtests/i2c01/init.c                            | 2 +-
 testsuites/libtests/libfdt01/init.c                         | 2 +-
 testsuites/libtests/math/domath.c                           | 2 +-
 testsuites/libtests/mathf/domathf.c                         | 2 +-
 testsuites/libtests/mathl/domathl.c                         | 2 +-
 testsuites/libtests/md501/init.c                            | 2 +-
 testsuites/libtests/mghttpd01/init.c                        | 2 +-
 testsuites/libtests/newlib01/init.c                         | 2 +-
 testsuites/libtests/pwdgrp01/init.c                         | 2 +-
 testsuites/libtests/pwdgrp02/init.c                         | 2 +-
 testsuites/libtests/rbheap01/init.c                         | 2 +-
 testsuites/libtests/sha/init.c                              | 2 +-
 testsuites/libtests/shell01/init.c                          | 2 +-
 testsuites/libtests/sparsedisk01/init.c                     | 2 +-
 testsuites/libtests/spi01/init.c                            | 2 +-
 testsuites/libtests/syscall01/init.c                        | 2 +-
 testsuites/libtests/utf8proc01/init.c                       | 2 +-
 testsuites/psxtests/psxcleanup02/init.c                     | 2 +-
 testsuites/psxtests/psxcleanup02/main.c                     | 2 +-
 testsuites/psxtests/psxconfig01/init.c                      | 2 +-
 testsuites/psxtests/psxglobalcon01/init.cc                  | 2 +-
 testsuites/psxtests/psxglobalcon02/init.cc                  | 2 +-
 testsuites/psxtests/psxhdrs/netdb/endhostent.c              | 2 +-
 testsuites/psxtests/psxhdrs/netdb/endnetent.c               | 2 +-
 testsuites/psxtests/psxhdrs/netdb/endprotoent.c             | 2 +-
 testsuites/psxtests/psxhdrs/netdb/endservent.c              | 2 +-
 testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c            | 2 +-
 testsuites/psxtests/psxhdrs/netdb/gai_strerror.c            | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c             | 2 +-
 testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c           | 2 +-
 testsuites/psxtests/psxhdrs/netdb/gethostbyname.c           | 2 +-
 testsuites/psxtests/psxhdrs/netdb/gethostent.c              | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getnameinfo.c             | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c            | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getnetbyname.c            | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getnetent.c               | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getprotobyname.c          | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c        | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getprotoent.c             | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getservbyname.c           | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getservbyport.c           | 2 +-
 testsuites/psxtests/psxhdrs/netdb/getservent.c              | 2 +-
 testsuites/psxtests/psxhdrs/netdb/h_errno.c                 | 2 +-
 testsuites/psxtests/psxhdrs/netdb/sethostent.c              | 2 +-
 testsuites/psxtests/psxhdrs/netdb/setnetent.c               | 2 +-
 testsuites/psxtests/psxhdrs/netdb/setprotoent.c             | 2 +-
 testsuites/psxtests/psxhdrs/netdb/setservent.c              | 2 +-
 testsuites/psxtests/psxhdrs/string/memccpy.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/memchr.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/memcmp.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/memcpy.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/memmove.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/memset.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/stpcpy.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/stpncpy.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strcat.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/strchr.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/strcmp.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/strcoll.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strcoll_l.c              | 2 +-
 testsuites/psxtests/psxhdrs/string/strcpy.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/strcspn.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strdup.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/strerror.c               | 2 +-
 testsuites/psxtests/psxhdrs/string/strerror_l.c             | 2 +-
 testsuites/psxtests/psxhdrs/string/strerror_r.c             | 2 +-
 testsuites/psxtests/psxhdrs/string/strlen.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/strncat.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strncmp.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strncpy.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strndup.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strnlen.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strpbrk.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strrchr.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strsignal.c              | 2 +-
 testsuites/psxtests/psxhdrs/string/strspn.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/strstr.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/strtok.c                 | 2 +-
 testsuites/psxtests/psxhdrs/string/strtok_r.c               | 2 +-
 testsuites/psxtests/psxhdrs/string/strxfrm.c                | 2 +-
 testsuites/psxtests/psxhdrs/string/strxfrm_l.c              | 2 +-
 testsuites/psxtests/psxhdrs/utime/utime.c                   | 2 +-
 testsuites/smptests/smpatomic01/init.c                      | 2 +-
 testsuites/smptests/smpcache01/init.c                       | 2 +-
 testsuites/smptests/smpcapture01/init.c                     | 2 +-
 testsuites/smptests/smpclock01/init.c                       | 2 +-
 testsuites/smptests/smpfatal01/init.c                       | 2 +-
 testsuites/smptests/smpfatal02/init.c                       | 2 +-
 testsuites/smptests/smpfatal04/init.c                       | 2 +-
 testsuites/smptests/smpfatal05/init.c                       | 2 +-
 testsuites/smptests/smpfatal06/init.c                       | 2 +-
 testsuites/smptests/smpfatal08/init.c                       | 2 +-
 testsuites/smptests/smpipi01/init.c                         | 2 +-
 testsuites/smptests/smpload01/init.c                        | 2 +-
 testsuites/smptests/smplock01/init.c                        | 2 +-
 testsuites/smptests/smpmigration01/init.c                   | 2 +-
 testsuites/smptests/smpmigration02/init.c                   | 2 +-
 testsuites/smptests/smpmrsp01/init.c                        | 2 +-
 testsuites/smptests/smpmutex01/init.c                       | 2 +-
 testsuites/smptests/smpmutex02/init.c                       | 2 +-
 testsuites/smptests/smppsxmutex01/init.c                    | 2 +-
 testsuites/smptests/smppsxsignal01/init.c                   | 2 +-
 testsuites/smptests/smpschedaffinity01/init.c               | 2 +-
 testsuites/smptests/smpschedaffinity02/init.c               | 2 +-
 testsuites/smptests/smpschedaffinity03/init.c               | 2 +-
 testsuites/smptests/smpschedaffinity04/init.c               | 2 +-
 testsuites/smptests/smpschedaffinity05/init.c               | 2 +-
 testsuites/smptests/smpschededf04/init.c                    | 2 +-
 testsuites/smptests/smpschedsem01/init.c                    | 2 +-
 testsuites/smptests/smpscheduler01/init.c                   | 2 +-
 testsuites/smptests/smpscheduler02/init.c                   | 2 +-
 testsuites/smptests/smpscheduler04/init.c                   | 2 +-
 testsuites/smptests/smpsignal01/init.c                      | 2 +-
 testsuites/smptests/smpstrongapa01/init.c                   | 2 +-
 testsuites/smptests/smpswitchextension01/init.c             | 2 +-
 testsuites/smptests/smpthreadlife01/init.c                  | 2 +-
 testsuites/smptests/smpunsupported01/init.c                 | 2 +-
 testsuites/smptests/smpwakeafter01/init.c                   | 2 +-
 testsuites/sptests/spatomic01/init.c                        | 2 +-
 testsuites/sptests/spcache01/init.c                         | 2 +-
 testsuites/sptests/spcontext01/init.c                       | 2 +-
 testsuites/sptests/spcpucounter01/init.c                    | 2 +-
 testsuites/sptests/spcpuset01/test.c                        | 2 +-
 testsuites/sptests/speventsystem01/init.c                   | 2 +-
 testsuites/sptests/speventtransient01/init.c                | 2 +-
 testsuites/sptests/spextensions01/init.c                    | 2 +-
 testsuites/sptests/spfatal26/init.c                         | 2 +-
 testsuites/sptests/spglobalcon01/init.cc                    | 2 +-
 testsuites/sptests/spinternalerror01/init.c                 | 2 +-
 testsuites/sptests/spinternalerror02/init.c                 | 2 +-
 testsuites/sptests/spintrcritical10/init.c                  | 2 +-
 testsuites/sptests/spintrcritical18/init.c                  | 2 +-
 testsuites/sptests/spintrcritical20/init.c                  | 2 +-
 testsuites/sptests/spintrcritical22/init.c                  | 2 +-
 testsuites/sptests/spintrcritical23/init.c                  | 2 +-
 testsuites/sptests/splinkersets01/init.c                    | 2 +-
 testsuites/sptests/splinkersets01/items.c                   | 2 +-
 testsuites/sptests/splinkersets01/sets.c                    | 2 +-
 testsuites/sptests/spmrsp01/init.c                          | 2 +-
 testsuites/sptests/spmutex01/init.c                         | 2 +-
 testsuites/sptests/spprofiling01/init.c                     | 2 +-
 testsuites/sptests/spsem03/init.c                           | 2 +-
 testsuites/sptests/spstdthreads01/init.c                    | 2 +-
 testsuites/sptests/spstkalloc02/init.c                      | 2 +-
 testsuites/sptests/spsysinit01/init.c                       | 2 +-
 testsuites/sptests/spsyslock01/init.c                       | 2 +-
 testsuites/sptests/sptasknopreempt01/init.c                 | 2 +-
 testsuites/sptests/spthreadlife01/init.c                    | 2 +-
 testsuites/sptests/sptimecounter01/init.c                   | 2 +-
 testsuites/sptests/sptimecounter02/init.c                   | 2 +-
 testsuites/sptests/sptimecounter03/init.c                   | 2 +-
 testsuites/sptests/sptimecounter04/init.c                   | 2 +-
 testsuites/sptests/sptimerserver01/init.c                   | 2 +-
 testsuites/sptests/sptls01/init.c                           | 2 +-
 testsuites/sptests/sptls03/init.c                           | 2 +-
 testsuites/tmtests/tmcontext01/init.c                       | 2 +-
 testsuites/tmtests/tmfine01/init.c                          | 2 +-
 testsuites/tmtests/tmtimer01/init.c                         | 2 +-
 1324 files changed, 1520 insertions(+), 1520 deletions(-)

diff --git a/cpukit/dev/i2c/eeprom.c b/cpukit/dev/i2c/eeprom.c
index 97e0f55..4dc1a1a 100644
--- a/cpukit/dev/i2c/eeprom.c
+++ b/cpukit/dev/i2c/eeprom.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <dev/i2c/eeprom.h>
diff --git a/cpukit/dev/i2c/fpga-i2c-slave.c b/cpukit/dev/i2c/fpga-i2c-slave.c
index cf00a57..420e5e7 100644
--- a/cpukit/dev/i2c/fpga-i2c-slave.c
+++ b/cpukit/dev/i2c/fpga-i2c-slave.c
@@ -12,8 +12,8 @@
  *       https://github.com/oetr/FPGA-I2C-Slave
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <dev/i2c/i2c.h>
diff --git a/cpukit/dev/i2c/gpio-nxp-pca9535.c b/cpukit/dev/i2c/gpio-nxp-pca9535.c
index ea56cee..45f3cd3 100644
--- a/cpukit/dev/i2c/gpio-nxp-pca9535.c
+++ b/cpukit/dev/i2c/gpio-nxp-pca9535.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <dev/i2c/gpio-nxp-pca9535.h>
diff --git a/cpukit/dev/i2c/i2c-bus.c b/cpukit/dev/i2c/i2c-bus.c
index 23311ae..472222c 100644
--- a/cpukit/dev/i2c/i2c-bus.c
+++ b/cpukit/dev/i2c/i2c-bus.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <dev/i2c/i2c.h>
diff --git a/cpukit/dev/i2c/i2c-dev.c b/cpukit/dev/i2c/i2c-dev.c
index 680732f..6f1eb73 100644
--- a/cpukit/dev/i2c/i2c-dev.c
+++ b/cpukit/dev/i2c/i2c-dev.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <dev/i2c/i2c.h>
diff --git a/cpukit/dev/i2c/sensor-lm75a.c b/cpukit/dev/i2c/sensor-lm75a.c
index 4cc1ae6..536e214 100644
--- a/cpukit/dev/i2c/sensor-lm75a.c
+++ b/cpukit/dev/i2c/sensor-lm75a.c
@@ -20,7 +20,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/dev/i2c/switch-nxp-pca9548a.c b/cpukit/dev/i2c/switch-nxp-pca9548a.c
index 50e546f..76d6853 100644
--- a/cpukit/dev/i2c/switch-nxp-pca9548a.c
+++ b/cpukit/dev/i2c/switch-nxp-pca9548a.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <dev/i2c/switch-nxp-pca9548a.h>
diff --git a/cpukit/dev/i2c/ti-ads-16bit-adc.c b/cpukit/dev/i2c/ti-ads-16bit-adc.c
index 35e6a7e..e8c6a71 100644
--- a/cpukit/dev/i2c/ti-ads-16bit-adc.c
+++ b/cpukit/dev/i2c/ti-ads-16bit-adc.c
@@ -7,8 +7,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/dev/i2c/ti-lm25066a.c b/cpukit/dev/i2c/ti-lm25066a.c
index 5864470..5a93f91 100644
--- a/cpukit/dev/i2c/ti-lm25066a.c
+++ b/cpukit/dev/i2c/ti-lm25066a.c
@@ -7,8 +7,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <stdio.h>
diff --git a/cpukit/dev/i2c/ti-tmp112.c b/cpukit/dev/i2c/ti-tmp112.c
index 0886a4d..8c45c83 100644
--- a/cpukit/dev/i2c/ti-tmp112.c
+++ b/cpukit/dev/i2c/ti-tmp112.c
@@ -7,8 +7,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <stdio.h>
diff --git a/cpukit/dev/spi/spi-bus.c b/cpukit/dev/spi/spi-bus.c
index a3ee6f1..5308603 100644
--- a/cpukit/dev/spi/spi-bus.c
+++ b/cpukit/dev/spi/spi-bus.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <dev/spi/spi.h>
diff --git a/cpukit/ftpd/ftpd-init.c b/cpukit/ftpd/ftpd-init.c
index 7e56b4e..dcc7b61 100644
--- a/cpukit/ftpd/ftpd-init.c
+++ b/cpukit/ftpd/ftpd-init.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/ftpd/ftpd.c b/cpukit/ftpd/ftpd.c
index 542c455..c71a136 100644
--- a/cpukit/ftpd/ftpd.c
+++ b/cpukit/ftpd/ftpd.c
@@ -186,7 +186,7 @@
  *  x5z    Filesystem status.
  *************************************************************************/
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libblock/src/bdbuf.c b/cpukit/libblock/src/bdbuf.c
index 1f34618..a7d4715 100644
--- a/cpukit/libblock/src/bdbuf.c
+++ b/cpukit/libblock/src/bdbuf.c
@@ -27,7 +27,7 @@
  */
 #define RTEMS_BDBUF_TRACE 0
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 #include <limits.h>
diff --git a/cpukit/libblock/src/bdpart-register.c b/cpukit/libblock/src/bdpart-register.c
index 30957aa..66a7498 100644
--- a/cpukit/libblock/src/bdpart-register.c
+++ b/cpukit/libblock/src/bdpart-register.c
@@ -20,7 +20,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <stdio.h>
diff --git a/cpukit/libblock/src/blkdev-blkstats.c b/cpukit/libblock/src/blkdev-blkstats.c
index ca1e0e4..c035ee4 100644
--- a/cpukit/libblock/src/blkdev-blkstats.c
+++ b/cpukit/libblock/src/blkdev-blkstats.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/blkdev.h>
diff --git a/cpukit/libblock/src/blkdev-imfs.c b/cpukit/libblock/src/blkdev-imfs.c
index 881236e..a6872f4 100644
--- a/cpukit/libblock/src/blkdev-imfs.c
+++ b/cpukit/libblock/src/blkdev-imfs.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/cpukit/libblock/src/blkdev-ioctl.c b/cpukit/libblock/src/blkdev-ioctl.c
index 2267fb0..3e8b081 100644
--- a/cpukit/libblock/src/blkdev-ioctl.c
+++ b/cpukit/libblock/src/blkdev-ioctl.c
@@ -10,8 +10,8 @@
  * Author: Victor V. Vengerov <vvv at oktet.ru>
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <errno.h>
diff --git a/cpukit/libblock/src/blkdev-print-stats.c b/cpukit/libblock/src/blkdev-print-stats.c
index aba2173..6e43139 100644
--- a/cpukit/libblock/src/blkdev-print-stats.c
+++ b/cpukit/libblock/src/blkdev-print-stats.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/blkdev.h>
diff --git a/cpukit/libblock/src/blkdev.c b/cpukit/libblock/src/blkdev.c
index 5f17b9b..f19c273 100644
--- a/cpukit/libblock/src/blkdev.c
+++ b/cpukit/libblock/src/blkdev.c
@@ -10,7 +10,7 @@
  * Author: Victor V. Vengerov <vvv at oktet.ru>
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libblock/src/diskdevs-init.c b/cpukit/libblock/src/diskdevs-init.c
index 29ade43..5ed2c71 100644
--- a/cpukit/libblock/src/diskdevs-init.c
+++ b/cpukit/libblock/src/diskdevs-init.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/blkdev.h>
diff --git a/cpukit/libblock/src/diskdevs.c b/cpukit/libblock/src/diskdevs.c
index b735460..607f22a 100644
--- a/cpukit/libblock/src/diskdevs.c
+++ b/cpukit/libblock/src/diskdevs.c
@@ -13,7 +13,7 @@
  * Copyright (c) 2009, 2017 embedded brains GmbH.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libblock/src/flashdisk.c b/cpukit/libblock/src/flashdisk.c
index 37bcd9d..a3fbbba 100644
--- a/cpukit/libblock/src/flashdisk.c
+++ b/cpukit/libblock/src/flashdisk.c
@@ -31,7 +31,7 @@
  * extra parameter was avoided.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libblock/src/ide_part_table.c b/cpukit/libblock/src/ide_part_table.c
index 5d40130..5f8f211 100644
--- a/cpukit/libblock/src/ide_part_table.c
+++ b/cpukit/libblock/src/ide_part_table.c
@@ -17,7 +17,7 @@
  *
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libblock/src/nvdisk-sram.c b/cpukit/libblock/src/nvdisk-sram.c
index 71ef5ef..6ac7098 100644
--- a/cpukit/libblock/src/nvdisk-sram.c
+++ b/cpukit/libblock/src/nvdisk-sram.c
@@ -11,7 +11,7 @@
  * Copyright 2007 Chris Johns (chrisj at rtems.org)
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libblock/src/nvdisk.c b/cpukit/libblock/src/nvdisk.c
index 693c0b1..d204292 100644
--- a/cpukit/libblock/src/nvdisk.c
+++ b/cpukit/libblock/src/nvdisk.c
@@ -13,7 +13,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libblock/src/ramdisk-init.c b/cpukit/libblock/src/ramdisk-init.c
index cc2ad3e..ad71c51 100644
--- a/cpukit/libblock/src/ramdisk-init.c
+++ b/cpukit/libblock/src/ramdisk-init.c
@@ -21,7 +21,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <stdlib.h>
diff --git a/cpukit/libblock/src/ramdisk-register.c b/cpukit/libblock/src/ramdisk-register.c
index 6b2dc2c..9005cf3 100644
--- a/cpukit/libblock/src/ramdisk-register.c
+++ b/cpukit/libblock/src/ramdisk-register.c
@@ -21,7 +21,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/ramdisk.h>
diff --git a/cpukit/libblock/src/show_bdbuf.c b/cpukit/libblock/src/show_bdbuf.c
index 2b7c8eb..29bf3d7 100644
--- a/cpukit/libblock/src/show_bdbuf.c
+++ b/cpukit/libblock/src/show_bdbuf.c
@@ -24,7 +24,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/__assert.c b/cpukit/libcsupport/src/__assert.c
index 42ba34e..8a97864 100644
--- a/cpukit/libcsupport/src/__assert.c
+++ b/cpukit/libcsupport/src/__assert.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/__getpid.c b/cpukit/libcsupport/src/__getpid.c
index 9c15910..e4e61a5 100644
--- a/cpukit/libcsupport/src/__getpid.c
+++ b/cpukit/libcsupport/src/__getpid.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/__gettod.c b/cpukit/libcsupport/src/__gettod.c
index 578369b..a658381 100644
--- a/cpukit/libcsupport/src/__gettod.c
+++ b/cpukit/libcsupport/src/__gettod.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/__times.c b/cpukit/libcsupport/src/__times.c
index 1cdd831..7bb7e0e 100644
--- a/cpukit/libcsupport/src/__times.c
+++ b/cpukit/libcsupport/src/__times.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/__usrenv.c b/cpukit/libcsupport/src/__usrenv.c
index cd191f3..5c25eaa 100644
--- a/cpukit/libcsupport/src/__usrenv.c
+++ b/cpukit/libcsupport/src/__usrenv.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/cpukit/libcsupport/src/_calloc_r.c b/cpukit/libcsupport/src/_calloc_r.c
index 58e6a5c..aee8cd1 100644
--- a/cpukit/libcsupport/src/_calloc_r.c
+++ b/cpukit/libcsupport/src/_calloc_r.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/_free_r.c b/cpukit/libcsupport/src/_free_r.c
index 3bd6025..2ff442d 100644
--- a/cpukit/libcsupport/src/_free_r.c
+++ b/cpukit/libcsupport/src/_free_r.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/_malloc_r.c b/cpukit/libcsupport/src/_malloc_r.c
index 311f6d1..38c11ed 100644
--- a/cpukit/libcsupport/src/_malloc_r.c
+++ b/cpukit/libcsupport/src/_malloc_r.c
@@ -9,7 +9,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/_realloc_r.c b/cpukit/libcsupport/src/_realloc_r.c
index 3288080..57f0aaf 100644
--- a/cpukit/libcsupport/src/_realloc_r.c
+++ b/cpukit/libcsupport/src/_realloc_r.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/_rename_r.c b/cpukit/libcsupport/src/_rename_r.c
index 6f31088..2c1f48c 100644
--- a/cpukit/libcsupport/src/_rename_r.c
+++ b/cpukit/libcsupport/src/_rename_r.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/access.c b/cpukit/libcsupport/src/access.c
index bb0b860..cc3dee7 100644
--- a/cpukit/libcsupport/src/access.c
+++ b/cpukit/libcsupport/src/access.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/alignedalloc.c b/cpukit/libcsupport/src/alignedalloc.c
index 57fff48..b552fc2 100644
--- a/cpukit/libcsupport/src/alignedalloc.c
+++ b/cpukit/libcsupport/src/alignedalloc.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assoc32tostring.c b/cpukit/libcsupport/src/assoc32tostring.c
index 31b0885..3fac292 100644
--- a/cpukit/libcsupport/src/assoc32tostring.c
+++ b/cpukit/libcsupport/src/assoc32tostring.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assoclocalbyname.c b/cpukit/libcsupport/src/assoclocalbyname.c
index 3904500..2fba102 100644
--- a/cpukit/libcsupport/src/assoclocalbyname.c
+++ b/cpukit/libcsupport/src/assoclocalbyname.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assoclocalbyremote.c b/cpukit/libcsupport/src/assoclocalbyremote.c
index 24a86d8..ab64ab1 100644
--- a/cpukit/libcsupport/src/assoclocalbyremote.c
+++ b/cpukit/libcsupport/src/assoclocalbyremote.c
@@ -5,7 +5,7 @@
  *  @ingroup Associativity
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assoclocalbyremotebitfield.c b/cpukit/libcsupport/src/assoclocalbyremotebitfield.c
index 23b4c72..58c53b0 100644
--- a/cpukit/libcsupport/src/assoclocalbyremotebitfield.c
+++ b/cpukit/libcsupport/src/assoclocalbyremotebitfield.c
@@ -3,7 +3,7 @@
  *      rtems assoc routines
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocnamebad.c b/cpukit/libcsupport/src/assocnamebad.c
index 3369141..7e5a327 100644
--- a/cpukit/libcsupport/src/assocnamebad.c
+++ b/cpukit/libcsupport/src/assocnamebad.c
@@ -5,7 +5,7 @@
  *  @ingroup SET
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocnamebylocal.c b/cpukit/libcsupport/src/assocnamebylocal.c
index 0dd47b8..877d133 100644
--- a/cpukit/libcsupport/src/assocnamebylocal.c
+++ b/cpukit/libcsupport/src/assocnamebylocal.c
@@ -5,7 +5,7 @@
  *  @ingroup Associativity
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocnamebylocalbitfield.c b/cpukit/libcsupport/src/assocnamebylocalbitfield.c
index d8895cb..98e056a 100644
--- a/cpukit/libcsupport/src/assocnamebylocalbitfield.c
+++ b/cpukit/libcsupport/src/assocnamebylocalbitfield.c
@@ -5,7 +5,7 @@
  *  @ingroup Associativity
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocnamebyremote.c b/cpukit/libcsupport/src/assocnamebyremote.c
index 376ba47..2cacd39 100644
--- a/cpukit/libcsupport/src/assocnamebyremote.c
+++ b/cpukit/libcsupport/src/assocnamebyremote.c
@@ -5,7 +5,7 @@
  *  @ingroup Associativity
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocnamebyremotebitfield.c b/cpukit/libcsupport/src/assocnamebyremotebitfield.c
index 97876ea..df9278a 100644
--- a/cpukit/libcsupport/src/assocnamebyremotebitfield.c
+++ b/cpukit/libcsupport/src/assocnamebyremotebitfield.c
@@ -5,7 +5,7 @@
  *  @ingroup Associativity
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocptrbylocal.c b/cpukit/libcsupport/src/assocptrbylocal.c
index a0e7c3c..2627b62 100644
--- a/cpukit/libcsupport/src/assocptrbylocal.c
+++ b/cpukit/libcsupport/src/assocptrbylocal.c
@@ -5,7 +5,7 @@
  *  @ingroup Associativity
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocptrbyname.c b/cpukit/libcsupport/src/assocptrbyname.c
index a01b9cb..a33b367 100644
--- a/cpukit/libcsupport/src/assocptrbyname.c
+++ b/cpukit/libcsupport/src/assocptrbyname.c
@@ -5,7 +5,7 @@
  *  @ingroup Associativity
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocptrbyremote.c b/cpukit/libcsupport/src/assocptrbyremote.c
index 4651581..6647672 100644
--- a/cpukit/libcsupport/src/assocptrbyremote.c
+++ b/cpukit/libcsupport/src/assocptrbyremote.c
@@ -5,7 +5,7 @@
  *  @ingroup Associativity
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocremotebylocal.c b/cpukit/libcsupport/src/assocremotebylocal.c
index cd5fa0c..05e30c1 100644
--- a/cpukit/libcsupport/src/assocremotebylocal.c
+++ b/cpukit/libcsupport/src/assocremotebylocal.c
@@ -3,7 +3,7 @@
  *      rtems assoc routines
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocremotebylocalbitfield.c b/cpukit/libcsupport/src/assocremotebylocalbitfield.c
index b26c98c..efcc87a 100644
--- a/cpukit/libcsupport/src/assocremotebylocalbitfield.c
+++ b/cpukit/libcsupport/src/assocremotebylocalbitfield.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocremotebyname.c b/cpukit/libcsupport/src/assocremotebyname.c
index 8a894fc..4d8ecb3 100644
--- a/cpukit/libcsupport/src/assocremotebyname.c
+++ b/cpukit/libcsupport/src/assocremotebyname.c
@@ -5,7 +5,7 @@
  *  @ingroup Associativity
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/assocthreadstatestostring.c b/cpukit/libcsupport/src/assocthreadstatestostring.c
index 055a1f2..cd1b72d 100644
--- a/cpukit/libcsupport/src/assocthreadstatestostring.c
+++ b/cpukit/libcsupport/src/assocthreadstatestostring.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/base_fs.c b/cpukit/libcsupport/src/base_fs.c
index 16fa9b8..0eb4c35 100644
--- a/cpukit/libcsupport/src/base_fs.c
+++ b/cpukit/libcsupport/src/base_fs.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/cachecoherentalloc.c b/cpukit/libcsupport/src/cachecoherentalloc.c
index bf8167d..ced6b69 100644
--- a/cpukit/libcsupport/src/cachecoherentalloc.c
+++ b/cpukit/libcsupport/src/cachecoherentalloc.c
@@ -18,8 +18,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/cpukit/libcsupport/src/calloc.c b/cpukit/libcsupport/src/calloc.c
index 78b08ab..e015f30 100644
--- a/cpukit/libcsupport/src/calloc.c
+++ b/cpukit/libcsupport/src/calloc.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/cfgetispeed.c b/cpukit/libcsupport/src/cfgetispeed.c
index f551e27..050991d 100644
--- a/cpukit/libcsupport/src/cfgetispeed.c
+++ b/cpukit/libcsupport/src/cfgetispeed.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/cfgetospeed.c b/cpukit/libcsupport/src/cfgetospeed.c
index 96446c7..ac44b6d 100644
--- a/cpukit/libcsupport/src/cfgetospeed.c
+++ b/cpukit/libcsupport/src/cfgetospeed.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/cfmakeraw.c b/cpukit/libcsupport/src/cfmakeraw.c
index c335b92..92f55e2 100644
--- a/cpukit/libcsupport/src/cfmakeraw.c
+++ b/cpukit/libcsupport/src/cfmakeraw.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/cfmakesane.c b/cpukit/libcsupport/src/cfmakesane.c
index 486e2f9..d535c01 100644
--- a/cpukit/libcsupport/src/cfmakesane.c
+++ b/cpukit/libcsupport/src/cfmakesane.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/cfsetispeed.c b/cpukit/libcsupport/src/cfsetispeed.c
index 14e67b9..e46036d 100644
--- a/cpukit/libcsupport/src/cfsetispeed.c
+++ b/cpukit/libcsupport/src/cfsetispeed.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/cfsetospeed.c b/cpukit/libcsupport/src/cfsetospeed.c
index 41a232a..a85e2c1 100644
--- a/cpukit/libcsupport/src/cfsetospeed.c
+++ b/cpukit/libcsupport/src/cfsetospeed.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/cfsetspeed.c b/cpukit/libcsupport/src/cfsetspeed.c
index 0d37840..f3d73ed 100644
--- a/cpukit/libcsupport/src/cfsetspeed.c
+++ b/cpukit/libcsupport/src/cfsetspeed.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/chdir.c b/cpukit/libcsupport/src/chdir.c
index 83a359a..5542534 100644
--- a/cpukit/libcsupport/src/chdir.c
+++ b/cpukit/libcsupport/src/chdir.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/chmod.c b/cpukit/libcsupport/src/chmod.c
index 2d1a4aa..b53a407 100644
--- a/cpukit/libcsupport/src/chmod.c
+++ b/cpukit/libcsupport/src/chmod.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/cpukit/libcsupport/src/chown.c b/cpukit/libcsupport/src/chown.c
index 8adfb82..45d041f 100644
--- a/cpukit/libcsupport/src/chown.c
+++ b/cpukit/libcsupport/src/chown.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/chroot.c b/cpukit/libcsupport/src/chroot.c
index 8dbf403..3e7dfba 100644
--- a/cpukit/libcsupport/src/chroot.c
+++ b/cpukit/libcsupport/src/chroot.c
@@ -19,8 +19,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <string.h>
diff --git a/cpukit/libcsupport/src/clock.c b/cpukit/libcsupport/src/clock.c
index f976221..25d485a 100644
--- a/cpukit/libcsupport/src/clock.c
+++ b/cpukit/libcsupport/src/clock.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/clonenode.c b/cpukit/libcsupport/src/clonenode.c
index adf1ecf..bf3b9bb 100644
--- a/cpukit/libcsupport/src/clonenode.c
+++ b/cpukit/libcsupport/src/clonenode.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libcsupport/src/close.c b/cpukit/libcsupport/src/close.c
index d478e23..21b3751 100644
--- a/cpukit/libcsupport/src/close.c
+++ b/cpukit/libcsupport/src/close.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/consolesimple.c b/cpukit/libcsupport/src/consolesimple.c
index 4316fa3..dd20936 100644
--- a/cpukit/libcsupport/src/consolesimple.c
+++ b/cpukit/libcsupport/src/consolesimple.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/consolesimpletask.c b/cpukit/libcsupport/src/consolesimpletask.c
index 5b12cc6..82ea2a5 100644
--- a/cpukit/libcsupport/src/consolesimpletask.c
+++ b/cpukit/libcsupport/src/consolesimpletask.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/ctermid.c b/cpukit/libcsupport/src/ctermid.c
index 896ebd2..56dda55 100644
--- a/cpukit/libcsupport/src/ctermid.c
+++ b/cpukit/libcsupport/src/ctermid.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/dup.c b/cpukit/libcsupport/src/dup.c
index a7b2741..98ee8fd 100644
--- a/cpukit/libcsupport/src/dup.c
+++ b/cpukit/libcsupport/src/dup.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/dup2.c b/cpukit/libcsupport/src/dup2.c
index 483e750..020d9a3 100644
--- a/cpukit/libcsupport/src/dup2.c
+++ b/cpukit/libcsupport/src/dup2.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/error.c b/cpukit/libcsupport/src/error.c
index 7d76327..185302a 100644
--- a/cpukit/libcsupport/src/error.c
+++ b/cpukit/libcsupport/src/error.c
@@ -5,7 +5,7 @@
  *  @ingroup ErrorPanicSupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/fchdir.c b/cpukit/libcsupport/src/fchdir.c
index df37458e..f6ff0bd 100644
--- a/cpukit/libcsupport/src/fchdir.c
+++ b/cpukit/libcsupport/src/fchdir.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/fchmod.c b/cpukit/libcsupport/src/fchmod.c
index 13e7fdd..35c058c 100644
--- a/cpukit/libcsupport/src/fchmod.c
+++ b/cpukit/libcsupport/src/fchmod.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/cpukit/libcsupport/src/fchown.c b/cpukit/libcsupport/src/fchown.c
index 8c3d9b2..0d5597c 100644
--- a/cpukit/libcsupport/src/fchown.c
+++ b/cpukit/libcsupport/src/fchown.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <string.h>
diff --git a/cpukit/libcsupport/src/fcntl.c b/cpukit/libcsupport/src/fcntl.c
index 86b757e..111fd18 100644
--- a/cpukit/libcsupport/src/fcntl.c
+++ b/cpukit/libcsupport/src/fcntl.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <stdarg.h>
diff --git a/cpukit/libcsupport/src/fdatasync.c b/cpukit/libcsupport/src/fdatasync.c
index bf90957..3b9a4ff 100644
--- a/cpukit/libcsupport/src/fdatasync.c
+++ b/cpukit/libcsupport/src/fdatasync.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/flockfile.c b/cpukit/libcsupport/src/flockfile.c
index e924b4e..5282fdb 100644
--- a/cpukit/libcsupport/src/flockfile.c
+++ b/cpukit/libcsupport/src/flockfile.c
@@ -12,7 +12,7 @@
  * is freely granted, provided that this notice is preserved.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/fpathconf.c b/cpukit/libcsupport/src/fpathconf.c
index d08ac9c..d081012 100644
--- a/cpukit/libcsupport/src/fpathconf.c
+++ b/cpukit/libcsupport/src/fpathconf.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/free.c b/cpukit/libcsupport/src/free.c
index d8dd2bd..e52516d 100644
--- a/cpukit/libcsupport/src/free.c
+++ b/cpukit/libcsupport/src/free.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/freenode.c b/cpukit/libcsupport/src/freenode.c
index 3d124c0..228fd90 100644
--- a/cpukit/libcsupport/src/freenode.c
+++ b/cpukit/libcsupport/src/freenode.c
@@ -16,8 +16,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libcsupport/src/fstat.c b/cpukit/libcsupport/src/fstat.c
index 3a1241a..0cdec6d 100644
--- a/cpukit/libcsupport/src/fstat.c
+++ b/cpukit/libcsupport/src/fstat.c
@@ -9,7 +9,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/fsync.c b/cpukit/libcsupport/src/fsync.c
index 428f82a..8a42739 100644
--- a/cpukit/libcsupport/src/fsync.c
+++ b/cpukit/libcsupport/src/fsync.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/ftruncate.c b/cpukit/libcsupport/src/ftruncate.c
index 99a9c6b..6383bfe 100644
--- a/cpukit/libcsupport/src/ftruncate.c
+++ b/cpukit/libcsupport/src/ftruncate.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/ftrylockfile.c b/cpukit/libcsupport/src/ftrylockfile.c
index 6b62396..0ff2183 100644
--- a/cpukit/libcsupport/src/ftrylockfile.c
+++ b/cpukit/libcsupport/src/ftrylockfile.c
@@ -6,7 +6,7 @@
  * is freely granted, provided that this notice is preserved.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/funlockfile.c b/cpukit/libcsupport/src/funlockfile.c
index 3c1efff..d58898e 100644
--- a/cpukit/libcsupport/src/funlockfile.c
+++ b/cpukit/libcsupport/src/funlockfile.c
@@ -13,7 +13,7 @@
  * is freely granted, provided that this notice is preserved.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getchark.c b/cpukit/libcsupport/src/getchark.c
index 0d7378c..5a9afbd 100644
--- a/cpukit/libcsupport/src/getchark.c
+++ b/cpukit/libcsupport/src/getchark.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getdents.c b/cpukit/libcsupport/src/getdents.c
index 7008def..d8e7efb 100644
--- a/cpukit/libcsupport/src/getdents.c
+++ b/cpukit/libcsupport/src/getdents.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getegid.c b/cpukit/libcsupport/src/getegid.c
index f224617..3f55538 100644
--- a/cpukit/libcsupport/src/getegid.c
+++ b/cpukit/libcsupport/src/getegid.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/geteuid.c b/cpukit/libcsupport/src/geteuid.c
index d71df9a..749bc08 100644
--- a/cpukit/libcsupport/src/geteuid.c
+++ b/cpukit/libcsupport/src/geteuid.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getgid.c b/cpukit/libcsupport/src/getgid.c
index cb8e7e9..27af49a 100644
--- a/cpukit/libcsupport/src/getgid.c
+++ b/cpukit/libcsupport/src/getgid.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getgrent.c b/cpukit/libcsupport/src/getgrent.c
index 4f27efc..b358cb9 100644
--- a/cpukit/libcsupport/src/getgrent.c
+++ b/cpukit/libcsupport/src/getgrent.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getgrnam.c b/cpukit/libcsupport/src/getgrnam.c
index 505a334..71c6134 100644
--- a/cpukit/libcsupport/src/getgrnam.c
+++ b/cpukit/libcsupport/src/getgrnam.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getgroups.c b/cpukit/libcsupport/src/getgroups.c
index 73a42ce..bd479a3 100644
--- a/cpukit/libcsupport/src/getgroups.c
+++ b/cpukit/libcsupport/src/getgroups.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getlogin.c b/cpukit/libcsupport/src/getlogin.c
index 6fce31f..c353126 100644
--- a/cpukit/libcsupport/src/getlogin.c
+++ b/cpukit/libcsupport/src/getlogin.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getpagesize.c b/cpukit/libcsupport/src/getpagesize.c
index 24776ec..6ba3190 100644
--- a/cpukit/libcsupport/src/getpagesize.c
+++ b/cpukit/libcsupport/src/getpagesize.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getpgrp.c b/cpukit/libcsupport/src/getpgrp.c
index de372f3..ad3d0da 100644
--- a/cpukit/libcsupport/src/getpgrp.c
+++ b/cpukit/libcsupport/src/getpgrp.c
@@ -1,4 +1,4 @@
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getpid.c b/cpukit/libcsupport/src/getpid.c
index e17b1f2..4584ff1 100644
--- a/cpukit/libcsupport/src/getpid.c
+++ b/cpukit/libcsupport/src/getpid.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getppid.c b/cpukit/libcsupport/src/getppid.c
index ad2e883..a1e7cdf 100644
--- a/cpukit/libcsupport/src/getppid.c
+++ b/cpukit/libcsupport/src/getppid.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getpwent.c b/cpukit/libcsupport/src/getpwent.c
index 5a6b444..400a53e 100644
--- a/cpukit/libcsupport/src/getpwent.c
+++ b/cpukit/libcsupport/src/getpwent.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getreentglobal.c b/cpukit/libcsupport/src/getreentglobal.c
index ba1e4bf..742c1bf 100644
--- a/cpukit/libcsupport/src/getreentglobal.c
+++ b/cpukit/libcsupport/src/getreentglobal.c
@@ -12,7 +12,7 @@
  * http://www.rtems.com/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getrusage.c b/cpukit/libcsupport/src/getrusage.c
index 56ddb74..99c1ba8 100644
--- a/cpukit/libcsupport/src/getrusage.c
+++ b/cpukit/libcsupport/src/getrusage.c
@@ -7,7 +7,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/getuid.c b/cpukit/libcsupport/src/getuid.c
index 5b9c6b8..0faf238 100644
--- a/cpukit/libcsupport/src/getuid.c
+++ b/cpukit/libcsupport/src/getuid.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/gxx_wrappers.c b/cpukit/libcsupport/src/gxx_wrappers.c
index 3a1b0f1..b81d82d 100644
--- a/cpukit/libcsupport/src/gxx_wrappers.c
+++ b/cpukit/libcsupport/src/gxx_wrappers.c
@@ -24,7 +24,7 @@
  */
 #if defined(__GNUC__)
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/ioctl.c b/cpukit/libcsupport/src/ioctl.c
index b2be524..e58889a 100644
--- a/cpukit/libcsupport/src/ioctl.c
+++ b/cpukit/libcsupport/src/ioctl.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/isatty_r.c b/cpukit/libcsupport/src/isatty_r.c
index a234172..d4c30af 100644
--- a/cpukit/libcsupport/src/isatty_r.c
+++ b/cpukit/libcsupport/src/isatty_r.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/issetugid.c b/cpukit/libcsupport/src/issetugid.c
index 8d2b98c..e599a58 100644
--- a/cpukit/libcsupport/src/issetugid.c
+++ b/cpukit/libcsupport/src/issetugid.c
@@ -6,7 +6,7 @@
  */
 
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/kill_noposix.c b/cpukit/libcsupport/src/kill_noposix.c
index a1f138a..a111f07 100644
--- a/cpukit/libcsupport/src/kill_noposix.c
+++ b/cpukit/libcsupport/src/kill_noposix.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/lchown.c b/cpukit/libcsupport/src/lchown.c
index 3a43c97..eb6af0a 100644
--- a/cpukit/libcsupport/src/lchown.c
+++ b/cpukit/libcsupport/src/lchown.c
@@ -9,8 +9,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/libio.c b/cpukit/libcsupport/src/libio.c
index c9490c7..72015d5 100644
--- a/cpukit/libcsupport/src/libio.c
+++ b/cpukit/libcsupport/src/libio.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/libio_exit.c b/cpukit/libcsupport/src/libio_exit.c
index daacb3a..a66bc65 100644
--- a/cpukit/libcsupport/src/libio_exit.c
+++ b/cpukit/libcsupport/src/libio_exit.c
@@ -18,8 +18,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/libio_init.c b/cpukit/libcsupport/src/libio_init.c
index eccd5b2..d5814ca 100644
--- a/cpukit/libcsupport/src/libio_init.c
+++ b/cpukit/libcsupport/src/libio_init.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/link.c b/cpukit/libcsupport/src/link.c
index faea544..5b2c274 100644
--- a/cpukit/libcsupport/src/link.c
+++ b/cpukit/libcsupport/src/link.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/lseek.c b/cpukit/libcsupport/src/lseek.c
index 00307e3..ca1b59f 100644
--- a/cpukit/libcsupport/src/lseek.c
+++ b/cpukit/libcsupport/src/lseek.c
@@ -9,8 +9,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/lstat.c b/cpukit/libcsupport/src/lstat.c
index 732cecb..69e9771 100644
--- a/cpukit/libcsupport/src/lstat.c
+++ b/cpukit/libcsupport/src/lstat.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/malloc.c b/cpukit/libcsupport/src/malloc.c
index 03e2208..e61128b 100644
--- a/cpukit/libcsupport/src/malloc.c
+++ b/cpukit/libcsupport/src/malloc.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/malloc_deferred.c b/cpukit/libcsupport/src/malloc_deferred.c
index ccb8dc3..62c231d 100644
--- a/cpukit/libcsupport/src/malloc_deferred.c
+++ b/cpukit/libcsupport/src/malloc_deferred.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/malloc_dirtier.c b/cpukit/libcsupport/src/malloc_dirtier.c
index c7efc04..bff38e5 100644
--- a/cpukit/libcsupport/src/malloc_dirtier.c
+++ b/cpukit/libcsupport/src/malloc_dirtier.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/malloc_initialize.c b/cpukit/libcsupport/src/malloc_initialize.c
index 520960d..0203e22 100644
--- a/cpukit/libcsupport/src/malloc_initialize.c
+++ b/cpukit/libcsupport/src/malloc_initialize.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/malloc.h>
diff --git a/cpukit/libcsupport/src/malloc_walk.c b/cpukit/libcsupport/src/malloc_walk.c
index 4c7f0a7..9cd8434 100644
--- a/cpukit/libcsupport/src/malloc_walk.c
+++ b/cpukit/libcsupport/src/malloc_walk.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mallocdirtydefault.c b/cpukit/libcsupport/src/mallocdirtydefault.c
index aea2a93..829334d 100644
--- a/cpukit/libcsupport/src/mallocdirtydefault.c
+++ b/cpukit/libcsupport/src/mallocdirtydefault.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mallocextenddefault.c b/cpukit/libcsupport/src/mallocextenddefault.c
index a6741d8..4b179db 100644
--- a/cpukit/libcsupport/src/mallocextenddefault.c
+++ b/cpukit/libcsupport/src/mallocextenddefault.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mallocfreespace.c b/cpukit/libcsupport/src/mallocfreespace.c
index 0d42b9e..7ba8f7d 100644
--- a/cpukit/libcsupport/src/mallocfreespace.c
+++ b/cpukit/libcsupport/src/mallocfreespace.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mallocgetheapptr.c b/cpukit/libcsupport/src/mallocgetheapptr.c
index 832e523..4b2f43c 100644
--- a/cpukit/libcsupport/src/mallocgetheapptr.c
+++ b/cpukit/libcsupport/src/mallocgetheapptr.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mallocinfo.c b/cpukit/libcsupport/src/mallocinfo.c
index b059795..505dbb3 100644
--- a/cpukit/libcsupport/src/mallocinfo.c
+++ b/cpukit/libcsupport/src/mallocinfo.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mallocsetheapptr.c b/cpukit/libcsupport/src/mallocsetheapptr.c
index 7735823..74ab259 100644
--- a/cpukit/libcsupport/src/mallocsetheapptr.c
+++ b/cpukit/libcsupport/src/mallocsetheapptr.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mkdir.c b/cpukit/libcsupport/src/mkdir.c
index 957d48d..c8ac131 100644
--- a/cpukit/libcsupport/src/mkdir.c
+++ b/cpukit/libcsupport/src/mkdir.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mkfifo.c b/cpukit/libcsupport/src/mkfifo.c
index 1ea9f38..11ad6e9 100644
--- a/cpukit/libcsupport/src/mkfifo.c
+++ b/cpukit/libcsupport/src/mkfifo.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mknod.c b/cpukit/libcsupport/src/mknod.c
index 2b79291..24442e3 100644
--- a/cpukit/libcsupport/src/mknod.c
+++ b/cpukit/libcsupport/src/mknod.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/cpukit/libcsupport/src/mount-mgr.c b/cpukit/libcsupport/src/mount-mgr.c
index 0246820..065c2d5 100644
--- a/cpukit/libcsupport/src/mount-mgr.c
+++ b/cpukit/libcsupport/src/mount-mgr.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mount-mktgt.c b/cpukit/libcsupport/src/mount-mktgt.c
index 062746c..3c51818 100644
--- a/cpukit/libcsupport/src/mount-mktgt.c
+++ b/cpukit/libcsupport/src/mount-mktgt.c
@@ -19,7 +19,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/mount.c b/cpukit/libcsupport/src/mount.c
index 5328d24..a4f6423 100644
--- a/cpukit/libcsupport/src/mount.c
+++ b/cpukit/libcsupport/src/mount.c
@@ -16,8 +16,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <stdlib.h>
diff --git a/cpukit/libcsupport/src/newlibc_exit.c b/cpukit/libcsupport/src/newlibc_exit.c
index b59f004..650b692 100644
--- a/cpukit/libcsupport/src/newlibc_exit.c
+++ b/cpukit/libcsupport/src/newlibc_exit.c
@@ -7,7 +7,7 @@
  *
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 26da252..1a400ee 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -14,7 +14,7 @@
  *
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/open.c b/cpukit/libcsupport/src/open.c
index b21dcb1..bdb5024 100644
--- a/cpukit/libcsupport/src/open.c
+++ b/cpukit/libcsupport/src/open.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/cpukit/libcsupport/src/open_dev_console.c b/cpukit/libcsupport/src/open_dev_console.c
index d5bc8ef..405191d 100644
--- a/cpukit/libcsupport/src/open_dev_console.c
+++ b/cpukit/libcsupport/src/open_dev_console.c
@@ -9,7 +9,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/pathconf.c b/cpukit/libcsupport/src/pathconf.c
index 7dfc7cf..2f232f8 100644
--- a/cpukit/libcsupport/src/pathconf.c
+++ b/cpukit/libcsupport/src/pathconf.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/posix_devctl.c b/cpukit/libcsupport/src/posix_devctl.c
index 0646ee4..3ff9dd9 100644
--- a/cpukit/libcsupport/src/posix_devctl.c
+++ b/cpukit/libcsupport/src/posix_devctl.c
@@ -24,7 +24,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/posix_memalign.c b/cpukit/libcsupport/src/posix_memalign.c
index 80865cd..b2bef3e 100644
--- a/cpukit/libcsupport/src/posix_memalign.c
+++ b/cpukit/libcsupport/src/posix_memalign.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/print_fprintf.c b/cpukit/libcsupport/src/print_fprintf.c
index 43ff478..251bfc3 100644
--- a/cpukit/libcsupport/src/print_fprintf.c
+++ b/cpukit/libcsupport/src/print_fprintf.c
@@ -15,7 +15,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/printer.h>
diff --git a/cpukit/libcsupport/src/print_printf.c b/cpukit/libcsupport/src/print_printf.c
index c9b273a..c817258 100644
--- a/cpukit/libcsupport/src/print_printf.c
+++ b/cpukit/libcsupport/src/print_printf.c
@@ -15,7 +15,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/printer.h>
diff --git a/cpukit/libcsupport/src/printf_plugin.c b/cpukit/libcsupport/src/printf_plugin.c
index d8da6a0..0b3c5b2 100644
--- a/cpukit/libcsupport/src/printf_plugin.c
+++ b/cpukit/libcsupport/src/printf_plugin.c
@@ -20,7 +20,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/printer.h>
diff --git a/cpukit/libcsupport/src/printk.c b/cpukit/libcsupport/src/printk.c
index 88cd22a..444efab 100644
--- a/cpukit/libcsupport/src/printk.c
+++ b/cpukit/libcsupport/src/printk.c
@@ -21,7 +21,7 @@
  * This code is based on code by: Jose Rufino - IST
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/printk_plugin.c b/cpukit/libcsupport/src/printk_plugin.c
index b45a781..839a76e 100644
--- a/cpukit/libcsupport/src/printk_plugin.c
+++ b/cpukit/libcsupport/src/printk_plugin.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/privateenv.c b/cpukit/libcsupport/src/privateenv.c
index cd0154b..05c2bfc 100644
--- a/cpukit/libcsupport/src/privateenv.c
+++ b/cpukit/libcsupport/src/privateenv.c
@@ -16,8 +16,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <stdlib.h>
diff --git a/cpukit/libcsupport/src/putk.c b/cpukit/libcsupport/src/putk.c
index 5a84a4be..87da296 100644
--- a/cpukit/libcsupport/src/putk.c
+++ b/cpukit/libcsupport/src/putk.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/pwdgrp.c b/cpukit/libcsupport/src/pwdgrp.c
index 5027b01..a97d397 100644
--- a/cpukit/libcsupport/src/pwdgrp.c
+++ b/cpukit/libcsupport/src/pwdgrp.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/read.c b/cpukit/libcsupport/src/read.c
index 03c3912..2f317f4 100644
--- a/cpukit/libcsupport/src/read.c
+++ b/cpukit/libcsupport/src/read.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/readlink.c b/cpukit/libcsupport/src/readlink.c
index 71a9d0d..0f2c46e 100644
--- a/cpukit/libcsupport/src/readlink.c
+++ b/cpukit/libcsupport/src/readlink.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/readv.c b/cpukit/libcsupport/src/readv.c
index 6d4f1b3..65c02f7 100644
--- a/cpukit/libcsupport/src/readv.c
+++ b/cpukit/libcsupport/src/readv.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/realloc.c b/cpukit/libcsupport/src/realloc.c
index 7912780..1d9ae45 100644
--- a/cpukit/libcsupport/src/realloc.c
+++ b/cpukit/libcsupport/src/realloc.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/resource_snapshot.c b/cpukit/libcsupport/src/resource_snapshot.c
index 86f7d28..b7f7c2d 100644
--- a/cpukit/libcsupport/src/resource_snapshot.c
+++ b/cpukit/libcsupport/src/resource_snapshot.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libcsupport.h>
diff --git a/cpukit/libcsupport/src/rmdir.c b/cpukit/libcsupport/src/rmdir.c
index 8aec6f7..6e002c3 100644
--- a/cpukit/libcsupport/src/rmdir.c
+++ b/cpukit/libcsupport/src/rmdir.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/rtems_heap_extend.c b/cpukit/libcsupport/src/rtems_heap_extend.c
index d93edb1..9bad942 100644
--- a/cpukit/libcsupport/src/rtems_heap_extend.c
+++ b/cpukit/libcsupport/src/rtems_heap_extend.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #ifdef RTEMS_NEWLIB
diff --git a/cpukit/libcsupport/src/rtems_heap_extend_via_sbrk.c b/cpukit/libcsupport/src/rtems_heap_extend_via_sbrk.c
index 61bc1cf..6bb896a 100644
--- a/cpukit/libcsupport/src/rtems_heap_extend_via_sbrk.c
+++ b/cpukit/libcsupport/src/rtems_heap_extend_via_sbrk.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/rtems_heap_greedy.c b/cpukit/libcsupport/src/rtems_heap_greedy.c
index 9a55e39..4dda398 100644
--- a/cpukit/libcsupport/src/rtems_heap_greedy.c
+++ b/cpukit/libcsupport/src/rtems_heap_greedy.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include "malloc_p.h"
diff --git a/cpukit/libcsupport/src/rtems_heap_null_extend.c b/cpukit/libcsupport/src/rtems_heap_null_extend.c
index 329956c..3fb4792 100644
--- a/cpukit/libcsupport/src/rtems_heap_null_extend.c
+++ b/cpukit/libcsupport/src/rtems_heap_null_extend.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/malloc.h>
diff --git a/cpukit/libcsupport/src/rtems_memalign.c b/cpukit/libcsupport/src/rtems_memalign.c
index 8e3363e..aa938ac 100644
--- a/cpukit/libcsupport/src/rtems_memalign.c
+++ b/cpukit/libcsupport/src/rtems_memalign.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/rtems_mkdir.c b/cpukit/libcsupport/src/rtems_mkdir.c
index 86ef7e1..da61253 100644
--- a/cpukit/libcsupport/src/rtems_mkdir.c
+++ b/cpukit/libcsupport/src/rtems_mkdir.c
@@ -39,7 +39,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/rtems_put_char.c b/cpukit/libcsupport/src/rtems_put_char.c
index 1c141f1..53b368f 100644
--- a/cpukit/libcsupport/src/rtems_put_char.c
+++ b/cpukit/libcsupport/src/rtems_put_char.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/rtems_putc.c b/cpukit/libcsupport/src/rtems_putc.c
index 784f768..6596a06 100644
--- a/cpukit/libcsupport/src/rtems_putc.c
+++ b/cpukit/libcsupport/src/rtems_putc.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/bspIo.h>
diff --git a/cpukit/libcsupport/src/setegid.c b/cpukit/libcsupport/src/setegid.c
index 8975c13..2a3ef2f 100644
--- a/cpukit/libcsupport/src/setegid.c
+++ b/cpukit/libcsupport/src/setegid.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/seteuid.c b/cpukit/libcsupport/src/seteuid.c
index 17abda1..5d05968 100644
--- a/cpukit/libcsupport/src/seteuid.c
+++ b/cpukit/libcsupport/src/seteuid.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/setgid.c b/cpukit/libcsupport/src/setgid.c
index 3f59a2a..2ee0835 100644
--- a/cpukit/libcsupport/src/setgid.c
+++ b/cpukit/libcsupport/src/setgid.c
@@ -1,4 +1,4 @@
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/setpgid.c b/cpukit/libcsupport/src/setpgid.c
index dd810d7..dba8633 100644
--- a/cpukit/libcsupport/src/setpgid.c
+++ b/cpukit/libcsupport/src/setpgid.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/setsid.c b/cpukit/libcsupport/src/setsid.c
index f86b9e2..451b11a 100644
--- a/cpukit/libcsupport/src/setsid.c
+++ b/cpukit/libcsupport/src/setsid.c
@@ -5,7 +5,7 @@
  *  @ingroup libcsupport
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/setuid.c b/cpukit/libcsupport/src/setuid.c
index 3cfcc97..0c18ee5 100644
--- a/cpukit/libcsupport/src/setuid.c
+++ b/cpukit/libcsupport/src/setuid.c
@@ -7,7 +7,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/stat.c b/cpukit/libcsupport/src/stat.c
index f5b72fa..1de1c83 100644
--- a/cpukit/libcsupport/src/stat.c
+++ b/cpukit/libcsupport/src/stat.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 /*
diff --git a/cpukit/libcsupport/src/statvfs.c b/cpukit/libcsupport/src/statvfs.c
index 6c3a16a..04f2235 100644
--- a/cpukit/libcsupport/src/statvfs.c
+++ b/cpukit/libcsupport/src/statvfs.c
@@ -10,8 +10,8 @@
  *    http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/statvfs.h.html
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/statvfs.h>
diff --git a/cpukit/libcsupport/src/sup_fs_check_permissions.c b/cpukit/libcsupport/src/sup_fs_check_permissions.c
index 394f945..0049786 100644
--- a/cpukit/libcsupport/src/sup_fs_check_permissions.c
+++ b/cpukit/libcsupport/src/sup_fs_check_permissions.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/cpukit/libcsupport/src/sup_fs_deviceio.c b/cpukit/libcsupport/src/sup_fs_deviceio.c
index 4a7e0dd..f7430fb 100644
--- a/cpukit/libcsupport/src/sup_fs_deviceio.c
+++ b/cpukit/libcsupport/src/sup_fs_deviceio.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/deviceio.h>
diff --git a/cpukit/libcsupport/src/sup_fs_eval_path.c b/cpukit/libcsupport/src/sup_fs_eval_path.c
index a05472f..bf69c8f 100644
--- a/cpukit/libcsupport/src/sup_fs_eval_path.c
+++ b/cpukit/libcsupport/src/sup_fs_eval_path.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libcsupport/src/sup_fs_eval_path_generic.c b/cpukit/libcsupport/src/sup_fs_eval_path_generic.c
index de2d278..d5d3f93 100644
--- a/cpukit/libcsupport/src/sup_fs_eval_path_generic.c
+++ b/cpukit/libcsupport/src/sup_fs_eval_path_generic.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libcsupport/src/sup_fs_exist_in_same_instance.c b/cpukit/libcsupport/src/sup_fs_exist_in_same_instance.c
index 3efc30a..6c12456 100644
--- a/cpukit/libcsupport/src/sup_fs_exist_in_same_instance.c
+++ b/cpukit/libcsupport/src/sup_fs_exist_in_same_instance.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libcsupport/src/sup_fs_location.c b/cpukit/libcsupport/src/sup_fs_location.c
index db40d4f..e9a7bd0 100644
--- a/cpukit/libcsupport/src/sup_fs_location.c
+++ b/cpukit/libcsupport/src/sup_fs_location.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <stdlib.h>
diff --git a/cpukit/libcsupport/src/sup_fs_mount_iterate.c b/cpukit/libcsupport/src/sup_fs_mount_iterate.c
index 0181643..4d98609 100644
--- a/cpukit/libcsupport/src/sup_fs_mount_iterate.c
+++ b/cpukit/libcsupport/src/sup_fs_mount_iterate.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libcsupport/src/sup_fs_next_token.c b/cpukit/libcsupport/src/sup_fs_next_token.c
index 706b7a7..56244ec 100644
--- a/cpukit/libcsupport/src/sup_fs_next_token.c
+++ b/cpukit/libcsupport/src/sup_fs_next_token.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libcsupport/src/symlink.c b/cpukit/libcsupport/src/symlink.c
index 2929c1a..dfe1cf6 100644
--- a/cpukit/libcsupport/src/symlink.c
+++ b/cpukit/libcsupport/src/symlink.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/sync.c b/cpukit/libcsupport/src/sync.c
index 3586ada..265c6f0 100644
--- a/cpukit/libcsupport/src/sync.c
+++ b/cpukit/libcsupport/src/sync.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/tcdrain.c b/cpukit/libcsupport/src/tcdrain.c
index 7f049aa..eef10dd 100644
--- a/cpukit/libcsupport/src/tcdrain.c
+++ b/cpukit/libcsupport/src/tcdrain.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/tcflow.c b/cpukit/libcsupport/src/tcflow.c
index 710289c..a35f2ae 100644
--- a/cpukit/libcsupport/src/tcflow.c
+++ b/cpukit/libcsupport/src/tcflow.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/tcflush.c b/cpukit/libcsupport/src/tcflush.c
index cd781cf..40d3c1e 100644
--- a/cpukit/libcsupport/src/tcflush.c
+++ b/cpukit/libcsupport/src/tcflush.c
@@ -9,8 +9,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/fcntl.h>
diff --git a/cpukit/libcsupport/src/tcgetattr.c b/cpukit/libcsupport/src/tcgetattr.c
index c8c0e84..41b4152 100644
--- a/cpukit/libcsupport/src/tcgetattr.c
+++ b/cpukit/libcsupport/src/tcgetattr.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/tcgetpgrp.c b/cpukit/libcsupport/src/tcgetpgrp.c
index 61585b1..df2b3f5 100644
--- a/cpukit/libcsupport/src/tcgetpgrp.c
+++ b/cpukit/libcsupport/src/tcgetpgrp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/tcsendbreak.c b/cpukit/libcsupport/src/tcsendbreak.c
index 0f2e15c..af6df3b 100644
--- a/cpukit/libcsupport/src/tcsendbreak.c
+++ b/cpukit/libcsupport/src/tcsendbreak.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/tcsetattr.c b/cpukit/libcsupport/src/tcsetattr.c
index 6b6afda..f01a7c4 100644
--- a/cpukit/libcsupport/src/tcsetattr.c
+++ b/cpukit/libcsupport/src/tcsetattr.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/tcsetpgrp.c b/cpukit/libcsupport/src/tcsetpgrp.c
index f0bbb1d..b7bc01b 100644
--- a/cpukit/libcsupport/src/tcsetpgrp.c
+++ b/cpukit/libcsupport/src/tcsetpgrp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/termios.c b/cpukit/libcsupport/src/termios.c
index 81518f3..3690ee3 100644
--- a/cpukit/libcsupport/src/termios.c
+++ b/cpukit/libcsupport/src/termios.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/termios_baud2num.c b/cpukit/libcsupport/src/termios_baud2num.c
index 4c80949..d91aeed 100644
--- a/cpukit/libcsupport/src/termios_baud2num.c
+++ b/cpukit/libcsupport/src/termios_baud2num.c
@@ -15,7 +15,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/termiostypes.h>
diff --git a/cpukit/libcsupport/src/termios_baudtable.c b/cpukit/libcsupport/src/termios_baudtable.c
index c2a1859..170883f 100644
--- a/cpukit/libcsupport/src/termios_baudtable.c
+++ b/cpukit/libcsupport/src/termios_baudtable.c
@@ -15,7 +15,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/termiostypes.h>
diff --git a/cpukit/libcsupport/src/termios_num2baud.c b/cpukit/libcsupport/src/termios_num2baud.c
index 4e9b852..e4cb8ea 100644
--- a/cpukit/libcsupport/src/termios_num2baud.c
+++ b/cpukit/libcsupport/src/termios_num2baud.c
@@ -15,7 +15,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/termiostypes.h>
diff --git a/cpukit/libcsupport/src/termios_posix_isig_handler.c b/cpukit/libcsupport/src/termios_posix_isig_handler.c
index 105e7f4..5be2d10 100644
--- a/cpukit/libcsupport/src/termios_posix_isig_handler.c
+++ b/cpukit/libcsupport/src/termios_posix_isig_handler.c
@@ -10,7 +10,7 @@
  *  SPDX-License-Identifier: BSD-2-Clause
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/termios_setbestbaud.c b/cpukit/libcsupport/src/termios_setbestbaud.c
index d6dcd7f..962e127 100644
--- a/cpukit/libcsupport/src/termios_setbestbaud.c
+++ b/cpukit/libcsupport/src/termios_setbestbaud.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/termiostypes.h>
diff --git a/cpukit/libcsupport/src/termios_setinitialbaud.c b/cpukit/libcsupport/src/termios_setinitialbaud.c
index 3b8853f..1e61518 100644
--- a/cpukit/libcsupport/src/termios_setinitialbaud.c
+++ b/cpukit/libcsupport/src/termios_setinitialbaud.c
@@ -15,7 +15,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/termiostypes.h>
diff --git a/cpukit/libcsupport/src/termiosinitialize.c b/cpukit/libcsupport/src/termiosinitialize.c
index 992ed38..2aeba89 100644
--- a/cpukit/libcsupport/src/termiosinitialize.c
+++ b/cpukit/libcsupport/src/termiosinitialize.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/truncate.c b/cpukit/libcsupport/src/truncate.c
index 8674684..adefcb2 100644
--- a/cpukit/libcsupport/src/truncate.c
+++ b/cpukit/libcsupport/src/truncate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/umask.c b/cpukit/libcsupport/src/umask.c
index fba2405..616dfb9 100644
--- a/cpukit/libcsupport/src/umask.c
+++ b/cpukit/libcsupport/src/umask.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/cpukit/libcsupport/src/unlink.c b/cpukit/libcsupport/src/unlink.c
index 84b7994..1d09acc 100644
--- a/cpukit/libcsupport/src/unlink.c
+++ b/cpukit/libcsupport/src/unlink.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <unistd.h>
diff --git a/cpukit/libcsupport/src/unmount.c b/cpukit/libcsupport/src/unmount.c
index 1929114..dacd0db 100644
--- a/cpukit/libcsupport/src/unmount.c
+++ b/cpukit/libcsupport/src/unmount.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <errno.h>
diff --git a/cpukit/libcsupport/src/utime.c b/cpukit/libcsupport/src/utime.c
index 8535e39..e2d8883 100644
--- a/cpukit/libcsupport/src/utime.c
+++ b/cpukit/libcsupport/src/utime.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 /* FIXME: This include is a workaround for a broken <utime.h> in Newlib */
diff --git a/cpukit/libcsupport/src/utimes.c b/cpukit/libcsupport/src/utimes.c
index 528222f..3dc47c0 100644
--- a/cpukit/libcsupport/src/utimes.c
+++ b/cpukit/libcsupport/src/utimes.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/utsname.c b/cpukit/libcsupport/src/utsname.c
index 57ed914..22442c1 100644
--- a/cpukit/libcsupport/src/utsname.c
+++ b/cpukit/libcsupport/src/utsname.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/vprintk.c b/cpukit/libcsupport/src/vprintk.c
index b5842fb..308872f 100644
--- a/cpukit/libcsupport/src/vprintk.c
+++ b/cpukit/libcsupport/src/vprintk.c
@@ -19,7 +19,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/write.c b/cpukit/libcsupport/src/write.c
index a90b291..c9e0d37 100644
--- a/cpukit/libcsupport/src/write.c
+++ b/cpukit/libcsupport/src/write.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/write_r.c b/cpukit/libcsupport/src/write_r.c
index 12dabc9..0ecfda1 100644
--- a/cpukit/libcsupport/src/write_r.c
+++ b/cpukit/libcsupport/src/write_r.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libcsupport/src/writev.c b/cpukit/libcsupport/src/writev.c
index ad3d8dc..499017a 100644
--- a/cpukit/libcsupport/src/writev.c
+++ b/cpukit/libcsupport/src/writev.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/dlfcn-shell.c b/cpukit/libdl/dlfcn-shell.c
index 539774d..67a6e6b 100644
--- a/cpukit/libdl/dlfcn-shell.c
+++ b/cpukit/libdl/dlfcn-shell.c
@@ -15,7 +15,7 @@
  * Shell command wrappers for the Dynamic Loading API.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rap-shell.c b/cpukit/libdl/rap-shell.c
index dc1182c..78a3b53 100644
--- a/cpukit/libdl/rap-shell.c
+++ b/cpukit/libdl/rap-shell.c
@@ -15,7 +15,7 @@
  * Shell command wrappers for the RTEMS Application loader.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rap.c b/cpukit/libdl/rap.c
index ff94531..e6585c7 100644
--- a/cpukit/libdl/rap.c
+++ b/cpukit/libdl/rap.c
@@ -15,7 +15,7 @@
  * This is the RAP implementation.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-archive.c b/cpukit/libdl/rtl-archive.c
index 34e4535..eb7641b 100644
--- a/cpukit/libdl/rtl-archive.c
+++ b/cpukit/libdl/rtl-archive.c
@@ -13,7 +13,7 @@
  * @brief RTEMS Run-Time Linker Archive
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-bit-alloc.c b/cpukit/libdl/rtl-bit-alloc.c
index b7871f2..b494797 100644
--- a/cpukit/libdl/rtl-bit-alloc.c
+++ b/cpukit/libdl/rtl-bit-alloc.c
@@ -17,7 +17,7 @@
  * should be small and the minimum allocator a 32bit work or higher.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-chain-iterator.c b/cpukit/libdl/rtl-chain-iterator.c
index fb10443..4e98c20 100644
--- a/cpukit/libdl/rtl-chain-iterator.c
+++ b/cpukit/libdl/rtl-chain-iterator.c
@@ -15,7 +15,7 @@
  * A means of executing an iterator on a chain.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-debugger.c b/cpukit/libdl/rtl-debugger.c
index e6c5e16..1ab619d 100644
--- a/cpukit/libdl/rtl-debugger.c
+++ b/cpukit/libdl/rtl-debugger.c
@@ -22,7 +22,7 @@
  * operation based on the r_state field.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-elf.c b/cpukit/libdl/rtl-elf.c
index 76001d9..9370f36 100644
--- a/cpukit/libdl/rtl-elf.c
+++ b/cpukit/libdl/rtl-elf.c
@@ -15,7 +15,7 @@
  * This is the RTL implementation.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-error.c b/cpukit/libdl/rtl-error.c
index acd89ac..f7c0468 100644
--- a/cpukit/libdl/rtl-error.c
+++ b/cpukit/libdl/rtl-error.c
@@ -13,7 +13,7 @@
  * @brief RTEMS Run-Time Linker Error
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-find-file.c b/cpukit/libdl/rtl-find-file.c
index 2bc89ed..b354a1d 100644
--- a/cpukit/libdl/rtl-find-file.c
+++ b/cpukit/libdl/rtl-find-file.c
@@ -13,7 +13,7 @@
  * @brief RTEMS Run-Time Linker Error
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-obj-cache.c b/cpukit/libdl/rtl-obj-cache.c
index 06ef8db..28d3b02 100644
--- a/cpukit/libdl/rtl-obj-cache.c
+++ b/cpukit/libdl/rtl-obj-cache.c
@@ -14,7 +14,7 @@
  *        object file in a buffer to localise read performance.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-obj-comp.c b/cpukit/libdl/rtl-obj-comp.c
index bf9a2fc..36825ba 100644
--- a/cpukit/libdl/rtl-obj-comp.c
+++ b/cpukit/libdl/rtl-obj-comp.c
@@ -14,7 +14,7 @@
  *        stream of data.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-obj.c b/cpukit/libdl/rtl-obj.c
index 1683ec1..0c4a624 100644
--- a/cpukit/libdl/rtl-obj.c
+++ b/cpukit/libdl/rtl-obj.c
@@ -13,7 +13,7 @@
  * @brief RTEMS Run-Time Linker Error
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-rap.c b/cpukit/libdl/rtl-rap.c
index 6a07a75..4e4540c 100644
--- a/cpukit/libdl/rtl-rap.c
+++ b/cpukit/libdl/rtl-rap.c
@@ -15,7 +15,7 @@
  * This is the RAP format loader support..
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-shell.c b/cpukit/libdl/rtl-shell.c
index 4c80ae5..9f8a136 100644
--- a/cpukit/libdl/rtl-shell.c
+++ b/cpukit/libdl/rtl-shell.c
@@ -15,7 +15,7 @@
  * A simple RTL command to aid using the RTL.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-sym.c b/cpukit/libdl/rtl-sym.c
index 9dd8915..593069f 100644
--- a/cpukit/libdl/rtl-sym.c
+++ b/cpukit/libdl/rtl-sym.c
@@ -13,7 +13,7 @@
  * @brief RTEMS Run-Time Linker Object File Symbol Table.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-trace.c b/cpukit/libdl/rtl-trace.c
index 2793baa..15d195f 100644
--- a/cpukit/libdl/rtl-trace.c
+++ b/cpukit/libdl/rtl-trace.c
@@ -16,7 +16,7 @@
  * disable.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-unresolved.c b/cpukit/libdl/rtl-unresolved.c
index fbfe909..8e1c2ab 100644
--- a/cpukit/libdl/rtl-unresolved.c
+++ b/cpukit/libdl/rtl-unresolved.c
@@ -13,7 +13,7 @@
  * @brief RTEMS Run-Time Linker Object File Unresolved Relocations Table.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl-unwind-dw2.c b/cpukit/libdl/rtl-unwind-dw2.c
index 29525db..0526fa5 100644
--- a/cpukit/libdl/rtl-unwind-dw2.c
+++ b/cpukit/libdl/rtl-unwind-dw2.c
@@ -15,7 +15,7 @@
  * This is the RTL implementation.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libdl/rtl.c b/cpukit/libdl/rtl.c
index d4103ba..b86f7cc 100644
--- a/cpukit/libdl/rtl.c
+++ b/cpukit/libdl/rtl.c
@@ -15,7 +15,7 @@
  * This is the RTL implementation.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/defaults/default_are_nodes_equal.c b/cpukit/libfs/src/defaults/default_are_nodes_equal.c
index c224a13..2ba47dc 100644
--- a/cpukit/libfs/src/defaults/default_are_nodes_equal.c
+++ b/cpukit/libfs/src/defaults/default_are_nodes_equal.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_chown.c b/cpukit/libfs/src/defaults/default_chown.c
index 9fa0bb5..b3da5dc 100644
--- a/cpukit/libfs/src/defaults/default_chown.c
+++ b/cpukit/libfs/src/defaults/default_chown.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_clone.c b/cpukit/libfs/src/defaults/default_clone.c
index cd63176..30a6d25 100644
--- a/cpukit/libfs/src/defaults/default_clone.c
+++ b/cpukit/libfs/src/defaults/default_clone.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_eval_path.c b/cpukit/libfs/src/defaults/default_eval_path.c
index f99d0c8..ae4630b 100644
--- a/cpukit/libfs/src/defaults/default_eval_path.c
+++ b/cpukit/libfs/src/defaults/default_eval_path.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_fchmod.c b/cpukit/libfs/src/defaults/default_fchmod.c
index e505747..b3a3d3a 100644
--- a/cpukit/libfs/src/defaults/default_fchmod.c
+++ b/cpukit/libfs/src/defaults/default_fchmod.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_freenode.c b/cpukit/libfs/src/defaults/default_freenode.c
index 520a9c3..6ae6011 100644
--- a/cpukit/libfs/src/defaults/default_freenode.c
+++ b/cpukit/libfs/src/defaults/default_freenode.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_fstat.c b/cpukit/libfs/src/defaults/default_fstat.c
index 88eeb34..dfb62a8 100644
--- a/cpukit/libfs/src/defaults/default_fstat.c
+++ b/cpukit/libfs/src/defaults/default_fstat.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_fsync.c b/cpukit/libfs/src/defaults/default_fsync.c
index 1b298fd..0741eaf 100644
--- a/cpukit/libfs/src/defaults/default_fsync.c
+++ b/cpukit/libfs/src/defaults/default_fsync.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_fsync_success.c b/cpukit/libfs/src/defaults/default_fsync_success.c
index 749c8c3..b36b953 100644
--- a/cpukit/libfs/src/defaults/default_fsync_success.c
+++ b/cpukit/libfs/src/defaults/default_fsync_success.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_ftruncate.c b/cpukit/libfs/src/defaults/default_ftruncate.c
index a94ab93..1270d63 100644
--- a/cpukit/libfs/src/defaults/default_ftruncate.c
+++ b/cpukit/libfs/src/defaults/default_ftruncate.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_ftruncate_directory.c b/cpukit/libfs/src/defaults/default_ftruncate_directory.c
index d7a0a8f..6db07bd 100644
--- a/cpukit/libfs/src/defaults/default_ftruncate_directory.c
+++ b/cpukit/libfs/src/defaults/default_ftruncate_directory.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_ioctl.c b/cpukit/libfs/src/defaults/default_ioctl.c
index 8093e23..a6f12dd 100644
--- a/cpukit/libfs/src/defaults/default_ioctl.c
+++ b/cpukit/libfs/src/defaults/default_ioctl.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_kqfilter.c b/cpukit/libfs/src/defaults/default_kqfilter.c
index df21a89..8de8ff2 100644
--- a/cpukit/libfs/src/defaults/default_kqfilter.c
+++ b/cpukit/libfs/src/defaults/default_kqfilter.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_link.c b/cpukit/libfs/src/defaults/default_link.c
index de84a69..d40fc66 100644
--- a/cpukit/libfs/src/defaults/default_link.c
+++ b/cpukit/libfs/src/defaults/default_link.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_lock_and_unlock.c b/cpukit/libfs/src/defaults/default_lock_and_unlock.c
index adb992c..d543b9b 100644
--- a/cpukit/libfs/src/defaults/default_lock_and_unlock.c
+++ b/cpukit/libfs/src/defaults/default_lock_and_unlock.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_lseek.c b/cpukit/libfs/src/defaults/default_lseek.c
index 08ef07a..3c41147 100644
--- a/cpukit/libfs/src/defaults/default_lseek.c
+++ b/cpukit/libfs/src/defaults/default_lseek.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_lseek_directory.c b/cpukit/libfs/src/defaults/default_lseek_directory.c
index e00a3ef..bd600ea 100644
--- a/cpukit/libfs/src/defaults/default_lseek_directory.c
+++ b/cpukit/libfs/src/defaults/default_lseek_directory.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_lseek_file.c b/cpukit/libfs/src/defaults/default_lseek_file.c
index f23e237..68bc8b7 100644
--- a/cpukit/libfs/src/defaults/default_lseek_file.c
+++ b/cpukit/libfs/src/defaults/default_lseek_file.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_mknod.c b/cpukit/libfs/src/defaults/default_mknod.c
index 1174ca0..0bcda6d 100644
--- a/cpukit/libfs/src/defaults/default_mknod.c
+++ b/cpukit/libfs/src/defaults/default_mknod.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_mmap.c b/cpukit/libfs/src/defaults/default_mmap.c
index 08534ee..52f5b96f 100644
--- a/cpukit/libfs/src/defaults/default_mmap.c
+++ b/cpukit/libfs/src/defaults/default_mmap.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_open.c b/cpukit/libfs/src/defaults/default_open.c
index f2bd0a2..d175515 100644
--- a/cpukit/libfs/src/defaults/default_open.c
+++ b/cpukit/libfs/src/defaults/default_open.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_poll.c b/cpukit/libfs/src/defaults/default_poll.c
index a7c9378..d7d6b55 100644
--- a/cpukit/libfs/src/defaults/default_poll.c
+++ b/cpukit/libfs/src/defaults/default_poll.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_readlink.c b/cpukit/libfs/src/defaults/default_readlink.c
index fbdcd75..21066b8 100644
--- a/cpukit/libfs/src/defaults/default_readlink.c
+++ b/cpukit/libfs/src/defaults/default_readlink.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_readv.c b/cpukit/libfs/src/defaults/default_readv.c
index 9860b99..cf1a1e4 100644
--- a/cpukit/libfs/src/defaults/default_readv.c
+++ b/cpukit/libfs/src/defaults/default_readv.c
@@ -23,8 +23,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_rename.c b/cpukit/libfs/src/defaults/default_rename.c
index edaef54..f1d50f1 100644
--- a/cpukit/libfs/src/defaults/default_rename.c
+++ b/cpukit/libfs/src/defaults/default_rename.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_rmnod.c b/cpukit/libfs/src/defaults/default_rmnod.c
index 99d2a75..60d9aa1 100644
--- a/cpukit/libfs/src/defaults/default_rmnod.c
+++ b/cpukit/libfs/src/defaults/default_rmnod.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_statvfs.c b/cpukit/libfs/src/defaults/default_statvfs.c
index 6b16d61..46e53f6 100644
--- a/cpukit/libfs/src/defaults/default_statvfs.c
+++ b/cpukit/libfs/src/defaults/default_statvfs.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_symlink.c b/cpukit/libfs/src/defaults/default_symlink.c
index d8f13c1..a6cd10d 100644
--- a/cpukit/libfs/src/defaults/default_symlink.c
+++ b/cpukit/libfs/src/defaults/default_symlink.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_utime.c b/cpukit/libfs/src/defaults/default_utime.c
index 8b74a61..866d73a 100644
--- a/cpukit/libfs/src/defaults/default_utime.c
+++ b/cpukit/libfs/src/defaults/default_utime.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/defaults/default_writev.c b/cpukit/libfs/src/defaults/default_writev.c
index 2aff159..92b5ca1 100644
--- a/cpukit/libfs/src/defaults/default_writev.c
+++ b/cpukit/libfs/src/defaults/default_writev.c
@@ -23,8 +23,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/libio_.h>
diff --git a/cpukit/libfs/src/dosfs/fat.c b/cpukit/libfs/src/dosfs/fat.c
index 8979065..d10589d 100644
--- a/cpukit/libfs/src/dosfs/fat.c
+++ b/cpukit/libfs/src/dosfs/fat.c
@@ -10,7 +10,7 @@
  * Author: Eugeny S. Mints <Eugeny.Mints at oktet.ru>
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/fat_fat_operations.c b/cpukit/libfs/src/dosfs/fat_fat_operations.c
index 71fbe07..4ded240 100644
--- a/cpukit/libfs/src/dosfs/fat_fat_operations.c
+++ b/cpukit/libfs/src/dosfs/fat_fat_operations.c
@@ -10,7 +10,7 @@
  *  Author: Eugeny S. Mints <Eugeny.Mints at oktet.ru>
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/fat_file.c b/cpukit/libfs/src/dosfs/fat_file.c
index e7f593e..57b1f6d 100644
--- a/cpukit/libfs/src/dosfs/fat_file.c
+++ b/cpukit/libfs/src/dosfs/fat_file.c
@@ -13,7 +13,7 @@
 
 #define MSDOS_TRACE 1
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_conv.c b/cpukit/libfs/src/dosfs/msdos_conv.c
index d7ef97a..1d2ff58 100644
--- a/cpukit/libfs/src/dosfs/msdos_conv.c
+++ b/cpukit/libfs/src/dosfs/msdos_conv.c
@@ -27,7 +27,7 @@
  * Copyright (c) 2013 embedded brains GmbH.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_create.c b/cpukit/libfs/src/dosfs/msdos_create.c
index 5f594bf..b3a1c18 100644
--- a/cpukit/libfs/src/dosfs/msdos_create.c
+++ b/cpukit/libfs/src/dosfs/msdos_create.c
@@ -14,7 +14,7 @@
  * http://www.rtems.org/license/LICENSE.
  *
  */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_dir.c b/cpukit/libfs/src/dosfs/msdos_dir.c
index fee6491..d532222 100644
--- a/cpukit/libfs/src/dosfs/msdos_dir.c
+++ b/cpukit/libfs/src/dosfs/msdos_dir.c
@@ -16,7 +16,7 @@
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.org/license/LICENSE.
  */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_eval.c b/cpukit/libfs/src/dosfs/msdos_eval.c
index 3c12946..4220b9e 100644
--- a/cpukit/libfs/src/dosfs/msdos_eval.c
+++ b/cpukit/libfs/src/dosfs/msdos_eval.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_file.c b/cpukit/libfs/src/dosfs/msdos_file.c
index 2056312..770c28f 100644
--- a/cpukit/libfs/src/dosfs/msdos_file.c
+++ b/cpukit/libfs/src/dosfs/msdos_file.c
@@ -13,7 +13,7 @@
  *  found in the file LICENSE in this distribution or at
  *  http://www.rtems.org/license/LICENSE.
  */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_format.c b/cpukit/libfs/src/dosfs/msdos_format.c
index 326040f..008d228 100644
--- a/cpukit/libfs/src/dosfs/msdos_format.c
+++ b/cpukit/libfs/src/dosfs/msdos_format.c
@@ -19,7 +19,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_free.c b/cpukit/libfs/src/dosfs/msdos_free.c
index a19983f..1e66078 100644
--- a/cpukit/libfs/src/dosfs/msdos_free.c
+++ b/cpukit/libfs/src/dosfs/msdos_free.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_fsunmount.c b/cpukit/libfs/src/dosfs/msdos_fsunmount.c
index 6b44ab0..e66602c 100644
--- a/cpukit/libfs/src/dosfs/msdos_fsunmount.c
+++ b/cpukit/libfs/src/dosfs/msdos_fsunmount.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_handlers_dir.c b/cpukit/libfs/src/dosfs/msdos_handlers_dir.c
index bc2d896..805f239 100644
--- a/cpukit/libfs/src/dosfs/msdos_handlers_dir.c
+++ b/cpukit/libfs/src/dosfs/msdos_handlers_dir.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_handlers_file.c b/cpukit/libfs/src/dosfs/msdos_handlers_file.c
index ed72fb6..9399a4f 100644
--- a/cpukit/libfs/src/dosfs/msdos_handlers_file.c
+++ b/cpukit/libfs/src/dosfs/msdos_handlers_file.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_init.c b/cpukit/libfs/src/dosfs/msdos_init.c
index 6ae77c8..dc9c764 100644
--- a/cpukit/libfs/src/dosfs/msdos_init.c
+++ b/cpukit/libfs/src/dosfs/msdos_init.c
@@ -20,7 +20,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_initsupp.c b/cpukit/libfs/src/dosfs/msdos_initsupp.c
index a845161..c581c8b 100644
--- a/cpukit/libfs/src/dosfs/msdos_initsupp.c
+++ b/cpukit/libfs/src/dosfs/msdos_initsupp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_misc.c b/cpukit/libfs/src/dosfs/msdos_misc.c
index 20fcbb3..3f73bd9 100644
--- a/cpukit/libfs/src/dosfs/msdos_misc.c
+++ b/cpukit/libfs/src/dosfs/msdos_misc.c
@@ -19,7 +19,7 @@
 
 #define MSDOS_TRACE 1
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_mknod.c b/cpukit/libfs/src/dosfs/msdos_mknod.c
index 28b3463..b7270c8 100644
--- a/cpukit/libfs/src/dosfs/msdos_mknod.c
+++ b/cpukit/libfs/src/dosfs/msdos_mknod.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_rename.c b/cpukit/libfs/src/dosfs/msdos_rename.c
index 47d70ec..e3beee6 100644
--- a/cpukit/libfs/src/dosfs/msdos_rename.c
+++ b/cpukit/libfs/src/dosfs/msdos_rename.c
@@ -13,7 +13,7 @@
  * http://www.rtems.org/license/LICENSE.
  *
  */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/dosfs/msdos_rmnod.c b/cpukit/libfs/src/dosfs/msdos_rmnod.c
index 78aa990..92f8bdb 100644
--- a/cpukit/libfs/src/dosfs/msdos_rmnod.c
+++ b/cpukit/libfs/src/dosfs/msdos_rmnod.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include "msdos.h"
diff --git a/cpukit/libfs/src/imfs/deviceio.c b/cpukit/libfs/src/imfs/deviceio.c
index 078ef7b..16ce424 100644
--- a/cpukit/libfs/src/imfs/deviceio.c
+++ b/cpukit/libfs/src/imfs/deviceio.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_add_node.c b/cpukit/libfs/src/imfs/imfs_add_node.c
index ad26c5b..8147362 100644
--- a/cpukit/libfs/src/imfs/imfs_add_node.c
+++ b/cpukit/libfs/src/imfs/imfs_add_node.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/imfs/imfs_chown.c b/cpukit/libfs/src/imfs/imfs_chown.c
index 4218d63..1b7fb9b 100644
--- a/cpukit/libfs/src/imfs/imfs_chown.c
+++ b/cpukit/libfs/src/imfs/imfs_chown.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_config.c b/cpukit/libfs/src/imfs/imfs_config.c
index 5087ede..fe65fa7 100644
--- a/cpukit/libfs/src/imfs/imfs_config.c
+++ b/cpukit/libfs/src/imfs/imfs_config.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/imfs/imfs_creat.c b/cpukit/libfs/src/imfs/imfs_creat.c
index e476d74..08bbc08 100644
--- a/cpukit/libfs/src/imfs/imfs_creat.c
+++ b/cpukit/libfs/src/imfs/imfs_creat.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_dir.c b/cpukit/libfs/src/imfs/imfs_dir.c
index d8f2b03..f4b18b4 100644
--- a/cpukit/libfs/src/imfs/imfs_dir.c
+++ b/cpukit/libfs/src/imfs/imfs_dir.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_dir_default.c b/cpukit/libfs/src/imfs/imfs_dir_default.c
index 7bb4f37..a58f0d7 100644
--- a/cpukit/libfs/src/imfs/imfs_dir_default.c
+++ b/cpukit/libfs/src/imfs/imfs_dir_default.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_dir_minimal.c b/cpukit/libfs/src/imfs/imfs_dir_minimal.c
index 08f69da..25e585e 100644
--- a/cpukit/libfs/src/imfs/imfs_dir_minimal.c
+++ b/cpukit/libfs/src/imfs/imfs_dir_minimal.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_eval.c b/cpukit/libfs/src/imfs/imfs_eval.c
index e8f0d73..512b80e 100644
--- a/cpukit/libfs/src/imfs/imfs_eval.c
+++ b/cpukit/libfs/src/imfs/imfs_eval.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_eval_devfs.c b/cpukit/libfs/src/imfs/imfs_eval_devfs.c
index d25e4ff..69c8cc4 100644
--- a/cpukit/libfs/src/imfs/imfs_eval_devfs.c
+++ b/cpukit/libfs/src/imfs/imfs_eval_devfs.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/imfs/imfs_fchmod.c b/cpukit/libfs/src/imfs/imfs_fchmod.c
index f554bcb..8537529 100644
--- a/cpukit/libfs/src/imfs/imfs_fchmod.c
+++ b/cpukit/libfs/src/imfs/imfs_fchmod.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_fifo.c b/cpukit/libfs/src/imfs/imfs_fifo.c
index 817053d..e66a436 100644
--- a/cpukit/libfs/src/imfs/imfs_fifo.c
+++ b/cpukit/libfs/src/imfs/imfs_fifo.c
@@ -13,8 +13,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_fsunmount.c b/cpukit/libfs/src/imfs/imfs_fsunmount.c
index f3cf877..864c933 100644
--- a/cpukit/libfs/src/imfs/imfs_fsunmount.c
+++ b/cpukit/libfs/src/imfs/imfs_fsunmount.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_handlers_device.c b/cpukit/libfs/src/imfs/imfs_handlers_device.c
index 9097ca1..12a19bd 100644
--- a/cpukit/libfs/src/imfs/imfs_handlers_device.c
+++ b/cpukit/libfs/src/imfs/imfs_handlers_device.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_init.c b/cpukit/libfs/src/imfs/imfs_init.c
index 4bda01b..1b9b769 100644
--- a/cpukit/libfs/src/imfs/imfs_init.c
+++ b/cpukit/libfs/src/imfs/imfs_init.c
@@ -15,8 +15,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_initsupp.c b/cpukit/libfs/src/imfs/imfs_initsupp.c
index b669964..2c75ef5 100644
--- a/cpukit/libfs/src/imfs/imfs_initsupp.c
+++ b/cpukit/libfs/src/imfs/imfs_initsupp.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_linfile.c b/cpukit/libfs/src/imfs/imfs_linfile.c
index 2044cc6..be9dea6 100644
--- a/cpukit/libfs/src/imfs/imfs_linfile.c
+++ b/cpukit/libfs/src/imfs/imfs_linfile.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <string.h>
diff --git a/cpukit/libfs/src/imfs/imfs_link.c b/cpukit/libfs/src/imfs/imfs_link.c
index 842704f..87211ad 100644
--- a/cpukit/libfs/src/imfs/imfs_link.c
+++ b/cpukit/libfs/src/imfs/imfs_link.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_load_tar.c b/cpukit/libfs/src/imfs/imfs_load_tar.c
index ed2d2a0..47a506b 100644
--- a/cpukit/libfs/src/imfs/imfs_load_tar.c
+++ b/cpukit/libfs/src/imfs/imfs_load_tar.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/imfs/imfs_make_generic_node.c b/cpukit/libfs/src/imfs/imfs_make_generic_node.c
index 27ef618..3d1af1d 100644
--- a/cpukit/libfs/src/imfs/imfs_make_generic_node.c
+++ b/cpukit/libfs/src/imfs/imfs_make_generic_node.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_make_linfile.c b/cpukit/libfs/src/imfs/imfs_make_linfile.c
index 2eef953..0a81e38 100644
--- a/cpukit/libfs/src/imfs/imfs_make_linfile.c
+++ b/cpukit/libfs/src/imfs/imfs_make_linfile.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/imfs/imfs_memfile.c b/cpukit/libfs/src/imfs/imfs_memfile.c
index bd868a8..c48e253 100644
--- a/cpukit/libfs/src/imfs/imfs_memfile.c
+++ b/cpukit/libfs/src/imfs/imfs_memfile.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_mknod.c b/cpukit/libfs/src/imfs/imfs_mknod.c
index f122df4..65f4841 100644
--- a/cpukit/libfs/src/imfs/imfs_mknod.c
+++ b/cpukit/libfs/src/imfs/imfs_mknod.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_mount.c b/cpukit/libfs/src/imfs/imfs_mount.c
index bad4fb9..b00a59d 100644
--- a/cpukit/libfs/src/imfs/imfs_mount.c
+++ b/cpukit/libfs/src/imfs/imfs_mount.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_node.c b/cpukit/libfs/src/imfs/imfs_node.c
index db4799c..f5266b6 100644
--- a/cpukit/libfs/src/imfs/imfs_node.c
+++ b/cpukit/libfs/src/imfs/imfs_node.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/imfs/imfs_node_destroy_default.c b/cpukit/libfs/src/imfs/imfs_node_destroy_default.c
index 2340baa..84f06a3 100644
--- a/cpukit/libfs/src/imfs/imfs_node_destroy_default.c
+++ b/cpukit/libfs/src/imfs/imfs_node_destroy_default.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/imfs/imfs_rename.c b/cpukit/libfs/src/imfs/imfs_rename.c
index bf86f32..164a789 100644
--- a/cpukit/libfs/src/imfs/imfs_rename.c
+++ b/cpukit/libfs/src/imfs/imfs_rename.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_rmnod.c b/cpukit/libfs/src/imfs/imfs_rmnod.c
index eca1b6f..9fad0b7 100644
--- a/cpukit/libfs/src/imfs/imfs_rmnod.c
+++ b/cpukit/libfs/src/imfs/imfs_rmnod.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_stat.c b/cpukit/libfs/src/imfs/imfs_stat.c
index 59a1d8d..3e73a15 100644
--- a/cpukit/libfs/src/imfs/imfs_stat.c
+++ b/cpukit/libfs/src/imfs/imfs_stat.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_stat_file.c b/cpukit/libfs/src/imfs/imfs_stat_file.c
index ef1d009..20d538f 100644
--- a/cpukit/libfs/src/imfs/imfs_stat_file.c
+++ b/cpukit/libfs/src/imfs/imfs_stat_file.c
@@ -13,8 +13,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_symlink.c b/cpukit/libfs/src/imfs/imfs_symlink.c
index 6f37374..58eecae 100644
--- a/cpukit/libfs/src/imfs/imfs_symlink.c
+++ b/cpukit/libfs/src/imfs/imfs_symlink.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_unmount.c b/cpukit/libfs/src/imfs/imfs_unmount.c
index 47cd3e0..6ed3ba6 100644
--- a/cpukit/libfs/src/imfs/imfs_unmount.c
+++ b/cpukit/libfs/src/imfs/imfs_unmount.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/imfs_utime.c b/cpukit/libfs/src/imfs/imfs_utime.c
index aa11e52..e02545c 100644
--- a/cpukit/libfs/src/imfs/imfs_utime.c
+++ b/cpukit/libfs/src/imfs/imfs_utime.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/imfs.h>
diff --git a/cpukit/libfs/src/imfs/ioman.c b/cpukit/libfs/src/imfs/ioman.c
index 140d9e2..60d4777 100644
--- a/cpukit/libfs/src/imfs/ioman.c
+++ b/cpukit/libfs/src/imfs/ioman.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/cpukit/libfs/src/nfsclient/src/nfs.c b/cpukit/libfs/src/nfsclient/src/nfs.c
index bb338d5..411a478 100644
--- a/cpukit/libfs/src/nfsclient/src/nfs.c
+++ b/cpukit/libfs/src/nfsclient/src/nfs.c
@@ -59,8 +59,8 @@
  * ------------------ SLAC Software Notices, Set 4 OTT.002a, 2004 FEB 03
  */
 
-#ifdef	HAVE_CONFIG_H
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.c b/cpukit/libfs/src/nfsclient/src/rpcio.c
index f10c0bd..886226e 100644
--- a/cpukit/libfs/src/nfsclient/src/rpcio.c
+++ b/cpukit/libfs/src/nfsclient/src/rpcio.c
@@ -63,7 +63,7 @@
  * ------------------ SLAC Software Notices, Set 4 OTT.002a, 2004 FEB 03
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/nfsclient/src/sock_mbuf.c b/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
index d8acd07..45a2cd6 100644
--- a/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
+++ b/cpukit/libfs/src/nfsclient/src/sock_mbuf.c
@@ -74,7 +74,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c b/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c
index 74f549e..451c385 100644
--- a/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c
+++ b/cpukit/libfs/src/nfsclient/src/xdr_mbuf.c
@@ -57,7 +57,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_mem.c,v 1.8 1999/08/28 00:0
  * use.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/pipe/fifo.c b/cpukit/libfs/src/pipe/fifo.c
index 0a3cbf3..077d277 100644
--- a/cpukit/libfs/src/pipe/fifo.c
+++ b/cpukit/libfs/src/pipe/fifo.c
@@ -14,7 +14,7 @@
  */
 
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
index 741ae52..7d3556f 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-block.c b/cpukit/libfs/src/rfs/rtems-rfs-block.c
index 0157b21..da84d0b 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-block.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-block.c
@@ -32,7 +32,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
index 07fa9c7..11513bf 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
index 751b8f7..4537eaf 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
index 4a66840..e5e5e7d 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
index a066999..75cbef2 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
@@ -5,7 +5,7 @@
  * @ingroup rtems_rfs
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
index c9a2772..09e8782 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
@@ -23,7 +23,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
index 68f0fd8..6089bf2 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file.c b/cpukit/libfs/src/rfs/rtems-rfs-file.c
index fbf3582..897cdc1 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-format.c b/cpukit/libfs/src/rfs/rtems-rfs-format.c
index 1a9798e..8238753 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-format.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-format.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-group.c b/cpukit/libfs/src/rfs/rtems-rfs-group.c
index 976bac2..1405f2a 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-group.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-group.c
@@ -17,7 +17,7 @@
  */
 
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-inode.c b/cpukit/libfs/src/rfs/rtems-rfs-inode.c
index 57439a0..8124b39 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-inode.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-inode.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-link.c b/cpukit/libfs/src/rfs/rtems-rfs-link.c
index 86022d4..9689a56 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-link.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-link.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-mutex.c b/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
index 9c97c82..f05c3e3 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
@@ -12,7 +12,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
index 3c69eaa..1f28fa9 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
@@ -16,8 +16,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include "rtems-rfs-rtems.h"
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
index ab4e56f..38e8f37 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
@@ -12,7 +12,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
index 69e5df2..8d94f1c 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
index 509ca50..61ea42c 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
index 45455eb..c4d3c06 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.c b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
index 3b31385..a3ad6b2 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-trace.c b/cpukit/libfs/src/rfs/rtems-rfs-trace.c
index f098ea4..f2cc2db 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-trace.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-trace.c
@@ -12,7 +12,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libgnat/adasupp.c b/cpukit/libgnat/adasupp.c
index b8f3484..54792cf 100644
--- a/cpukit/libgnat/adasupp.c
+++ b/cpukit/libgnat/adasupp.c
@@ -1,4 +1,4 @@
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libi2c/libi2c.c b/cpukit/libi2c/libi2c.c
index 233cb68..cee50af 100644
--- a/cpukit/libi2c/libi2c.c
+++ b/cpukit/libi2c/libi2c.c
@@ -48,7 +48,7 @@
  * adaptations to also handle SPI devices
  * by Thomas Doerfler, embedded brains GmbH, Puchheim, Germany
  */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libmisc/cpuuse/cpuinforeport.c b/cpukit/libmisc/cpuuse/cpuinforeport.c
index 389a26c..b51c9d7 100644
--- a/cpukit/libmisc/cpuuse/cpuinforeport.c
+++ b/cpukit/libmisc/cpuuse/cpuinforeport.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/cpuuse.h>
diff --git a/cpukit/libmisc/fb/mw_print.c b/cpukit/libmisc/fb/mw_print.c
index c04f5a2..1d226b7 100644
--- a/cpukit/libmisc/fb/mw_print.c
+++ b/cpukit/libmisc/fb/mw_print.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libmisc/shell/main_blkstats.c b/cpukit/libmisc/shell/main_blkstats.c
index 69548cf..7093d47 100644
--- a/cpukit/libmisc/shell/main_blkstats.c
+++ b/cpukit/libmisc/shell/main_blkstats.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/blkdev.h>
diff --git a/cpukit/libmisc/shell/main_cmdchmod.c b/cpukit/libmisc/shell/main_cmdchmod.c
index ea125fd..2677234 100644
--- a/cpukit/libmisc/shell/main_cmdchmod.c
+++ b/cpukit/libmisc/shell/main_cmdchmod.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <errno.h>
diff --git a/cpukit/libmisc/shell/main_cmdchown.c b/cpukit/libmisc/shell/main_cmdchown.c
index 7457639..a5496eb 100644
--- a/cpukit/libmisc/shell/main_cmdchown.c
+++ b/cpukit/libmisc/shell/main_cmdchown.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <errno.h>
diff --git a/cpukit/libmisc/shell/main_cmdls.c b/cpukit/libmisc/shell/main_cmdls.c
index f08925c..55f97a3 100644
--- a/cpukit/libmisc/shell/main_cmdls.c
+++ b/cpukit/libmisc/shell/main_cmdls.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <errno.h>
diff --git a/cpukit/libmisc/shell/main_cpuinfo.c b/cpukit/libmisc/shell/main_cpuinfo.c
index 9245c0f..1a336fb 100644
--- a/cpukit/libmisc/shell/main_cpuinfo.c
+++ b/cpukit/libmisc/shell/main_cpuinfo.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/shell.h>
diff --git a/cpukit/libmisc/shell/main_hexdump.c b/cpukit/libmisc/shell/main_hexdump.c
index df7df3f..6673910 100644
--- a/cpukit/libmisc/shell/main_hexdump.c
+++ b/cpukit/libmisc/shell/main_hexdump.c
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libmisc/shell/main_lsof.c b/cpukit/libmisc/shell/main_lsof.c
index 43bf8b1..57e81c0 100644
--- a/cpukit/libmisc/shell/main_lsof.c
+++ b/cpukit/libmisc/shell/main_lsof.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <stdio.h>
diff --git a/cpukit/libmisc/shell/main_profreport.c b/cpukit/libmisc/shell/main_profreport.c
index 499e55d..2504282 100644
--- a/cpukit/libmisc/shell/main_profreport.c
+++ b/cpukit/libmisc/shell/main_profreport.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <stdio.h>
diff --git a/cpukit/libmisc/shell/shell_makeargs.c b/cpukit/libmisc/shell/shell_makeargs.c
index 5d46576..7ee556a 100644
--- a/cpukit/libmisc/shell/shell_makeargs.c
+++ b/cpukit/libmisc/shell/shell_makeargs.c
@@ -9,7 +9,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libmisc/uuid/gen_uuid.c b/cpukit/libmisc/uuid/gen_uuid.c
index 67cac77..3ca75a0 100644
--- a/cpukit/libmisc/uuid/gen_uuid.c
+++ b/cpukit/libmisc/uuid/gen_uuid.c
@@ -32,7 +32,7 @@
  * %End-Header%
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/base64.c b/cpukit/libnetworking/libc/base64.c
index ad2db72..7369c36 100644
--- a/cpukit/libnetworking/libc/base64.c
+++ b/cpukit/libnetworking/libc/base64.c
@@ -42,7 +42,7 @@
  * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/gethostbydns.c b/cpukit/libnetworking/libc/gethostbydns.c
index 3d967e9..66f24e1 100644
--- a/cpukit/libnetworking/libc/gethostbydns.c
+++ b/cpukit/libnetworking/libc/gethostbydns.c
@@ -55,7 +55,7 @@
  * --Copyright--
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/gethostbyht.c b/cpukit/libnetworking/libc/gethostbyht.c
index 6d9fc1e..50f3129 100644
--- a/cpukit/libnetworking/libc/gethostbyht.c
+++ b/cpukit/libnetworking/libc/gethostbyht.c
@@ -53,7 +53,7 @@
  * --Copyright--
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/gethostbynis.c b/cpukit/libnetworking/libc/gethostbynis.c
index d157f3c..11cb020 100644
--- a/cpukit/libnetworking/libc/gethostbynis.c
+++ b/cpukit/libnetworking/libc/gethostbynis.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/gethostnamadr.c b/cpukit/libnetworking/libc/gethostnamadr.c
index df6a4a2..dfb760a 100644
--- a/cpukit/libnetworking/libc/gethostnamadr.c
+++ b/cpukit/libnetworking/libc/gethostnamadr.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/getnetbydns.c b/cpukit/libnetworking/libc/getnetbydns.c
index 70f2312..f093347 100644
--- a/cpukit/libnetworking/libc/getnetbydns.c
+++ b/cpukit/libnetworking/libc/getnetbydns.c
@@ -60,7 +60,7 @@
  * copyright notice and this permission notice appear in all copies.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/getnetbyht.c b/cpukit/libnetworking/libc/getnetbyht.c
index 9e21767..b41220e 100644
--- a/cpukit/libnetworking/libc/getnetbyht.c
+++ b/cpukit/libnetworking/libc/getnetbyht.c
@@ -43,7 +43,7 @@
  * from getnetent.c	1.1 (Coimbra) 93/06/02
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/getnetbynis.c b/cpukit/libnetworking/libc/getnetbynis.c
index 1aa426f..c2e4094 100644
--- a/cpukit/libnetworking/libc/getnetbynis.c
+++ b/cpukit/libnetworking/libc/getnetbynis.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/getnetnamadr.c b/cpukit/libnetworking/libc/getnetnamadr.c
index 0e11ba6..f16572e 100644
--- a/cpukit/libnetworking/libc/getnetnamadr.c
+++ b/cpukit/libnetworking/libc/getnetnamadr.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/getproto.c b/cpukit/libnetworking/libc/getproto.c
index 6c6149a..23bab62 100644
--- a/cpukit/libnetworking/libc/getproto.c
+++ b/cpukit/libnetworking/libc/getproto.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/getprotoent.c b/cpukit/libnetworking/libc/getprotoent.c
index 6b046ea..6b3ef18 100644
--- a/cpukit/libnetworking/libc/getprotoent.c
+++ b/cpukit/libnetworking/libc/getprotoent.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/getprotoname.c b/cpukit/libnetworking/libc/getprotoname.c
index ee8b2f5..e0e57fb 100644
--- a/cpukit/libnetworking/libc/getprotoname.c
+++ b/cpukit/libnetworking/libc/getprotoname.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/getservbyname.c b/cpukit/libnetworking/libc/getservbyname.c
index 80c9284..bb662c2 100644
--- a/cpukit/libnetworking/libc/getservbyname.c
+++ b/cpukit/libnetworking/libc/getservbyname.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/getservbyport.c b/cpukit/libnetworking/libc/getservbyport.c
index 9bc0ab3..4a47e84 100644
--- a/cpukit/libnetworking/libc/getservbyport.c
+++ b/cpukit/libnetworking/libc/getservbyport.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/getservent.c b/cpukit/libnetworking/libc/getservent.c
index a82e3a8..f79a0ed 100644
--- a/cpukit/libnetworking/libc/getservent.c
+++ b/cpukit/libnetworking/libc/getservent.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/herror.c b/cpukit/libnetworking/libc/herror.c
index d6ebcb9..d65d607 100644
--- a/cpukit/libnetworking/libc/herror.c
+++ b/cpukit/libnetworking/libc/herror.c
@@ -50,7 +50,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/inet_lnaof.c b/cpukit/libnetworking/libc/inet_lnaof.c
index f9e182b..c88331d 100644
--- a/cpukit/libnetworking/libc/inet_lnaof.c
+++ b/cpukit/libnetworking/libc/inet_lnaof.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/inet_makeaddr.c b/cpukit/libnetworking/libc/inet_makeaddr.c
index 887c611..4805af7 100644
--- a/cpukit/libnetworking/libc/inet_makeaddr.c
+++ b/cpukit/libnetworking/libc/inet_makeaddr.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/inet_netof.c b/cpukit/libnetworking/libc/inet_netof.c
index 8ff3407..175f24f 100644
--- a/cpukit/libnetworking/libc/inet_netof.c
+++ b/cpukit/libnetworking/libc/inet_netof.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/inet_network.c b/cpukit/libnetworking/libc/inet_network.c
index 098867f..d838dc0 100644
--- a/cpukit/libnetworking/libc/inet_network.c
+++ b/cpukit/libnetworking/libc/inet_network.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/inet_pton.c b/cpukit/libnetworking/libc/inet_pton.c
index 3dc1966..de87cf5 100644
--- a/cpukit/libnetworking/libc/inet_pton.c
+++ b/cpukit/libnetworking/libc/inet_pton.c
@@ -16,7 +16,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/linkaddr.c b/cpukit/libnetworking/libc/linkaddr.c
index c8d99c6..dee7cb7 100644
--- a/cpukit/libnetworking/libc/linkaddr.c
+++ b/cpukit/libnetworking/libc/linkaddr.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/map_v4v6.c b/cpukit/libnetworking/libc/map_v4v6.c
index a0b1860..529262d 100644
--- a/cpukit/libnetworking/libc/map_v4v6.c
+++ b/cpukit/libnetworking/libc/map_v4v6.c
@@ -55,7 +55,7 @@
  * --Copyright--
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/ns_name.c b/cpukit/libnetworking/libc/ns_name.c
index 0ecd2f4..2032171 100644
--- a/cpukit/libnetworking/libc/ns_name.c
+++ b/cpukit/libnetworking/libc/ns_name.c
@@ -17,7 +17,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/ns_netint.c b/cpukit/libnetworking/libc/ns_netint.c
index dcdcacb..da28e68 100644
--- a/cpukit/libnetworking/libc/ns_netint.c
+++ b/cpukit/libnetworking/libc/ns_netint.c
@@ -19,7 +19,7 @@
 
 /* Import. */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/ns_parse.c b/cpukit/libnetworking/libc/ns_parse.c
index 3b67673..c82c90c 100644
--- a/cpukit/libnetworking/libc/ns_parse.c
+++ b/cpukit/libnetworking/libc/ns_parse.c
@@ -17,7 +17,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/ns_print.c b/cpukit/libnetworking/libc/ns_print.c
index 1cb6e8f..0760f99 100644
--- a/cpukit/libnetworking/libc/ns_print.c
+++ b/cpukit/libnetworking/libc/ns_print.c
@@ -19,7 +19,7 @@
 
 /* Import. */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/ns_ttl.c b/cpukit/libnetworking/libc/ns_ttl.c
index a0c8baa..df86747 100644
--- a/cpukit/libnetworking/libc/ns_ttl.c
+++ b/cpukit/libnetworking/libc/ns_ttl.c
@@ -19,7 +19,7 @@
 
 /* Import. */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/nsap_addr.c b/cpukit/libnetworking/libc/nsap_addr.c
index 29ecb05..deaa127 100644
--- a/cpukit/libnetworking/libc/nsap_addr.c
+++ b/cpukit/libnetworking/libc/nsap_addr.c
@@ -17,7 +17,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/rcmd.c b/cpukit/libnetworking/libc/rcmd.c
index dde1acf..2bb3b72 100644
--- a/cpukit/libnetworking/libc/rcmd.c
+++ b/cpukit/libnetworking/libc/rcmd.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/recv.c b/cpukit/libnetworking/libc/recv.c
index 9f33d5c..a3325d3 100644
--- a/cpukit/libnetworking/libc/recv.c
+++ b/cpukit/libnetworking/libc/recv.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/res_comp.c b/cpukit/libnetworking/libc/res_comp.c
index cd48201..e24d99d 100644
--- a/cpukit/libnetworking/libc/res_comp.c
+++ b/cpukit/libnetworking/libc/res_comp.c
@@ -66,7 +66,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/res_data.c b/cpukit/libnetworking/libc/res_data.c
index cd1a25c..35138a5 100644
--- a/cpukit/libnetworking/libc/res_data.c
+++ b/cpukit/libnetworking/libc/res_data.c
@@ -17,7 +17,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/res_debug.c b/cpukit/libnetworking/libc/res_debug.c
index 5ce5125..f211806 100644
--- a/cpukit/libnetworking/libc/res_debug.c
+++ b/cpukit/libnetworking/libc/res_debug.c
@@ -95,7 +95,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/res_init.c b/cpukit/libnetworking/libc/res_init.c
index a5f7fc9..0a260a1 100644
--- a/cpukit/libnetworking/libc/res_init.c
+++ b/cpukit/libnetworking/libc/res_init.c
@@ -70,7 +70,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/res_mkquery.c b/cpukit/libnetworking/libc/res_mkquery.c
index e663d98..c0ffebd 100644
--- a/cpukit/libnetworking/libc/res_mkquery.c
+++ b/cpukit/libnetworking/libc/res_mkquery.c
@@ -70,7 +70,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/res_mkupdate.c b/cpukit/libnetworking/libc/res_mkupdate.c
index 46e001c..664788d 100644
--- a/cpukit/libnetworking/libc/res_mkupdate.c
+++ b/cpukit/libnetworking/libc/res_mkupdate.c
@@ -22,7 +22,7 @@
  * <viraj_bais at ccm.fm.intel.com>
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/res_query.c b/cpukit/libnetworking/libc/res_query.c
index a2b3713..706c0ef 100644
--- a/cpukit/libnetworking/libc/res_query.c
+++ b/cpukit/libnetworking/libc/res_query.c
@@ -70,7 +70,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/res_send.c b/cpukit/libnetworking/libc/res_send.c
index bbe1642..1ae1b38 100644
--- a/cpukit/libnetworking/libc/res_send.c
+++ b/cpukit/libnetworking/libc/res_send.c
@@ -70,7 +70,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/res_stubs.c b/cpukit/libnetworking/libc/res_stubs.c
index 0b0f26c..19966b5 100644
--- a/cpukit/libnetworking/libc/res_stubs.c
+++ b/cpukit/libnetworking/libc/res_stubs.c
@@ -38,7 +38,7 @@
  * turned up all over the place. :-(
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/res_update.c b/cpukit/libnetworking/libc/res_update.c
index 0c02330..54a3af7 100644
--- a/cpukit/libnetworking/libc/res_update.c
+++ b/cpukit/libnetworking/libc/res_update.c
@@ -17,7 +17,7 @@
  * SOFTWARE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/libc/send.c b/cpukit/libnetworking/libc/send.c
index ce793e3..4aba73a 100644
--- a/cpukit/libnetworking/libc/send.c
+++ b/cpukit/libnetworking/libc/send.c
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/mkrootfs.c b/cpukit/libnetworking/rtems/mkrootfs.c
index 66d7975..9414eae 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.c
+++ b/cpukit/libnetworking/rtems/mkrootfs.c
@@ -25,7 +25,7 @@
 
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_bootp.c b/cpukit/libnetworking/rtems/rtems_bootp.c
index 8446d6a..134ae90 100644
--- a/cpukit/libnetworking/rtems/rtems_bootp.c
+++ b/cpukit/libnetworking/rtems/rtems_bootp.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
index 1744f71..c5ccd8c 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
@@ -5,7 +5,7 @@
  *  by a BSP.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_dhcp.c b/cpukit/libnetworking/rtems/rtems_dhcp.c
index 6d7a1cb..6a153a4 100644
--- a/cpukit/libnetworking/rtems/rtems_dhcp.c
+++ b/cpukit/libnetworking/rtems/rtems_dhcp.c
@@ -58,7 +58,7 @@
 
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_glue.c b/cpukit/libnetworking/rtems/rtems_glue.c
index 13b16c9..ee6c8f5 100644
--- a/cpukit/libnetworking/rtems/rtems_glue.c
+++ b/cpukit/libnetworking/rtems/rtems_glue.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c b/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c
index 99b9dba..a12e329 100644
--- a/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c
+++ b/cpukit/libnetworking/rtems/rtems_malloc_mbuf.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_select.c b/cpukit/libnetworking/rtems/rtems_select.c
index 309aa02..0b58b6a 100644
--- a/cpukit/libnetworking/rtems/rtems_select.c
+++ b/cpukit/libnetworking/rtems/rtems_select.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_showicmpstat.c b/cpukit/libnetworking/rtems/rtems_showicmpstat.c
index 1e44fcf..4862d6c 100644
--- a/cpukit/libnetworking/rtems/rtems_showicmpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showicmpstat.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_showifstat.c b/cpukit/libnetworking/rtems/rtems_showifstat.c
index cbab561..21f21f4 100644
--- a/cpukit/libnetworking/rtems/rtems_showifstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showifstat.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_showipstat.c b/cpukit/libnetworking/rtems/rtems_showipstat.c
index 01a89ba..5b30da5 100644
--- a/cpukit/libnetworking/rtems/rtems_showipstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showipstat.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_showmbuf.c b/cpukit/libnetworking/rtems/rtems_showmbuf.c
index 247b1b1..27f8cff 100644
--- a/cpukit/libnetworking/rtems/rtems_showmbuf.c
+++ b/cpukit/libnetworking/rtems/rtems_showmbuf.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c
index 952bb7e..971c364 100644
--- a/cpukit/libnetworking/rtems/rtems_showroute.c
+++ b/cpukit/libnetworking/rtems/rtems_showroute.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_showtcpstat.c b/cpukit/libnetworking/rtems/rtems_showtcpstat.c
index d4b4a98..3a17809 100644
--- a/cpukit/libnetworking/rtems/rtems_showtcpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showtcpstat.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_showudpstat.c b/cpukit/libnetworking/rtems/rtems_showudpstat.c
index 1e3f294..c6b4560 100644
--- a/cpukit/libnetworking/rtems/rtems_showudpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showudpstat.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_socketpair.c b/cpukit/libnetworking/rtems/rtems_socketpair.c
index 0a0ad2e..1dcaf6e 100644
--- a/cpukit/libnetworking/rtems/rtems_socketpair.c
+++ b/cpukit/libnetworking/rtems/rtems_socketpair.c
@@ -24,7 +24,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_syscall.c b/cpukit/libnetworking/rtems/rtems_syscall.c
index 56a8530..7f3143b 100644
--- a/cpukit/libnetworking/rtems/rtems_syscall.c
+++ b/cpukit/libnetworking/rtems/rtems_syscall.c
@@ -1,6 +1,6 @@
 #include <machine/rtems-bsd-kernel-space.h>
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/rtems_syscall_api.c b/cpukit/libnetworking/rtems/rtems_syscall_api.c
index 7315a6c..6899eba 100644
--- a/cpukit/libnetworking/rtems/rtems_syscall_api.c
+++ b/cpukit/libnetworking/rtems/rtems_syscall_api.c
@@ -14,7 +14,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libnetworking/rtems/sghostname.c b/cpukit/libnetworking/rtems/sghostname.c
index 9c756bc..df7513d 100644
--- a/cpukit/libnetworking/rtems/sghostname.c
+++ b/cpukit/libnetworking/rtems/sghostname.c
@@ -5,7 +5,7 @@
  * FIXME: Not thread-safe
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtest/testbeginend.c b/cpukit/libtest/testbeginend.c
index c2088ae..4a85673 100644
--- a/cpukit/libtest/testbeginend.c
+++ b/cpukit/libtest/testbeginend.c
@@ -15,7 +15,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/test.h>
diff --git a/cpukit/libtest/testextension.c b/cpukit/libtest/testextension.c
index be47597..56d97da 100644
--- a/cpukit/libtest/testextension.c
+++ b/cpukit/libtest/testextension.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/test.h>
diff --git a/cpukit/libtest/testparallel.c b/cpukit/libtest/testparallel.c
index 4ff2665..3982dce 100644
--- a/cpukit/libtest/testparallel.c
+++ b/cpukit/libtest/testparallel.c
@@ -14,7 +14,7 @@
 
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/test.h>
diff --git a/cpukit/libtest/testwrappers.c b/cpukit/libtest/testwrappers.c
index c86c4cc..782beb9 100644
--- a/cpukit/libtest/testwrappers.c
+++ b/cpukit/libtest/testwrappers.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/test.h>
diff --git a/cpukit/libtrace/record/record-client.c b/cpukit/libtrace/record/record-client.c
index e1365fe..5a68115 100644
--- a/cpukit/libtrace/record/record-client.c
+++ b/cpukit/libtrace/record/record-client.c
@@ -30,7 +30,7 @@
  * FreeBSD.  It may be used for utility programs.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record-dump-base64.c b/cpukit/libtrace/record/record-dump-base64.c
index 618a004..749300e 100644
--- a/cpukit/libtrace/record/record-dump-base64.c
+++ b/cpukit/libtrace/record/record-dump-base64.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record-dump-fatal.c b/cpukit/libtrace/record/record-dump-fatal.c
index e50913c..7c37fb7 100644
--- a/cpukit/libtrace/record/record-dump-fatal.c
+++ b/cpukit/libtrace/record/record-dump-fatal.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record-dump-zbase64.c b/cpukit/libtrace/record/record-dump-zbase64.c
index 08b4d92..5175bfa 100644
--- a/cpukit/libtrace/record/record-dump-zbase64.c
+++ b/cpukit/libtrace/record/record-dump-zbase64.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record-dump-zfatal.c b/cpukit/libtrace/record/record-dump-zfatal.c
index 8002e7a..c5cb358 100644
--- a/cpukit/libtrace/record/record-dump-zfatal.c
+++ b/cpukit/libtrace/record/record-dump-zfatal.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record-dump.c b/cpukit/libtrace/record/record-dump.c
index b3c7572..68bf092 100644
--- a/cpukit/libtrace/record/record-dump.c
+++ b/cpukit/libtrace/record/record-dump.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record-server.c b/cpukit/libtrace/record/record-server.c
index 5e52651..25e5737 100644
--- a/cpukit/libtrace/record/record-server.c
+++ b/cpukit/libtrace/record/record-server.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record-sysinit.c b/cpukit/libtrace/record/record-sysinit.c
index cd503ac..4ffb3c6 100644
--- a/cpukit/libtrace/record/record-sysinit.c
+++ b/cpukit/libtrace/record/record-sysinit.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record-text.c b/cpukit/libtrace/record/record-text.c
index 7bdc2a6..d786046 100644
--- a/cpukit/libtrace/record/record-text.c
+++ b/cpukit/libtrace/record/record-text.c
@@ -30,7 +30,7 @@
  * FreeBSD.  It may be used for utility programs.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record-userext.c b/cpukit/libtrace/record/record-userext.c
index bac9158..553455b 100644
--- a/cpukit/libtrace/record/record-userext.c
+++ b/cpukit/libtrace/record/record-userext.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record-util.c b/cpukit/libtrace/record/record-util.c
index 8fa542b..670bb1a 100644
--- a/cpukit/libtrace/record/record-util.c
+++ b/cpukit/libtrace/record/record-util.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/libtrace/record/record.c b/cpukit/libtrace/record/record.c
index 680e362..7fb0fea 100644
--- a/cpukit/libtrace/record/record.c
+++ b/cpukit/libtrace/record/record.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c
index 52bc4d3..fb2bce7 100644
--- a/cpukit/mghttpd/mongoose.c
+++ b/cpukit/mghttpd/mongoose.c
@@ -18,7 +18,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/_execve.c b/cpukit/posix/src/_execve.c
index df3a28c..f719566 100644
--- a/cpukit/posix/src/_execve.c
+++ b/cpukit/posix/src/_execve.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/adjtime.c b/cpukit/posix/src/adjtime.c
index 5cdfd13..ab61693 100644
--- a/cpukit/posix/src/adjtime.c
+++ b/cpukit/posix/src/adjtime.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/aio_cancel.c b/cpukit/posix/src/aio_cancel.c
index 2b6a212..58d7a38 100644
--- a/cpukit/posix/src/aio_cancel.c
+++ b/cpukit/posix/src/aio_cancel.c
@@ -13,7 +13,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/aio_error.c b/cpukit/posix/src/aio_error.c
index 4c30a8b..bd41415 100644
--- a/cpukit/posix/src/aio_error.c
+++ b/cpukit/posix/src/aio_error.c
@@ -13,7 +13,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/aio_fsync.c b/cpukit/posix/src/aio_fsync.c
index 62f516b..212668d 100644
--- a/cpukit/posix/src/aio_fsync.c
+++ b/cpukit/posix/src/aio_fsync.c
@@ -13,7 +13,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/aio_read.c b/cpukit/posix/src/aio_read.c
index a52cbde..014658c 100644
--- a/cpukit/posix/src/aio_read.c
+++ b/cpukit/posix/src/aio_read.c
@@ -14,7 +14,7 @@
  */
 
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/aio_return.c b/cpukit/posix/src/aio_return.c
index 9e73328..307d384 100644
--- a/cpukit/posix/src/aio_return.c
+++ b/cpukit/posix/src/aio_return.c
@@ -13,7 +13,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/aio_suspend.c b/cpukit/posix/src/aio_suspend.c
index 9739bac..1fdec47 100644
--- a/cpukit/posix/src/aio_suspend.c
+++ b/cpukit/posix/src/aio_suspend.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/aio_write.c b/cpukit/posix/src/aio_write.c
index 8e873a9..db71c95 100644
--- a/cpukit/posix/src/aio_write.c
+++ b/cpukit/posix/src/aio_write.c
@@ -14,7 +14,7 @@
  */
 
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/alarm.c b/cpukit/posix/src/alarm.c
index bbfc96d..49bdb57 100644
--- a/cpukit/posix/src/alarm.c
+++ b/cpukit/posix/src/alarm.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/barrierattrdestroy.c b/cpukit/posix/src/barrierattrdestroy.c
index 8d27a10..f36d2fc 100644
--- a/cpukit/posix/src/barrierattrdestroy.c
+++ b/cpukit/posix/src/barrierattrdestroy.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/barrierattrgetpshared.c b/cpukit/posix/src/barrierattrgetpshared.c
index 1a3a86b..5f346fe 100644
--- a/cpukit/posix/src/barrierattrgetpshared.c
+++ b/cpukit/posix/src/barrierattrgetpshared.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/barrierattrinit.c b/cpukit/posix/src/barrierattrinit.c
index 5ee3343..9d8eda3 100644
--- a/cpukit/posix/src/barrierattrinit.c
+++ b/cpukit/posix/src/barrierattrinit.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/barrierattrsetpshared.c b/cpukit/posix/src/barrierattrsetpshared.c
index b22ba52..c3c94f3 100644
--- a/cpukit/posix/src/barrierattrsetpshared.c
+++ b/cpukit/posix/src/barrierattrsetpshared.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/cancel.c b/cpukit/posix/src/cancel.c
index 04088ae..8c00f71 100644
--- a/cpukit/posix/src/cancel.c
+++ b/cpukit/posix/src/cancel.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/cleanuppush.c b/cpukit/posix/src/cleanuppush.c
index d3d7c8f..25e4dcc 100644
--- a/cpukit/posix/src/cleanuppush.c
+++ b/cpukit/posix/src/cleanuppush.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/clockgetcpuclockid.c b/cpukit/posix/src/clockgetcpuclockid.c
index 54f10ba..a3172b6 100644
--- a/cpukit/posix/src/clockgetcpuclockid.c
+++ b/cpukit/posix/src/clockgetcpuclockid.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/clockgetres.c b/cpukit/posix/src/clockgetres.c
index 6b1b259..04b99e0 100644
--- a/cpukit/posix/src/clockgetres.c
+++ b/cpukit/posix/src/clockgetres.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/clockgettime.c b/cpukit/posix/src/clockgettime.c
index 0e28206..a885a83 100644
--- a/cpukit/posix/src/clockgettime.c
+++ b/cpukit/posix/src/clockgettime.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/clocksettime.c b/cpukit/posix/src/clocksettime.c
index 49e4761..8052ac0 100644
--- a/cpukit/posix/src/clocksettime.c
+++ b/cpukit/posix/src/clocksettime.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condattrdestroy.c b/cpukit/posix/src/condattrdestroy.c
index 9629507..31e8e59 100644
--- a/cpukit/posix/src/condattrdestroy.c
+++ b/cpukit/posix/src/condattrdestroy.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condattrgetclock.c b/cpukit/posix/src/condattrgetclock.c
index 4ff455d..29c7665 100644
--- a/cpukit/posix/src/condattrgetclock.c
+++ b/cpukit/posix/src/condattrgetclock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condattrgetpshared.c b/cpukit/posix/src/condattrgetpshared.c
index d80af6e..051a595 100644
--- a/cpukit/posix/src/condattrgetpshared.c
+++ b/cpukit/posix/src/condattrgetpshared.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condattrinit.c b/cpukit/posix/src/condattrinit.c
index 15b03c9..f2ab9b8 100644
--- a/cpukit/posix/src/condattrinit.c
+++ b/cpukit/posix/src/condattrinit.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condattrsetclock.c b/cpukit/posix/src/condattrsetclock.c
index 1b47b97..a272d34 100644
--- a/cpukit/posix/src/condattrsetclock.c
+++ b/cpukit/posix/src/condattrsetclock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condattrsetpshared.c b/cpukit/posix/src/condattrsetpshared.c
index 3128ad7..5228b45 100644
--- a/cpukit/posix/src/condattrsetpshared.c
+++ b/cpukit/posix/src/condattrsetpshared.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condbroadcast.c b/cpukit/posix/src/condbroadcast.c
index 3a19d7e..5bd9417 100644
--- a/cpukit/posix/src/condbroadcast.c
+++ b/cpukit/posix/src/condbroadcast.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/conddefaultattributes.c b/cpukit/posix/src/conddefaultattributes.c
index 1aff37b..409dd08 100644
--- a/cpukit/posix/src/conddefaultattributes.c
+++ b/cpukit/posix/src/conddefaultattributes.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/conddestroy.c b/cpukit/posix/src/conddestroy.c
index 6321436..ba81a23 100644
--- a/cpukit/posix/src/conddestroy.c
+++ b/cpukit/posix/src/conddestroy.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condinit.c b/cpukit/posix/src/condinit.c
index aab26aa..90c4504 100644
--- a/cpukit/posix/src/condinit.c
+++ b/cpukit/posix/src/condinit.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condsignal.c b/cpukit/posix/src/condsignal.c
index 6f826c2..3040874 100644
--- a/cpukit/posix/src/condsignal.c
+++ b/cpukit/posix/src/condsignal.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condsignalsupp.c b/cpukit/posix/src/condsignalsupp.c
index 1d9d4fc..eabba06 100644
--- a/cpukit/posix/src/condsignalsupp.c
+++ b/cpukit/posix/src/condsignalsupp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condtimedwait.c b/cpukit/posix/src/condtimedwait.c
index 1b338c8..290a9d5 100644
--- a/cpukit/posix/src/condtimedwait.c
+++ b/cpukit/posix/src/condtimedwait.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condwait.c b/cpukit/posix/src/condwait.c
index 9527077..bbebfe5 100644
--- a/cpukit/posix/src/condwait.c
+++ b/cpukit/posix/src/condwait.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/condwaitsupp.c b/cpukit/posix/src/condwaitsupp.c
index 32c1eab..b759ee5 100644
--- a/cpukit/posix/src/condwaitsupp.c
+++ b/cpukit/posix/src/condwaitsupp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/fork.c b/cpukit/posix/src/fork.c
index 31e8519..57e9693 100644
--- a/cpukit/posix/src/fork.c
+++ b/cpukit/posix/src/fork.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/getitimer.c b/cpukit/posix/src/getitimer.c
index 6aa2c53..35e940b 100644
--- a/cpukit/posix/src/getitimer.c
+++ b/cpukit/posix/src/getitimer.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/key.c b/cpukit/posix/src/key.c
index 0309a26..971dc7b 100644
--- a/cpukit/posix/src/key.c
+++ b/cpukit/posix/src/key.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/keycreate.c b/cpukit/posix/src/keycreate.c
index b4f1c87..f018133 100644
--- a/cpukit/posix/src/keycreate.c
+++ b/cpukit/posix/src/keycreate.c
@@ -15,7 +15,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/keydelete.c b/cpukit/posix/src/keydelete.c
index 149f3f2..69b8559 100644
--- a/cpukit/posix/src/keydelete.c
+++ b/cpukit/posix/src/keydelete.c
@@ -15,7 +15,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/keygetspecific.c b/cpukit/posix/src/keygetspecific.c
index ae29955..5f1188d 100644
--- a/cpukit/posix/src/keygetspecific.c
+++ b/cpukit/posix/src/keygetspecific.c
@@ -16,7 +16,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/keysetspecific.c b/cpukit/posix/src/keysetspecific.c
index 391dc85..5be2f8d 100644
--- a/cpukit/posix/src/keysetspecific.c
+++ b/cpukit/posix/src/keysetspecific.c
@@ -16,7 +16,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/keyzerokvp.c b/cpukit/posix/src/keyzerokvp.c
index 0419678..8fe5898 100644
--- a/cpukit/posix/src/keyzerokvp.c
+++ b/cpukit/posix/src/keyzerokvp.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/kill.c b/cpukit/posix/src/kill.c
index cc54c22..a143c5d 100644
--- a/cpukit/posix/src/kill.c
+++ b/cpukit/posix/src/kill.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/kill_r.c b/cpukit/posix/src/kill_r.c
index 532e31c..2262c73 100644
--- a/cpukit/posix/src/kill_r.c
+++ b/cpukit/posix/src/kill_r.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c
index 742f9fb..b815d79 100644
--- a/cpukit/posix/src/killinfo.c
+++ b/cpukit/posix/src/killinfo.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/lio_listio.c b/cpukit/posix/src/lio_listio.c
index bcbfb7d..26f0d98 100644
--- a/cpukit/posix/src/lio_listio.c
+++ b/cpukit/posix/src/lio_listio.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mlock.c b/cpukit/posix/src/mlock.c
index 4f7d3c0..6f1f2c5 100644
--- a/cpukit/posix/src/mlock.c
+++ b/cpukit/posix/src/mlock.c
@@ -10,7 +10,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mlockall.c b/cpukit/posix/src/mlockall.c
index 1fd4ed5..a80dd65 100644
--- a/cpukit/posix/src/mlockall.c
+++ b/cpukit/posix/src/mlockall.c
@@ -10,7 +10,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mmap.c b/cpukit/posix/src/mmap.c
index de7d5b2..176c6e4 100644
--- a/cpukit/posix/src/mmap.c
+++ b/cpukit/posix/src/mmap.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mprotect.c b/cpukit/posix/src/mprotect.c
index 76647c2..17a63b4 100644
--- a/cpukit/posix/src/mprotect.c
+++ b/cpukit/posix/src/mprotect.c
@@ -23,7 +23,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueue.c b/cpukit/posix/src/mqueue.c
index 21c5feb..9cdef75 100644
--- a/cpukit/posix/src/mqueue.c
+++ b/cpukit/posix/src/mqueue.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueueclose.c b/cpukit/posix/src/mqueueclose.c
index 60d3ce3..a9cadb4 100644
--- a/cpukit/posix/src/mqueueclose.c
+++ b/cpukit/posix/src/mqueueclose.c
@@ -26,7 +26,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueueconfig.c b/cpukit/posix/src/mqueueconfig.c
index 921fb73..c4109a7 100644
--- a/cpukit/posix/src/mqueueconfig.c
+++ b/cpukit/posix/src/mqueueconfig.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueuedeletesupp.c b/cpukit/posix/src/mqueuedeletesupp.c
index 850707a..21f1676 100644
--- a/cpukit/posix/src/mqueuedeletesupp.c
+++ b/cpukit/posix/src/mqueuedeletesupp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueuegetattr.c b/cpukit/posix/src/mqueuegetattr.c
index 5efcc0b..20ade11 100644
--- a/cpukit/posix/src/mqueuegetattr.c
+++ b/cpukit/posix/src/mqueuegetattr.c
@@ -26,7 +26,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueuenotify.c b/cpukit/posix/src/mqueuenotify.c
index a1f9a08..e8113e7 100644
--- a/cpukit/posix/src/mqueuenotify.c
+++ b/cpukit/posix/src/mqueuenotify.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueueopen.c b/cpukit/posix/src/mqueueopen.c
index 4bb8025..821563f 100644
--- a/cpukit/posix/src/mqueueopen.c
+++ b/cpukit/posix/src/mqueueopen.c
@@ -26,7 +26,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueuereceive.c b/cpukit/posix/src/mqueuereceive.c
index c160634..b4b1331 100644
--- a/cpukit/posix/src/mqueuereceive.c
+++ b/cpukit/posix/src/mqueuereceive.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueuerecvsupp.c b/cpukit/posix/src/mqueuerecvsupp.c
index 062bd50..32d7909 100644
--- a/cpukit/posix/src/mqueuerecvsupp.c
+++ b/cpukit/posix/src/mqueuerecvsupp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueuesend.c b/cpukit/posix/src/mqueuesend.c
index dfb4bcf..d7afdbd 100644
--- a/cpukit/posix/src/mqueuesend.c
+++ b/cpukit/posix/src/mqueuesend.c
@@ -26,7 +26,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueuesendsupp.c b/cpukit/posix/src/mqueuesendsupp.c
index a238991..8edc29d 100644
--- a/cpukit/posix/src/mqueuesendsupp.c
+++ b/cpukit/posix/src/mqueuesendsupp.c
@@ -26,7 +26,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueuesetattr.c b/cpukit/posix/src/mqueuesetattr.c
index fc9fc75..c8eafe7 100644
--- a/cpukit/posix/src/mqueuesetattr.c
+++ b/cpukit/posix/src/mqueuesetattr.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueuetimedreceive.c b/cpukit/posix/src/mqueuetimedreceive.c
index fe9fc75..a9fe5b5 100644
--- a/cpukit/posix/src/mqueuetimedreceive.c
+++ b/cpukit/posix/src/mqueuetimedreceive.c
@@ -28,7 +28,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueuetimedsend.c b/cpukit/posix/src/mqueuetimedsend.c
index 5596517..2ac9d35 100644
--- a/cpukit/posix/src/mqueuetimedsend.c
+++ b/cpukit/posix/src/mqueuetimedsend.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mqueueunlink.c b/cpukit/posix/src/mqueueunlink.c
index 812f249..c9737d5 100644
--- a/cpukit/posix/src/mqueueunlink.c
+++ b/cpukit/posix/src/mqueueunlink.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/msync.c b/cpukit/posix/src/msync.c
index fa84083..163a433 100644
--- a/cpukit/posix/src/msync.c
+++ b/cpukit/posix/src/msync.c
@@ -10,7 +10,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/munlock.c b/cpukit/posix/src/munlock.c
index 7a4b104..af9252b 100644
--- a/cpukit/posix/src/munlock.c
+++ b/cpukit/posix/src/munlock.c
@@ -10,7 +10,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/munlockall.c b/cpukit/posix/src/munlockall.c
index c24cfc9..0f4fc7b 100644
--- a/cpukit/posix/src/munlockall.c
+++ b/cpukit/posix/src/munlockall.c
@@ -10,7 +10,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/munmap.c b/cpukit/posix/src/munmap.c
index 5348be7..7c967c3 100644
--- a/cpukit/posix/src/munmap.c
+++ b/cpukit/posix/src/munmap.c
@@ -7,7 +7,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexattrdestroy.c b/cpukit/posix/src/mutexattrdestroy.c
index 2b63fe2..1b78245 100644
--- a/cpukit/posix/src/mutexattrdestroy.c
+++ b/cpukit/posix/src/mutexattrdestroy.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexattrgetprioceiling.c b/cpukit/posix/src/mutexattrgetprioceiling.c
index 928347e..f0da17c 100644
--- a/cpukit/posix/src/mutexattrgetprioceiling.c
+++ b/cpukit/posix/src/mutexattrgetprioceiling.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexattrgetprotocol.c b/cpukit/posix/src/mutexattrgetprotocol.c
index 0b77e39..b4b3023 100644
--- a/cpukit/posix/src/mutexattrgetprotocol.c
+++ b/cpukit/posix/src/mutexattrgetprotocol.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexattrgetpshared.c b/cpukit/posix/src/mutexattrgetpshared.c
index 5f8efb7..94547ad 100644
--- a/cpukit/posix/src/mutexattrgetpshared.c
+++ b/cpukit/posix/src/mutexattrgetpshared.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexattrgettype.c b/cpukit/posix/src/mutexattrgettype.c
index 61b6d58..c903099 100644
--- a/cpukit/posix/src/mutexattrgettype.c
+++ b/cpukit/posix/src/mutexattrgettype.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexattrinit.c b/cpukit/posix/src/mutexattrinit.c
index fea765d..dd94f82 100644
--- a/cpukit/posix/src/mutexattrinit.c
+++ b/cpukit/posix/src/mutexattrinit.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexattrsetprioceiling.c b/cpukit/posix/src/mutexattrsetprioceiling.c
index 3411121..b449215 100644
--- a/cpukit/posix/src/mutexattrsetprioceiling.c
+++ b/cpukit/posix/src/mutexattrsetprioceiling.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexattrsetprotocol.c b/cpukit/posix/src/mutexattrsetprotocol.c
index 0b27239..7ac2894 100644
--- a/cpukit/posix/src/mutexattrsetprotocol.c
+++ b/cpukit/posix/src/mutexattrsetprotocol.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexattrsetpshared.c b/cpukit/posix/src/mutexattrsetpshared.c
index 412cbe4..d3efe2f 100644
--- a/cpukit/posix/src/mutexattrsetpshared.c
+++ b/cpukit/posix/src/mutexattrsetpshared.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexattrsettype.c b/cpukit/posix/src/mutexattrsettype.c
index a31a848..7c5e591 100644
--- a/cpukit/posix/src/mutexattrsettype.c
+++ b/cpukit/posix/src/mutexattrsettype.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexdestroy.c b/cpukit/posix/src/mutexdestroy.c
index 193f339..15d8aac 100644
--- a/cpukit/posix/src/mutexdestroy.c
+++ b/cpukit/posix/src/mutexdestroy.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexgetprioceiling.c b/cpukit/posix/src/mutexgetprioceiling.c
index 3ac90d8..41e6f1b 100644
--- a/cpukit/posix/src/mutexgetprioceiling.c
+++ b/cpukit/posix/src/mutexgetprioceiling.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexinit.c b/cpukit/posix/src/mutexinit.c
index 45688ee..07828f2 100644
--- a/cpukit/posix/src/mutexinit.c
+++ b/cpukit/posix/src/mutexinit.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexlock.c b/cpukit/posix/src/mutexlock.c
index 35722fe..4efc8ac 100644
--- a/cpukit/posix/src/mutexlock.c
+++ b/cpukit/posix/src/mutexlock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexlocksupp.c b/cpukit/posix/src/mutexlocksupp.c
index 4530a6b..1cfc733 100644
--- a/cpukit/posix/src/mutexlocksupp.c
+++ b/cpukit/posix/src/mutexlocksupp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexsetprioceiling.c b/cpukit/posix/src/mutexsetprioceiling.c
index 87d9ba4..d781422 100644
--- a/cpukit/posix/src/mutexsetprioceiling.c
+++ b/cpukit/posix/src/mutexsetprioceiling.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutextimedlock.c b/cpukit/posix/src/mutextimedlock.c
index 075417a..6ec813c 100644
--- a/cpukit/posix/src/mutextimedlock.c
+++ b/cpukit/posix/src/mutextimedlock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutextrylock.c b/cpukit/posix/src/mutextrylock.c
index 895f38f..af7903c 100644
--- a/cpukit/posix/src/mutextrylock.c
+++ b/cpukit/posix/src/mutextrylock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/mutexunlock.c b/cpukit/posix/src/mutexunlock.c
index ead3109..1b00800 100644
--- a/cpukit/posix/src/mutexunlock.c
+++ b/cpukit/posix/src/mutexunlock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/nanosleep.c b/cpukit/posix/src/nanosleep.c
index 7613df9..afcc290 100644
--- a/cpukit/posix/src/nanosleep.c
+++ b/cpukit/posix/src/nanosleep.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pause.c b/cpukit/posix/src/pause.c
index 9f69721..e2fb9d9 100644
--- a/cpukit/posix/src/pause.c
+++ b/cpukit/posix/src/pause.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pbarrierdestroy.c b/cpukit/posix/src/pbarrierdestroy.c
index 83d0631..90e59d6 100644
--- a/cpukit/posix/src/pbarrierdestroy.c
+++ b/cpukit/posix/src/pbarrierdestroy.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pbarrierinit.c b/cpukit/posix/src/pbarrierinit.c
index 1fa22cb..abe4224 100644
--- a/cpukit/posix/src/pbarrierinit.c
+++ b/cpukit/posix/src/pbarrierinit.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pbarrierwait.c b/cpukit/posix/src/pbarrierwait.c
index 75d9437..865ccfe 100644
--- a/cpukit/posix/src/pbarrierwait.c
+++ b/cpukit/posix/src/pbarrierwait.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/posix_madvise.c b/cpukit/posix/src/posix_madvise.c
index b909a1c..91740b1 100644
--- a/cpukit/posix/src/posix_madvise.c
+++ b/cpukit/posix/src/posix_madvise.c
@@ -10,7 +10,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/prwlockdestroy.c b/cpukit/posix/src/prwlockdestroy.c
index 49fd630..96dd068 100644
--- a/cpukit/posix/src/prwlockdestroy.c
+++ b/cpukit/posix/src/prwlockdestroy.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/prwlockinit.c b/cpukit/posix/src/prwlockinit.c
index a5e2ba1..0bd5991 100644
--- a/cpukit/posix/src/prwlockinit.c
+++ b/cpukit/posix/src/prwlockinit.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/prwlockrdlock.c b/cpukit/posix/src/prwlockrdlock.c
index 38c2981..f0bc9c2 100644
--- a/cpukit/posix/src/prwlockrdlock.c
+++ b/cpukit/posix/src/prwlockrdlock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/prwlocktimedrdlock.c b/cpukit/posix/src/prwlocktimedrdlock.c
index 47c76d9..1ccf534 100644
--- a/cpukit/posix/src/prwlocktimedrdlock.c
+++ b/cpukit/posix/src/prwlocktimedrdlock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/prwlocktimedwrlock.c b/cpukit/posix/src/prwlocktimedwrlock.c
index a48f0e6..01ce758 100644
--- a/cpukit/posix/src/prwlocktimedwrlock.c
+++ b/cpukit/posix/src/prwlocktimedwrlock.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/prwlocktryrdlock.c b/cpukit/posix/src/prwlocktryrdlock.c
index e934d28..1bc523a 100644
--- a/cpukit/posix/src/prwlocktryrdlock.c
+++ b/cpukit/posix/src/prwlocktryrdlock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/prwlocktrywrlock.c b/cpukit/posix/src/prwlocktrywrlock.c
index ccbeb31..a4525d7 100644
--- a/cpukit/posix/src/prwlocktrywrlock.c
+++ b/cpukit/posix/src/prwlocktrywrlock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/prwlockunlock.c b/cpukit/posix/src/prwlockunlock.c
index 2d34f5e..6caa020 100644
--- a/cpukit/posix/src/prwlockunlock.c
+++ b/cpukit/posix/src/prwlockunlock.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/prwlockwrlock.c b/cpukit/posix/src/prwlockwrlock.c
index eae10ba..438d1f1 100644
--- a/cpukit/posix/src/prwlockwrlock.c
+++ b/cpukit/posix/src/prwlockwrlock.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psignal.c b/cpukit/posix/src/psignal.c
index efc4bcc..15d4c89 100644
--- a/cpukit/posix/src/psignal.c
+++ b/cpukit/posix/src/psignal.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psignalclearprocesssignals.c b/cpukit/posix/src/psignalclearprocesssignals.c
index 2ec1bbe..77dfc7f 100644
--- a/cpukit/posix/src/psignalclearprocesssignals.c
+++ b/cpukit/posix/src/psignalclearprocesssignals.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psignalclearsignals.c b/cpukit/posix/src/psignalclearsignals.c
index 7d678ca..f231748 100644
--- a/cpukit/posix/src/psignalclearsignals.c
+++ b/cpukit/posix/src/psignalclearsignals.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psignalconfig.c b/cpukit/posix/src/psignalconfig.c
index 41d68ea..5422b8d 100644
--- a/cpukit/posix/src/psignalconfig.c
+++ b/cpukit/posix/src/psignalconfig.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psignalsetprocesssignals.c b/cpukit/posix/src/psignalsetprocesssignals.c
index 1fbe778..0036264 100644
--- a/cpukit/posix/src/psignalsetprocesssignals.c
+++ b/cpukit/posix/src/psignalsetprocesssignals.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psignalunblockthread.c b/cpukit/posix/src/psignalunblockthread.c
index 46f1942..d6666fb 100644
--- a/cpukit/posix/src/psignalunblockthread.c
+++ b/cpukit/posix/src/psignalunblockthread.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pspindestroy.c b/cpukit/posix/src/pspindestroy.c
index 3963fe8..55fb406 100644
--- a/cpukit/posix/src/pspindestroy.c
+++ b/cpukit/posix/src/pspindestroy.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pspininit.c b/cpukit/posix/src/pspininit.c
index 6a7bd03..2e103cb 100644
--- a/cpukit/posix/src/pspininit.c
+++ b/cpukit/posix/src/pspininit.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pspinlock.c b/cpukit/posix/src/pspinlock.c
index f505768..ad43b5a 100644
--- a/cpukit/posix/src/pspinlock.c
+++ b/cpukit/posix/src/pspinlock.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pspinunlock.c b/cpukit/posix/src/pspinunlock.c
index bcbb210..9af4a33 100644
--- a/cpukit/posix/src/pspinunlock.c
+++ b/cpukit/posix/src/pspinunlock.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psxnametoid.c b/cpukit/posix/src/psxnametoid.c
index eac8e84..0ddb72a 100644
--- a/cpukit/posix/src/psxnametoid.c
+++ b/cpukit/posix/src/psxnametoid.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/posix/posixapi.h>
diff --git a/cpukit/posix/src/psxpriorityisvalid.c b/cpukit/posix/src/psxpriorityisvalid.c
index 5e687ac..ddd43d4 100644
--- a/cpukit/posix/src/psxpriorityisvalid.c
+++ b/cpukit/posix/src/psxpriorityisvalid.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psxsemaphore.c b/cpukit/posix/src/psxsemaphore.c
index 952587a..d87139a 100644
--- a/cpukit/posix/src/psxsemaphore.c
+++ b/cpukit/posix/src/psxsemaphore.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psxsemaphoreconfig.c b/cpukit/posix/src/psxsemaphoreconfig.c
index 7e29742..f0a92a6 100644
--- a/cpukit/posix/src/psxsemaphoreconfig.c
+++ b/cpukit/posix/src/psxsemaphoreconfig.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psxtimerconfig.c b/cpukit/posix/src/psxtimerconfig.c
index 2781a8c..4c1f107 100644
--- a/cpukit/posix/src/psxtimerconfig.c
+++ b/cpukit/posix/src/psxtimerconfig.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psxtimercreate.c b/cpukit/posix/src/psxtimercreate.c
index ba5d066..c2c89c2 100644
--- a/cpukit/posix/src/psxtimercreate.c
+++ b/cpukit/posix/src/psxtimercreate.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psxtimerdelete.c b/cpukit/posix/src/psxtimerdelete.c
index f84cba2..c55697f 100644
--- a/cpukit/posix/src/psxtimerdelete.c
+++ b/cpukit/posix/src/psxtimerdelete.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/psxtransschedparam.c b/cpukit/posix/src/psxtransschedparam.c
index 587788c..f384245 100644
--- a/cpukit/posix/src/psxtransschedparam.c
+++ b/cpukit/posix/src/psxtransschedparam.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c
index ff76c86..7e861a3 100644
--- a/cpukit/posix/src/pthread.c
+++ b/cpukit/posix/src/pthread.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadatfork.c b/cpukit/posix/src/pthreadatfork.c
index f3629c1..9b1a0f1 100644
--- a/cpukit/posix/src/pthreadatfork.c
+++ b/cpukit/posix/src/pthreadatfork.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrdefault.c b/cpukit/posix/src/pthreadattrdefault.c
index ca3c2c1..4b573d0 100644
--- a/cpukit/posix/src/pthreadattrdefault.c
+++ b/cpukit/posix/src/pthreadattrdefault.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrdestroy.c b/cpukit/posix/src/pthreadattrdestroy.c
index 7d30be9..cb4837e 100644
--- a/cpukit/posix/src/pthreadattrdestroy.c
+++ b/cpukit/posix/src/pthreadattrdestroy.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrgetaffinitynp.c b/cpukit/posix/src/pthreadattrgetaffinitynp.c
index 19acfa8..b0fae65 100644
--- a/cpukit/posix/src/pthreadattrgetaffinitynp.c
+++ b/cpukit/posix/src/pthreadattrgetaffinitynp.c
@@ -16,7 +16,7 @@
 
 #define  _GNU_SOURCE
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrgetdetachstate.c b/cpukit/posix/src/pthreadattrgetdetachstate.c
index 7ee5961..18c214b 100644
--- a/cpukit/posix/src/pthreadattrgetdetachstate.c
+++ b/cpukit/posix/src/pthreadattrgetdetachstate.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrgetguardsize.c b/cpukit/posix/src/pthreadattrgetguardsize.c
index 98ce1ca..a5e9a31 100644
--- a/cpukit/posix/src/pthreadattrgetguardsize.c
+++ b/cpukit/posix/src/pthreadattrgetguardsize.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrgetinheritsched.c b/cpukit/posix/src/pthreadattrgetinheritsched.c
index bdf7f65..6be61de 100644
--- a/cpukit/posix/src/pthreadattrgetinheritsched.c
+++ b/cpukit/posix/src/pthreadattrgetinheritsched.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrgetschedparam.c b/cpukit/posix/src/pthreadattrgetschedparam.c
index 3f61df0..e1a1a79 100644
--- a/cpukit/posix/src/pthreadattrgetschedparam.c
+++ b/cpukit/posix/src/pthreadattrgetschedparam.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrgetschedpolicy.c b/cpukit/posix/src/pthreadattrgetschedpolicy.c
index 303fa6c..7003a6b 100644
--- a/cpukit/posix/src/pthreadattrgetschedpolicy.c
+++ b/cpukit/posix/src/pthreadattrgetschedpolicy.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrgetscope.c b/cpukit/posix/src/pthreadattrgetscope.c
index ee1b576..c7eff23 100644
--- a/cpukit/posix/src/pthreadattrgetscope.c
+++ b/cpukit/posix/src/pthreadattrgetscope.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrgetstack.c b/cpukit/posix/src/pthreadattrgetstack.c
index 72bd311..719a535 100644
--- a/cpukit/posix/src/pthreadattrgetstack.c
+++ b/cpukit/posix/src/pthreadattrgetstack.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrgetstackaddr.c b/cpukit/posix/src/pthreadattrgetstackaddr.c
index 011daae..9da944a 100644
--- a/cpukit/posix/src/pthreadattrgetstackaddr.c
+++ b/cpukit/posix/src/pthreadattrgetstackaddr.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrgetstacksize.c b/cpukit/posix/src/pthreadattrgetstacksize.c
index 6081873..e939205 100644
--- a/cpukit/posix/src/pthreadattrgetstacksize.c
+++ b/cpukit/posix/src/pthreadattrgetstacksize.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrinit.c b/cpukit/posix/src/pthreadattrinit.c
index d69cac4..d0694eb 100644
--- a/cpukit/posix/src/pthreadattrinit.c
+++ b/cpukit/posix/src/pthreadattrinit.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrsetaffinitynp.c b/cpukit/posix/src/pthreadattrsetaffinitynp.c
index a05b74e..30703fa 100644
--- a/cpukit/posix/src/pthreadattrsetaffinitynp.c
+++ b/cpukit/posix/src/pthreadattrsetaffinitynp.c
@@ -16,7 +16,7 @@
 
 #define  _GNU_SOURCE
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrsetdetachstate.c b/cpukit/posix/src/pthreadattrsetdetachstate.c
index b2e3af7..d6ca32e 100644
--- a/cpukit/posix/src/pthreadattrsetdetachstate.c
+++ b/cpukit/posix/src/pthreadattrsetdetachstate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrsetguardsize.c b/cpukit/posix/src/pthreadattrsetguardsize.c
index 766066c..3e92fa5 100644
--- a/cpukit/posix/src/pthreadattrsetguardsize.c
+++ b/cpukit/posix/src/pthreadattrsetguardsize.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrsetinheritsched.c b/cpukit/posix/src/pthreadattrsetinheritsched.c
index c3b8a53..0cc11f2 100644
--- a/cpukit/posix/src/pthreadattrsetinheritsched.c
+++ b/cpukit/posix/src/pthreadattrsetinheritsched.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrsetschedparam.c b/cpukit/posix/src/pthreadattrsetschedparam.c
index 212f565..c3e6b4a 100644
--- a/cpukit/posix/src/pthreadattrsetschedparam.c
+++ b/cpukit/posix/src/pthreadattrsetschedparam.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrsetschedpolicy.c b/cpukit/posix/src/pthreadattrsetschedpolicy.c
index 235e7a8..cd72164 100644
--- a/cpukit/posix/src/pthreadattrsetschedpolicy.c
+++ b/cpukit/posix/src/pthreadattrsetschedpolicy.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrsetscope.c b/cpukit/posix/src/pthreadattrsetscope.c
index 1d8bec0..bdbc64d 100644
--- a/cpukit/posix/src/pthreadattrsetscope.c
+++ b/cpukit/posix/src/pthreadattrsetscope.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrsetstack.c b/cpukit/posix/src/pthreadattrsetstack.c
index b335274..b95d048 100644
--- a/cpukit/posix/src/pthreadattrsetstack.c
+++ b/cpukit/posix/src/pthreadattrsetstack.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrsetstackaddr.c b/cpukit/posix/src/pthreadattrsetstackaddr.c
index d8ed8c8..5221080 100644
--- a/cpukit/posix/src/pthreadattrsetstackaddr.c
+++ b/cpukit/posix/src/pthreadattrsetstackaddr.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadattrsetstacksize.c b/cpukit/posix/src/pthreadattrsetstacksize.c
index b54531d..2039da6 100644
--- a/cpukit/posix/src/pthreadattrsetstacksize.c
+++ b/cpukit/posix/src/pthreadattrsetstacksize.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadconcurrency.c b/cpukit/posix/src/pthreadconcurrency.c
index 7e9c9c0..be5d754 100644
--- a/cpukit/posix/src/pthreadconcurrency.c
+++ b/cpukit/posix/src/pthreadconcurrency.c
@@ -1,4 +1,4 @@
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadconfig.c b/cpukit/posix/src/pthreadconfig.c
index 75683c3..2652513 100644
--- a/cpukit/posix/src/pthreadconfig.c
+++ b/cpukit/posix/src/pthreadconfig.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadcreate.c b/cpukit/posix/src/pthreadcreate.c
index 1960a44..817b507 100644
--- a/cpukit/posix/src/pthreadcreate.c
+++ b/cpukit/posix/src/pthreadcreate.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreaddetach.c b/cpukit/posix/src/pthreaddetach.c
index cf4a3f3..f316f65 100644
--- a/cpukit/posix/src/pthreaddetach.c
+++ b/cpukit/posix/src/pthreaddetach.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadequal.c b/cpukit/posix/src/pthreadequal.c
index 3c315bf..d0b0f13 100644
--- a/cpukit/posix/src/pthreadequal.c
+++ b/cpukit/posix/src/pthreadequal.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadexit.c b/cpukit/posix/src/pthreadexit.c
index 1d041bf..92a853e 100644
--- a/cpukit/posix/src/pthreadexit.c
+++ b/cpukit/posix/src/pthreadexit.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadgetaffinitynp.c b/cpukit/posix/src/pthreadgetaffinitynp.c
index c9595a4..5324bfd 100644
--- a/cpukit/posix/src/pthreadgetaffinitynp.c
+++ b/cpukit/posix/src/pthreadgetaffinitynp.c
@@ -16,7 +16,7 @@
 
 #define  _GNU_SOURCE
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadgetattrnp.c b/cpukit/posix/src/pthreadgetattrnp.c
index d84383c..44c0edf 100644
--- a/cpukit/posix/src/pthreadgetattrnp.c
+++ b/cpukit/posix/src/pthreadgetattrnp.c
@@ -16,7 +16,7 @@
 
 #define  _GNU_SOURCE
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadgetcpuclockid.c b/cpukit/posix/src/pthreadgetcpuclockid.c
index cd7814b..b92fcdd 100644
--- a/cpukit/posix/src/pthreadgetcpuclockid.c
+++ b/cpukit/posix/src/pthreadgetcpuclockid.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadgetnamenp.c b/cpukit/posix/src/pthreadgetnamenp.c
index 502f051..74f9755 100644
--- a/cpukit/posix/src/pthreadgetnamenp.c
+++ b/cpukit/posix/src/pthreadgetnamenp.c
@@ -8,7 +8,7 @@
 
 #define _GNU_SOURCE
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadgetschedparam.c b/cpukit/posix/src/pthreadgetschedparam.c
index 2a34e78..0e9cc31 100644
--- a/cpukit/posix/src/pthreadgetschedparam.c
+++ b/cpukit/posix/src/pthreadgetschedparam.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadinitthreads.c b/cpukit/posix/src/pthreadinitthreads.c
index 3adaa8b..4f08a72 100644
--- a/cpukit/posix/src/pthreadinitthreads.c
+++ b/cpukit/posix/src/pthreadinitthreads.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadjoin.c b/cpukit/posix/src/pthreadjoin.c
index 3fc52d7..3834841 100644
--- a/cpukit/posix/src/pthreadjoin.c
+++ b/cpukit/posix/src/pthreadjoin.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadkill.c b/cpukit/posix/src/pthreadkill.c
index 1da8fb6..a3a74cf 100644
--- a/cpukit/posix/src/pthreadkill.c
+++ b/cpukit/posix/src/pthreadkill.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadonce.c b/cpukit/posix/src/pthreadonce.c
index c92acf8..b766926 100644
--- a/cpukit/posix/src/pthreadonce.c
+++ b/cpukit/posix/src/pthreadonce.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadself.c b/cpukit/posix/src/pthreadself.c
index 95ce15a..3cc161f 100644
--- a/cpukit/posix/src/pthreadself.c
+++ b/cpukit/posix/src/pthreadself.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadsetaffinitynp.c b/cpukit/posix/src/pthreadsetaffinitynp.c
index 7c8ac8c..c207172 100644
--- a/cpukit/posix/src/pthreadsetaffinitynp.c
+++ b/cpukit/posix/src/pthreadsetaffinitynp.c
@@ -16,7 +16,7 @@
 
 #define  _GNU_SOURCE
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadsetnamenp.c b/cpukit/posix/src/pthreadsetnamenp.c
index cbb2e43..cb75aac 100644
--- a/cpukit/posix/src/pthreadsetnamenp.c
+++ b/cpukit/posix/src/pthreadsetnamenp.c
@@ -8,7 +8,7 @@
 
 #define _GNU_SOURCE
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadsetschedparam.c b/cpukit/posix/src/pthreadsetschedparam.c
index 8d87620..51dee9b 100644
--- a/cpukit/posix/src/pthreadsetschedparam.c
+++ b/cpukit/posix/src/pthreadsetschedparam.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadsetschedprio.c b/cpukit/posix/src/pthreadsetschedprio.c
index 01dbd86..72c7dab 100644
--- a/cpukit/posix/src/pthreadsetschedprio.c
+++ b/cpukit/posix/src/pthreadsetschedprio.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/pthreadsigmask.c b/cpukit/posix/src/pthreadsigmask.c
index 1681761..a989cb1 100644
--- a/cpukit/posix/src/pthreadsigmask.c
+++ b/cpukit/posix/src/pthreadsigmask.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/ptimer.c b/cpukit/posix/src/ptimer.c
index 311bc0b..7ac0403 100644
--- a/cpukit/posix/src/ptimer.c
+++ b/cpukit/posix/src/ptimer.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/rwlockattrdestroy.c b/cpukit/posix/src/rwlockattrdestroy.c
index e788339..3b76394 100644
--- a/cpukit/posix/src/rwlockattrdestroy.c
+++ b/cpukit/posix/src/rwlockattrdestroy.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/rwlockattrgetpshared.c b/cpukit/posix/src/rwlockattrgetpshared.c
index cd9af0a..dc7940c 100644
--- a/cpukit/posix/src/rwlockattrgetpshared.c
+++ b/cpukit/posix/src/rwlockattrgetpshared.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/rwlockattrinit.c b/cpukit/posix/src/rwlockattrinit.c
index d3e6e65..0e37d26 100644
--- a/cpukit/posix/src/rwlockattrinit.c
+++ b/cpukit/posix/src/rwlockattrinit.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/rwlockattrsetpshared.c b/cpukit/posix/src/rwlockattrsetpshared.c
index ea7b127..99ae0ef 100644
--- a/cpukit/posix/src/rwlockattrsetpshared.c
+++ b/cpukit/posix/src/rwlockattrsetpshared.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sched_getparam.c b/cpukit/posix/src/sched_getparam.c
index 4817745..c84b6fd 100644
--- a/cpukit/posix/src/sched_getparam.c
+++ b/cpukit/posix/src/sched_getparam.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sched_getprioritymax.c b/cpukit/posix/src/sched_getprioritymax.c
index d882153..ff7f4b4 100644
--- a/cpukit/posix/src/sched_getprioritymax.c
+++ b/cpukit/posix/src/sched_getprioritymax.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sched_getprioritymin.c b/cpukit/posix/src/sched_getprioritymin.c
index 7b89534..75999af 100644
--- a/cpukit/posix/src/sched_getprioritymin.c
+++ b/cpukit/posix/src/sched_getprioritymin.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sched_getscheduler.c b/cpukit/posix/src/sched_getscheduler.c
index 396ceb5..6762aa7 100644
--- a/cpukit/posix/src/sched_getscheduler.c
+++ b/cpukit/posix/src/sched_getscheduler.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sched_rr_get_interval.c b/cpukit/posix/src/sched_rr_get_interval.c
index 1cb78ea..97186a3 100644
--- a/cpukit/posix/src/sched_rr_get_interval.c
+++ b/cpukit/posix/src/sched_rr_get_interval.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sched_setparam.c b/cpukit/posix/src/sched_setparam.c
index 14cd870..c917500 100644
--- a/cpukit/posix/src/sched_setparam.c
+++ b/cpukit/posix/src/sched_setparam.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sched_setscheduler.c b/cpukit/posix/src/sched_setscheduler.c
index 2e0134a..73036e6 100644
--- a/cpukit/posix/src/sched_setscheduler.c
+++ b/cpukit/posix/src/sched_setscheduler.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sched_yield.c b/cpukit/posix/src/sched_yield.c
index cbbcb34..34242b7 100644
--- a/cpukit/posix/src/sched_yield.c
+++ b/cpukit/posix/src/sched_yield.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/semaphoredeletesupp.c b/cpukit/posix/src/semaphoredeletesupp.c
index 6945236..ef50d2e 100644
--- a/cpukit/posix/src/semaphoredeletesupp.c
+++ b/cpukit/posix/src/semaphoredeletesupp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/semclose.c b/cpukit/posix/src/semclose.c
index a27b165..79c5861 100644
--- a/cpukit/posix/src/semclose.c
+++ b/cpukit/posix/src/semclose.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/semdestroy.c b/cpukit/posix/src/semdestroy.c
index 61f5b1e..db3264b 100644
--- a/cpukit/posix/src/semdestroy.c
+++ b/cpukit/posix/src/semdestroy.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/semgetvalue.c b/cpukit/posix/src/semgetvalue.c
index f0242f2..1e2670d 100644
--- a/cpukit/posix/src/semgetvalue.c
+++ b/cpukit/posix/src/semgetvalue.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/seminit.c b/cpukit/posix/src/seminit.c
index e752a27..09fc95f 100644
--- a/cpukit/posix/src/seminit.c
+++ b/cpukit/posix/src/seminit.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/semopen.c b/cpukit/posix/src/semopen.c
index 86bd6a6..97c513e 100644
--- a/cpukit/posix/src/semopen.c
+++ b/cpukit/posix/src/semopen.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sempost.c b/cpukit/posix/src/sempost.c
index d750c11..f1fb7fa 100644
--- a/cpukit/posix/src/sempost.c
+++ b/cpukit/posix/src/sempost.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/semtimedwait.c b/cpukit/posix/src/semtimedwait.c
index 16d0c24..b205701 100644
--- a/cpukit/posix/src/semtimedwait.c
+++ b/cpukit/posix/src/semtimedwait.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/semtrywait.c b/cpukit/posix/src/semtrywait.c
index 759744e..3388169 100644
--- a/cpukit/posix/src/semtrywait.c
+++ b/cpukit/posix/src/semtrywait.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/semunlink.c b/cpukit/posix/src/semunlink.c
index 2abc8f9..021cee3 100644
--- a/cpukit/posix/src/semunlink.c
+++ b/cpukit/posix/src/semunlink.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/semwait.c b/cpukit/posix/src/semwait.c
index 0353af4..6f88225 100644
--- a/cpukit/posix/src/semwait.c
+++ b/cpukit/posix/src/semwait.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/setcancelstate.c b/cpukit/posix/src/setcancelstate.c
index b0a42e8..4040c37 100644
--- a/cpukit/posix/src/setcancelstate.c
+++ b/cpukit/posix/src/setcancelstate.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/setcanceltype.c b/cpukit/posix/src/setcanceltype.c
index 701317f..302f901 100644
--- a/cpukit/posix/src/setcanceltype.c
+++ b/cpukit/posix/src/setcanceltype.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/setitimer.c b/cpukit/posix/src/setitimer.c
index 37ee0eb..02aeb32 100644
--- a/cpukit/posix/src/setitimer.c
+++ b/cpukit/posix/src/setitimer.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/shm.c b/cpukit/posix/src/shm.c
index 8ab14f4..8f7df05 100644
--- a/cpukit/posix/src/shm.c
+++ b/cpukit/posix/src/shm.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/shmconfig.c b/cpukit/posix/src/shmconfig.c
index e03f4e8..2d9fc19 100644
--- a/cpukit/posix/src/shmconfig.c
+++ b/cpukit/posix/src/shmconfig.c
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/shmheap.c b/cpukit/posix/src/shmheap.c
index 6e8e53d..3fceace 100644
--- a/cpukit/posix/src/shmheap.c
+++ b/cpukit/posix/src/shmheap.c
@@ -10,7 +10,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/shmopen.c b/cpukit/posix/src/shmopen.c
index 054a035..d7f494f 100644
--- a/cpukit/posix/src/shmopen.c
+++ b/cpukit/posix/src/shmopen.c
@@ -10,7 +10,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/shmops.c b/cpukit/posix/src/shmops.c
index 0f28aca..904df84 100644
--- a/cpukit/posix/src/shmops.c
+++ b/cpukit/posix/src/shmops.c
@@ -25,7 +25,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/shmunlink.c b/cpukit/posix/src/shmunlink.c
index 00d743a..053b9c4 100644
--- a/cpukit/posix/src/shmunlink.c
+++ b/cpukit/posix/src/shmunlink.c
@@ -10,7 +10,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/shmwkspace.c b/cpukit/posix/src/shmwkspace.c
index 038edc5..4fa4ec4 100644
--- a/cpukit/posix/src/shmwkspace.c
+++ b/cpukit/posix/src/shmwkspace.c
@@ -10,7 +10,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigaction.c b/cpukit/posix/src/sigaction.c
index 26df98d..86d6648 100644
--- a/cpukit/posix/src/sigaction.c
+++ b/cpukit/posix/src/sigaction.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigaddset.c b/cpukit/posix/src/sigaddset.c
index 4a934d3..2dc17cd 100644
--- a/cpukit/posix/src/sigaddset.c
+++ b/cpukit/posix/src/sigaddset.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigdelset.c b/cpukit/posix/src/sigdelset.c
index e2989a4..20f91e6 100644
--- a/cpukit/posix/src/sigdelset.c
+++ b/cpukit/posix/src/sigdelset.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigemptyset.c b/cpukit/posix/src/sigemptyset.c
index 23d7258..50e24da 100644
--- a/cpukit/posix/src/sigemptyset.c
+++ b/cpukit/posix/src/sigemptyset.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigfillset.c b/cpukit/posix/src/sigfillset.c
index 45d6d53..6adc372 100644
--- a/cpukit/posix/src/sigfillset.c
+++ b/cpukit/posix/src/sigfillset.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigismember.c b/cpukit/posix/src/sigismember.c
index 413b8b8..9928e18 100644
--- a/cpukit/posix/src/sigismember.c
+++ b/cpukit/posix/src/sigismember.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/signal_2.c b/cpukit/posix/src/signal_2.c
index 9149bf0..bd891e2 100644
--- a/cpukit/posix/src/signal_2.c
+++ b/cpukit/posix/src/signal_2.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigpending.c b/cpukit/posix/src/sigpending.c
index cf25cf8..d65fe05 100644
--- a/cpukit/posix/src/sigpending.c
+++ b/cpukit/posix/src/sigpending.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigprocmask.c b/cpukit/posix/src/sigprocmask.c
index 7471045..235a58c 100644
--- a/cpukit/posix/src/sigprocmask.c
+++ b/cpukit/posix/src/sigprocmask.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigqueue.c b/cpukit/posix/src/sigqueue.c
index c97f50b..5446ca9 100644
--- a/cpukit/posix/src/sigqueue.c
+++ b/cpukit/posix/src/sigqueue.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigsuspend.c b/cpukit/posix/src/sigsuspend.c
index c6a48a9..79c93fc 100644
--- a/cpukit/posix/src/sigsuspend.c
+++ b/cpukit/posix/src/sigsuspend.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigtimedwait.c b/cpukit/posix/src/sigtimedwait.c
index 351edf0..4e2b6c2 100644
--- a/cpukit/posix/src/sigtimedwait.c
+++ b/cpukit/posix/src/sigtimedwait.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigwait.c b/cpukit/posix/src/sigwait.c
index 121c74f..3b07cc2 100644
--- a/cpukit/posix/src/sigwait.c
+++ b/cpukit/posix/src/sigwait.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sigwaitinfo.c b/cpukit/posix/src/sigwaitinfo.c
index ec74de9..4e90eca 100644
--- a/cpukit/posix/src/sigwaitinfo.c
+++ b/cpukit/posix/src/sigwaitinfo.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/sysconf.c b/cpukit/posix/src/sysconf.c
index 7227a6d..f905a82 100644
--- a/cpukit/posix/src/sysconf.c
+++ b/cpukit/posix/src/sysconf.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/testcancel.c b/cpukit/posix/src/testcancel.c
index f50c778..0d6471f 100644
--- a/cpukit/posix/src/testcancel.c
+++ b/cpukit/posix/src/testcancel.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/timergetoverrun.c b/cpukit/posix/src/timergetoverrun.c
index 263aad8..ac75c3f 100644
--- a/cpukit/posix/src/timergetoverrun.c
+++ b/cpukit/posix/src/timergetoverrun.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/timergettime.c b/cpukit/posix/src/timergettime.c
index 66708e9..4b884b8 100644
--- a/cpukit/posix/src/timergettime.c
+++ b/cpukit/posix/src/timergettime.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/timersettime.c b/cpukit/posix/src/timersettime.c
index eb89029..b83c8b0 100644
--- a/cpukit/posix/src/timersettime.c
+++ b/cpukit/posix/src/timersettime.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/ualarm.c b/cpukit/posix/src/ualarm.c
index 371a961..292ae36 100644
--- a/cpukit/posix/src/ualarm.c
+++ b/cpukit/posix/src/ualarm.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/vfork.c b/cpukit/posix/src/vfork.c
index d3196a5..6483d19 100644
--- a/cpukit/posix/src/vfork.c
+++ b/cpukit/posix/src/vfork.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/wait.c b/cpukit/posix/src/wait.c
index 908754a..da248c9 100644
--- a/cpukit/posix/src/wait.c
+++ b/cpukit/posix/src/wait.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/posix/src/waitpid.c b/cpukit/posix/src/waitpid.c
index d95e475..20a56b4 100644
--- a/cpukit/posix/src/waitpid.c
+++ b/cpukit/posix/src/waitpid.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/barrier.c b/cpukit/rtems/src/barrier.c
index c0d167b..bcfcf27 100644
--- a/cpukit/rtems/src/barrier.c
+++ b/cpukit/rtems/src/barrier.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/barriercreate.c b/cpukit/rtems/src/barriercreate.c
index 5e0f883..a4a3622 100644
--- a/cpukit/rtems/src/barriercreate.c
+++ b/cpukit/rtems/src/barriercreate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/barrierdelete.c b/cpukit/rtems/src/barrierdelete.c
index 3d57908..b35b2f1 100644
--- a/cpukit/rtems/src/barrierdelete.c
+++ b/cpukit/rtems/src/barrierdelete.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/barrierident.c b/cpukit/rtems/src/barrierident.c
index 8ba8c56..e3d6a84 100644
--- a/cpukit/rtems/src/barrierident.c
+++ b/cpukit/rtems/src/barrierident.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/barrierrelease.c b/cpukit/rtems/src/barrierrelease.c
index 2c7f72d..c4385b0 100644
--- a/cpukit/rtems/src/barrierrelease.c
+++ b/cpukit/rtems/src/barrierrelease.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/barrierwait.c b/cpukit/rtems/src/barrierwait.c
index f30f152..51fcd66 100644
--- a/cpukit/rtems/src/barrierwait.c
+++ b/cpukit/rtems/src/barrierwait.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/clockgetsecondssinceepoch.c b/cpukit/rtems/src/clockgetsecondssinceepoch.c
index 108c088..1c2cb23 100644
--- a/cpukit/rtems/src/clockgetsecondssinceepoch.c
+++ b/cpukit/rtems/src/clockgetsecondssinceepoch.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/clockgettickspersecond.c b/cpukit/rtems/src/clockgettickspersecond.c
index 07497cf..ecfe5fa 100644
--- a/cpukit/rtems/src/clockgettickspersecond.c
+++ b/cpukit/rtems/src/clockgettickspersecond.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/clockgettod.c b/cpukit/rtems/src/clockgettod.c
index eb01f0f..f65f5e2 100644
--- a/cpukit/rtems/src/clockgettod.c
+++ b/cpukit/rtems/src/clockgettod.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/clockgettodtimeval.c b/cpukit/rtems/src/clockgettodtimeval.c
index 17314a4..d807ade 100644
--- a/cpukit/rtems/src/clockgettodtimeval.c
+++ b/cpukit/rtems/src/clockgettodtimeval.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/clockgetuptime.c b/cpukit/rtems/src/clockgetuptime.c
index acbe39a..e60f471 100644
--- a/cpukit/rtems/src/clockgetuptime.c
+++ b/cpukit/rtems/src/clockgetuptime.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/clockgetuptimenanoseconds.c b/cpukit/rtems/src/clockgetuptimenanoseconds.c
index 71f5588..30d5cd7 100644
--- a/cpukit/rtems/src/clockgetuptimenanoseconds.c
+++ b/cpukit/rtems/src/clockgetuptimenanoseconds.c
@@ -13,8 +13,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/clock.h>
diff --git a/cpukit/rtems/src/clockgetuptimetimeval.c b/cpukit/rtems/src/clockgetuptimetimeval.c
index 0e095e6..6fdc0d2 100644
--- a/cpukit/rtems/src/clockgetuptimetimeval.c
+++ b/cpukit/rtems/src/clockgetuptimetimeval.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/clock.h>
diff --git a/cpukit/rtems/src/clockset.c b/cpukit/rtems/src/clockset.c
index f60efb4..a42cde7 100644
--- a/cpukit/rtems/src/clockset.c
+++ b/cpukit/rtems/src/clockset.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/clocktick.c b/cpukit/rtems/src/clocktick.c
index df8012e..568610a 100644
--- a/cpukit/rtems/src/clocktick.c
+++ b/cpukit/rtems/src/clocktick.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/clocktodtoseconds.c b/cpukit/rtems/src/clocktodtoseconds.c
index 99d0cbd..30bfba8 100644
--- a/cpukit/rtems/src/clocktodtoseconds.c
+++ b/cpukit/rtems/src/clocktodtoseconds.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/clocktodvalidate.c b/cpukit/rtems/src/clocktodvalidate.c
index 26bd7a3..55cff44 100644
--- a/cpukit/rtems/src/clocktodvalidate.c
+++ b/cpukit/rtems/src/clocktodvalidate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/dpmem.c b/cpukit/rtems/src/dpmem.c
index 79f0fb2..10a1137 100644
--- a/cpukit/rtems/src/dpmem.c
+++ b/cpukit/rtems/src/dpmem.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/dpmemcreate.c b/cpukit/rtems/src/dpmemcreate.c
index 1dc096d..104d0a8 100644
--- a/cpukit/rtems/src/dpmemcreate.c
+++ b/cpukit/rtems/src/dpmemcreate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/dpmemdelete.c b/cpukit/rtems/src/dpmemdelete.c
index f303629..f565f94 100644
--- a/cpukit/rtems/src/dpmemdelete.c
+++ b/cpukit/rtems/src/dpmemdelete.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/dpmemexternal2internal.c b/cpukit/rtems/src/dpmemexternal2internal.c
index 0d9a754..dda5139 100644
--- a/cpukit/rtems/src/dpmemexternal2internal.c
+++ b/cpukit/rtems/src/dpmemexternal2internal.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/dpmemident.c b/cpukit/rtems/src/dpmemident.c
index 852a4a4..775d833 100644
--- a/cpukit/rtems/src/dpmemident.c
+++ b/cpukit/rtems/src/dpmemident.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/dpmeminternal2external.c b/cpukit/rtems/src/dpmeminternal2external.c
index 9cd1a5d..5694e5e 100644
--- a/cpukit/rtems/src/dpmeminternal2external.c
+++ b/cpukit/rtems/src/dpmeminternal2external.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/eventmp.c b/cpukit/rtems/src/eventmp.c
index ac9ab69..ee971a7 100644
--- a/cpukit/rtems/src/eventmp.c
+++ b/cpukit/rtems/src/eventmp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/eventreceive.c b/cpukit/rtems/src/eventreceive.c
index 75a5293..190ee82 100644
--- a/cpukit/rtems/src/eventreceive.c
+++ b/cpukit/rtems/src/eventreceive.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/eventimpl.h>
diff --git a/cpukit/rtems/src/eventseize.c b/cpukit/rtems/src/eventseize.c
index f07a62b..6c2b82d 100644
--- a/cpukit/rtems/src/eventseize.c
+++ b/cpukit/rtems/src/eventseize.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/sysinit.h>
diff --git a/cpukit/rtems/src/eventsend.c b/cpukit/rtems/src/eventsend.c
index 6a383d8..cfd091c 100644
--- a/cpukit/rtems/src/eventsend.c
+++ b/cpukit/rtems/src/eventsend.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/eventimpl.h>
diff --git a/cpukit/rtems/src/eventsurrender.c b/cpukit/rtems/src/eventsurrender.c
index c805b0e..49f77d2 100644
--- a/cpukit/rtems/src/eventsurrender.c
+++ b/cpukit/rtems/src/eventsurrender.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/eventimpl.h>
diff --git a/cpukit/rtems/src/getapiconfig.c b/cpukit/rtems/src/getapiconfig.c
index 088ea59..2e94526 100644
--- a/cpukit/rtems/src/getapiconfig.c
+++ b/cpukit/rtems/src/getapiconfig.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/intrbody.c b/cpukit/rtems/src/intrbody.c
index 9d5980e..fd77783 100644
--- a/cpukit/rtems/src/intrbody.c
+++ b/cpukit/rtems/src/intrbody.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/intrcatch.c b/cpukit/rtems/src/intrcatch.c
index ac972f2..9083af1 100644
--- a/cpukit/rtems/src/intrcatch.c
+++ b/cpukit/rtems/src/intrcatch.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/modes.c b/cpukit/rtems/src/modes.c
index 5c926d9..77d3d97 100644
--- a/cpukit/rtems/src/modes.c
+++ b/cpukit/rtems/src/modes.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/mp.c b/cpukit/rtems/src/mp.c
index 193ffc0..d2cca9c 100644
--- a/cpukit/rtems/src/mp.c
+++ b/cpukit/rtems/src/mp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msg.c b/cpukit/rtems/src/msg.c
index 1156db4..ea09af9 100644
--- a/cpukit/rtems/src/msg.c
+++ b/cpukit/rtems/src/msg.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msgmp.c b/cpukit/rtems/src/msgmp.c
index 78a7c7c..4971b94 100644
--- a/cpukit/rtems/src/msgmp.c
+++ b/cpukit/rtems/src/msgmp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msgqbroadcast.c b/cpukit/rtems/src/msgqbroadcast.c
index 4c4e04e..7b4efb9 100644
--- a/cpukit/rtems/src/msgqbroadcast.c
+++ b/cpukit/rtems/src/msgqbroadcast.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msgqcreate.c b/cpukit/rtems/src/msgqcreate.c
index 7054873..9d4e8cd 100644
--- a/cpukit/rtems/src/msgqcreate.c
+++ b/cpukit/rtems/src/msgqcreate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msgqdelete.c b/cpukit/rtems/src/msgqdelete.c
index 7a3e40a..791f96e 100644
--- a/cpukit/rtems/src/msgqdelete.c
+++ b/cpukit/rtems/src/msgqdelete.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msgqflush.c b/cpukit/rtems/src/msgqflush.c
index 16f7432..7e7442b 100644
--- a/cpukit/rtems/src/msgqflush.c
+++ b/cpukit/rtems/src/msgqflush.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msgqgetnumberpending.c b/cpukit/rtems/src/msgqgetnumberpending.c
index 2a49711..0a62f72 100644
--- a/cpukit/rtems/src/msgqgetnumberpending.c
+++ b/cpukit/rtems/src/msgqgetnumberpending.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msgqident.c b/cpukit/rtems/src/msgqident.c
index 89496de..f25f0cd 100644
--- a/cpukit/rtems/src/msgqident.c
+++ b/cpukit/rtems/src/msgqident.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msgqreceive.c b/cpukit/rtems/src/msgqreceive.c
index 606454d..2b0d18d 100644
--- a/cpukit/rtems/src/msgqreceive.c
+++ b/cpukit/rtems/src/msgqreceive.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msgqsend.c b/cpukit/rtems/src/msgqsend.c
index 1fab4b0..71a1ab4 100644
--- a/cpukit/rtems/src/msgqsend.c
+++ b/cpukit/rtems/src/msgqsend.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/msgqurgent.c b/cpukit/rtems/src/msgqurgent.c
index 4756da4..8c9557c 100644
--- a/cpukit/rtems/src/msgqurgent.c
+++ b/cpukit/rtems/src/msgqurgent.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/part.c b/cpukit/rtems/src/part.c
index cb47921..3471368 100644
--- a/cpukit/rtems/src/part.c
+++ b/cpukit/rtems/src/part.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/partcreate.c b/cpukit/rtems/src/partcreate.c
index ccbae77..9378408 100644
--- a/cpukit/rtems/src/partcreate.c
+++ b/cpukit/rtems/src/partcreate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/partdelete.c b/cpukit/rtems/src/partdelete.c
index 972e81e..cec9488 100644
--- a/cpukit/rtems/src/partdelete.c
+++ b/cpukit/rtems/src/partdelete.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/partgetbuffer.c b/cpukit/rtems/src/partgetbuffer.c
index 42b1b07..8e5350a 100644
--- a/cpukit/rtems/src/partgetbuffer.c
+++ b/cpukit/rtems/src/partgetbuffer.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/partident.c b/cpukit/rtems/src/partident.c
index c5ea86d..03490cd 100644
--- a/cpukit/rtems/src/partident.c
+++ b/cpukit/rtems/src/partident.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/partmp.c b/cpukit/rtems/src/partmp.c
index b22b244..3d7abc1 100644
--- a/cpukit/rtems/src/partmp.c
+++ b/cpukit/rtems/src/partmp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/partreturnbuffer.c b/cpukit/rtems/src/partreturnbuffer.c
index 5d04c63..6d762c4 100644
--- a/cpukit/rtems/src/partreturnbuffer.c
+++ b/cpukit/rtems/src/partreturnbuffer.c
@@ -10,7 +10,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/ratemon.c b/cpukit/rtems/src/ratemon.c
index dc54169..255fc8b 100644
--- a/cpukit/rtems/src/ratemon.c
+++ b/cpukit/rtems/src/ratemon.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/ratemoncancel.c b/cpukit/rtems/src/ratemoncancel.c
index ee556a3..37648ee 100644
--- a/cpukit/rtems/src/ratemoncancel.c
+++ b/cpukit/rtems/src/ratemoncancel.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/ratemoncreate.c b/cpukit/rtems/src/ratemoncreate.c
index 8dd43bb..440b093 100644
--- a/cpukit/rtems/src/ratemoncreate.c
+++ b/cpukit/rtems/src/ratemoncreate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/ratemondelete.c b/cpukit/rtems/src/ratemondelete.c
index cb07694..385d08f 100644
--- a/cpukit/rtems/src/ratemondelete.c
+++ b/cpukit/rtems/src/ratemondelete.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/ratemongetstatistics.c b/cpukit/rtems/src/ratemongetstatistics.c
index 7ffd2c5..1646b58 100644
--- a/cpukit/rtems/src/ratemongetstatistics.c
+++ b/cpukit/rtems/src/ratemongetstatistics.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/ratemongetstatus.c b/cpukit/rtems/src/ratemongetstatus.c
index 4e6b964..438d61b 100644
--- a/cpukit/rtems/src/ratemongetstatus.c
+++ b/cpukit/rtems/src/ratemongetstatus.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/ratemonident.c b/cpukit/rtems/src/ratemonident.c
index 58989e2..9c1ae3f 100644
--- a/cpukit/rtems/src/ratemonident.c
+++ b/cpukit/rtems/src/ratemonident.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/ratemonperiod.c b/cpukit/rtems/src/ratemonperiod.c
index b266920..438e4b8 100644
--- a/cpukit/rtems/src/ratemonperiod.c
+++ b/cpukit/rtems/src/ratemonperiod.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/ratemonresetstatistics.c b/cpukit/rtems/src/ratemonresetstatistics.c
index 0b0e6c6..3e133a4 100644
--- a/cpukit/rtems/src/ratemonresetstatistics.c
+++ b/cpukit/rtems/src/ratemonresetstatistics.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/ratemontimeout.c b/cpukit/rtems/src/ratemontimeout.c
index e2593f5..51e6875 100644
--- a/cpukit/rtems/src/ratemontimeout.c
+++ b/cpukit/rtems/src/ratemontimeout.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/region.c b/cpukit/rtems/src/region.c
index f7ed857..c9d75a8 100644
--- a/cpukit/rtems/src/region.c
+++ b/cpukit/rtems/src/region.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regioncreate.c b/cpukit/rtems/src/regioncreate.c
index 3d6215c..5d3d8a6 100644
--- a/cpukit/rtems/src/regioncreate.c
+++ b/cpukit/rtems/src/regioncreate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regiondelete.c b/cpukit/rtems/src/regiondelete.c
index e9ced7b..25021b9 100644
--- a/cpukit/rtems/src/regiondelete.c
+++ b/cpukit/rtems/src/regiondelete.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regionextend.c b/cpukit/rtems/src/regionextend.c
index 3153889..f9a70fc 100644
--- a/cpukit/rtems/src/regionextend.c
+++ b/cpukit/rtems/src/regionextend.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regiongetfreeinfo.c b/cpukit/rtems/src/regiongetfreeinfo.c
index c35d888..e0f1aa4 100644
--- a/cpukit/rtems/src/regiongetfreeinfo.c
+++ b/cpukit/rtems/src/regiongetfreeinfo.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regiongetinfo.c b/cpukit/rtems/src/regiongetinfo.c
index 8226dca..09b31b0 100644
--- a/cpukit/rtems/src/regiongetinfo.c
+++ b/cpukit/rtems/src/regiongetinfo.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regiongetsegment.c b/cpukit/rtems/src/regiongetsegment.c
index 02acefb..22f8df2 100644
--- a/cpukit/rtems/src/regiongetsegment.c
+++ b/cpukit/rtems/src/regiongetsegment.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regiongetsegmentsize.c b/cpukit/rtems/src/regiongetsegmentsize.c
index bb7481f..c232a66 100644
--- a/cpukit/rtems/src/regiongetsegmentsize.c
+++ b/cpukit/rtems/src/regiongetsegmentsize.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regionident.c b/cpukit/rtems/src/regionident.c
index 9b6f57f..9e4d4b7 100644
--- a/cpukit/rtems/src/regionident.c
+++ b/cpukit/rtems/src/regionident.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regionprocessqueue.c b/cpukit/rtems/src/regionprocessqueue.c
index 845454b..4adaf66 100644
--- a/cpukit/rtems/src/regionprocessqueue.c
+++ b/cpukit/rtems/src/regionprocessqueue.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regionresizesegment.c b/cpukit/rtems/src/regionresizesegment.c
index 303fce4..3921868 100644
--- a/cpukit/rtems/src/regionresizesegment.c
+++ b/cpukit/rtems/src/regionresizesegment.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/regionreturnsegment.c b/cpukit/rtems/src/regionreturnsegment.c
index ff742cf..548f5dd 100644
--- a/cpukit/rtems/src/regionreturnsegment.c
+++ b/cpukit/rtems/src/regionreturnsegment.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/rtclock.c b/cpukit/rtems/src/rtclock.c
index d9e7155..9e914d3 100644
--- a/cpukit/rtems/src/rtclock.c
+++ b/cpukit/rtems/src/rtclock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/rtemsobjectgetclassicname.c b/cpukit/rtems/src/rtemsobjectgetclassicname.c
index a60d66c..3decbb1 100644
--- a/cpukit/rtems/src/rtemsobjectgetclassicname.c
+++ b/cpukit/rtems/src/rtemsobjectgetclassicname.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/rtemsobjectgetclassinfo.c b/cpukit/rtems/src/rtemsobjectgetclassinfo.c
index e0f5ab6..9b413da 100644
--- a/cpukit/rtems/src/rtemsobjectgetclassinfo.c
+++ b/cpukit/rtems/src/rtemsobjectgetclassinfo.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/rtemstimer.c b/cpukit/rtems/src/rtemstimer.c
index be659221..545ca1e 100644
--- a/cpukit/rtems/src/rtemstimer.c
+++ b/cpukit/rtems/src/rtemstimer.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/scheduleraddprocessor.c b/cpukit/rtems/src/scheduleraddprocessor.c
index 243fb6c..51adeec 100644
--- a/cpukit/rtems/src/scheduleraddprocessor.c
+++ b/cpukit/rtems/src/scheduleraddprocessor.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/schedulergetmaxprio.c b/cpukit/rtems/src/schedulergetmaxprio.c
index a1eef31..96c65f5 100644
--- a/cpukit/rtems/src/schedulergetmaxprio.c
+++ b/cpukit/rtems/src/schedulergetmaxprio.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/schedulergetprocessorset.c b/cpukit/rtems/src/schedulergetprocessorset.c
index 986a0ab..3aa7df3 100644
--- a/cpukit/rtems/src/schedulergetprocessorset.c
+++ b/cpukit/rtems/src/schedulergetprocessorset.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/tasks.h>
diff --git a/cpukit/rtems/src/schedulerident.c b/cpukit/rtems/src/schedulerident.c
index 5bde8de8..8f81d0c 100644
--- a/cpukit/rtems/src/schedulerident.c
+++ b/cpukit/rtems/src/schedulerident.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/tasks.h>
diff --git a/cpukit/rtems/src/scheduleridentbyprocessor.c b/cpukit/rtems/src/scheduleridentbyprocessor.c
index f862c1b..465796c 100644
--- a/cpukit/rtems/src/scheduleridentbyprocessor.c
+++ b/cpukit/rtems/src/scheduleridentbyprocessor.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/scheduleridentbyprocessorset.c b/cpukit/rtems/src/scheduleridentbyprocessorset.c
index 4988ed0..7a14521 100644
--- a/cpukit/rtems/src/scheduleridentbyprocessorset.c
+++ b/cpukit/rtems/src/scheduleridentbyprocessorset.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/schedulermapfromposix.c b/cpukit/rtems/src/schedulermapfromposix.c
index fca9de2..ba29bca 100644
--- a/cpukit/rtems/src/schedulermapfromposix.c
+++ b/cpukit/rtems/src/schedulermapfromposix.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/schedulermaptoposix.c b/cpukit/rtems/src/schedulermaptoposix.c
index 6af3152..17bc757 100644
--- a/cpukit/rtems/src/schedulermaptoposix.c
+++ b/cpukit/rtems/src/schedulermaptoposix.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/schedulerremoveprocessor.c b/cpukit/rtems/src/schedulerremoveprocessor.c
index ea3c621..62cfd25 100644
--- a/cpukit/rtems/src/schedulerremoveprocessor.c
+++ b/cpukit/rtems/src/schedulerremoveprocessor.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/sem.c b/cpukit/rtems/src/sem.c
index 51733b4..a50cf9c 100644
--- a/cpukit/rtems/src/sem.c
+++ b/cpukit/rtems/src/sem.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/semcreate.c b/cpukit/rtems/src/semcreate.c
index 4157856..10f7b33 100644
--- a/cpukit/rtems/src/semcreate.c
+++ b/cpukit/rtems/src/semcreate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/semdelete.c b/cpukit/rtems/src/semdelete.c
index 44fec02..b4564fb 100644
--- a/cpukit/rtems/src/semdelete.c
+++ b/cpukit/rtems/src/semdelete.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/semflush.c b/cpukit/rtems/src/semflush.c
index 13c0e8d..a657a71 100644
--- a/cpukit/rtems/src/semflush.c
+++ b/cpukit/rtems/src/semflush.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/semident.c b/cpukit/rtems/src/semident.c
index 5b450db..37c776c 100644
--- a/cpukit/rtems/src/semident.c
+++ b/cpukit/rtems/src/semident.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/semmp.c b/cpukit/rtems/src/semmp.c
index 0246e1f..9b169a8 100644
--- a/cpukit/rtems/src/semmp.c
+++ b/cpukit/rtems/src/semmp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/semobtain.c b/cpukit/rtems/src/semobtain.c
index 5916cf5..ae1cb86 100644
--- a/cpukit/rtems/src/semobtain.c
+++ b/cpukit/rtems/src/semobtain.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/semrelease.c b/cpukit/rtems/src/semrelease.c
index 33767f9..4de2543 100644
--- a/cpukit/rtems/src/semrelease.c
+++ b/cpukit/rtems/src/semrelease.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/semsetpriority.c b/cpukit/rtems/src/semsetpriority.c
index 772f30c..933114f 100644
--- a/cpukit/rtems/src/semsetpriority.c
+++ b/cpukit/rtems/src/semsetpriority.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/semimpl.h>
diff --git a/cpukit/rtems/src/signalcatch.c b/cpukit/rtems/src/signalcatch.c
index 63efa5c..f282314 100644
--- a/cpukit/rtems/src/signalcatch.c
+++ b/cpukit/rtems/src/signalcatch.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/signalmp.c b/cpukit/rtems/src/signalmp.c
index 119fe5a..81b8376 100644
--- a/cpukit/rtems/src/signalmp.c
+++ b/cpukit/rtems/src/signalmp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/signalsend.c b/cpukit/rtems/src/signalsend.c
index b293191..36e2366 100644
--- a/cpukit/rtems/src/signalsend.c
+++ b/cpukit/rtems/src/signalsend.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/statustext.c b/cpukit/rtems/src/statustext.c
index 2369794..7d507db 100644
--- a/cpukit/rtems/src/statustext.c
+++ b/cpukit/rtems/src/statustext.c
@@ -18,8 +18,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/cpukit/rtems/src/systemeventreceive.c b/cpukit/rtems/src/systemeventreceive.c
index 64093c2..ee25260 100644
--- a/cpukit/rtems/src/systemeventreceive.c
+++ b/cpukit/rtems/src/systemeventreceive.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/eventimpl.h>
diff --git a/cpukit/rtems/src/systemeventsend.c b/cpukit/rtems/src/systemeventsend.c
index 53d9b6f..e939d77 100644
--- a/cpukit/rtems/src/systemeventsend.c
+++ b/cpukit/rtems/src/systemeventsend.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/eventimpl.h>
diff --git a/cpukit/rtems/src/taskcreate.c b/cpukit/rtems/src/taskcreate.c
index 03917f3..288eafa 100644
--- a/cpukit/rtems/src/taskcreate.c
+++ b/cpukit/rtems/src/taskcreate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskdelete.c b/cpukit/rtems/src/taskdelete.c
index b7c2cd5..0122b94 100644
--- a/cpukit/rtems/src/taskdelete.c
+++ b/cpukit/rtems/src/taskdelete.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskexit.c b/cpukit/rtems/src/taskexit.c
index 7faf8ae..a1b0d81 100644
--- a/cpukit/rtems/src/taskexit.c
+++ b/cpukit/rtems/src/taskexit.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskgetaffinity.c b/cpukit/rtems/src/taskgetaffinity.c
index bd94631..ebcdab9 100644
--- a/cpukit/rtems/src/taskgetaffinity.c
+++ b/cpukit/rtems/src/taskgetaffinity.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskgetpriority.c b/cpukit/rtems/src/taskgetpriority.c
index 8fb8ad3..6770cda 100644
--- a/cpukit/rtems/src/taskgetpriority.c
+++ b/cpukit/rtems/src/taskgetpriority.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskgetscheduler.c b/cpukit/rtems/src/taskgetscheduler.c
index e874c30..d298018 100644
--- a/cpukit/rtems/src/taskgetscheduler.c
+++ b/cpukit/rtems/src/taskgetscheduler.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/tasks.h>
diff --git a/cpukit/rtems/src/taskident.c b/cpukit/rtems/src/taskident.c
index 0f826b8..d35a617 100644
--- a/cpukit/rtems/src/taskident.c
+++ b/cpukit/rtems/src/taskident.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskinitdefault.c b/cpukit/rtems/src/taskinitdefault.c
index b0ac336..1687236 100644
--- a/cpukit/rtems/src/taskinitdefault.c
+++ b/cpukit/rtems/src/taskinitdefault.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskinitusers.c b/cpukit/rtems/src/taskinitusers.c
index 3f913b8..104cb8b 100644
--- a/cpukit/rtems/src/taskinitusers.c
+++ b/cpukit/rtems/src/taskinitusers.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskissuspended.c b/cpukit/rtems/src/taskissuspended.c
index b6730de..2706d76 100644
--- a/cpukit/rtems/src/taskissuspended.c
+++ b/cpukit/rtems/src/taskissuspended.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskiterate.c b/cpukit/rtems/src/taskiterate.c
index 853551b..2d1694d 100644
--- a/cpukit/rtems/src/taskiterate.c
+++ b/cpukit/rtems/src/taskiterate.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskmode.c b/cpukit/rtems/src/taskmode.c
index 3ba5ce7..2d526cc 100644
--- a/cpukit/rtems/src/taskmode.c
+++ b/cpukit/rtems/src/taskmode.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskmp.c b/cpukit/rtems/src/taskmp.c
index d929c35..c5dcb89 100644
--- a/cpukit/rtems/src/taskmp.c
+++ b/cpukit/rtems/src/taskmp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskrestart.c b/cpukit/rtems/src/taskrestart.c
index e110bb3..c27b876 100644
--- a/cpukit/rtems/src/taskrestart.c
+++ b/cpukit/rtems/src/taskrestart.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskresume.c b/cpukit/rtems/src/taskresume.c
index e36c8b0..4b4f906 100644
--- a/cpukit/rtems/src/taskresume.c
+++ b/cpukit/rtems/src/taskresume.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index f0297b1..c710134 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskself.c b/cpukit/rtems/src/taskself.c
index c699ee2..6d34e70 100644
--- a/cpukit/rtems/src/taskself.c
+++ b/cpukit/rtems/src/taskself.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/tasksetaffinity.c b/cpukit/rtems/src/tasksetaffinity.c
index 595c7e0..1ba8343 100644
--- a/cpukit/rtems/src/tasksetaffinity.c
+++ b/cpukit/rtems/src/tasksetaffinity.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/tasksetpriority.c b/cpukit/rtems/src/tasksetpriority.c
index 0651d49..1d46d4f 100644
--- a/cpukit/rtems/src/tasksetpriority.c
+++ b/cpukit/rtems/src/tasksetpriority.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/tasksetscheduler.c b/cpukit/rtems/src/tasksetscheduler.c
index c5e1878..2d714b1 100644
--- a/cpukit/rtems/src/tasksetscheduler.c
+++ b/cpukit/rtems/src/tasksetscheduler.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/tasksimpl.h>
diff --git a/cpukit/rtems/src/taskstart.c b/cpukit/rtems/src/taskstart.c
index 4b1ceb8..e781734 100644
--- a/cpukit/rtems/src/taskstart.c
+++ b/cpukit/rtems/src/taskstart.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/tasksuspend.c b/cpukit/rtems/src/tasksuspend.c
index 230a1e0..5f59922 100644
--- a/cpukit/rtems/src/tasksuspend.c
+++ b/cpukit/rtems/src/tasksuspend.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskwakeafter.c b/cpukit/rtems/src/taskwakeafter.c
index 193c96f..ef50f75 100644
--- a/cpukit/rtems/src/taskwakeafter.c
+++ b/cpukit/rtems/src/taskwakeafter.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/taskwakewhen.c b/cpukit/rtems/src/taskwakewhen.c
index 330d37a..23789e1 100644
--- a/cpukit/rtems/src/taskwakewhen.c
+++ b/cpukit/rtems/src/taskwakewhen.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timercancel.c b/cpukit/rtems/src/timercancel.c
index a69f38e..71f2122 100644
--- a/cpukit/rtems/src/timercancel.c
+++ b/cpukit/rtems/src/timercancel.c
@@ -10,7 +10,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timercreate.c b/cpukit/rtems/src/timercreate.c
index ad47ce5..db92941 100644
--- a/cpukit/rtems/src/timercreate.c
+++ b/cpukit/rtems/src/timercreate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timerdelete.c b/cpukit/rtems/src/timerdelete.c
index 8b23c31..d77c0b2 100644
--- a/cpukit/rtems/src/timerdelete.c
+++ b/cpukit/rtems/src/timerdelete.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timerfireafter.c b/cpukit/rtems/src/timerfireafter.c
index 82bd878..61a7905 100644
--- a/cpukit/rtems/src/timerfireafter.c
+++ b/cpukit/rtems/src/timerfireafter.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timerfirewhen.c b/cpukit/rtems/src/timerfirewhen.c
index eddeb16..b1610a0 100644
--- a/cpukit/rtems/src/timerfirewhen.c
+++ b/cpukit/rtems/src/timerfirewhen.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timergetinfo.c b/cpukit/rtems/src/timergetinfo.c
index 804b0cf..081db61 100644
--- a/cpukit/rtems/src/timergetinfo.c
+++ b/cpukit/rtems/src/timergetinfo.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timerident.c b/cpukit/rtems/src/timerident.c
index b4e4f9b..b11550a 100644
--- a/cpukit/rtems/src/timerident.c
+++ b/cpukit/rtems/src/timerident.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timerreset.c b/cpukit/rtems/src/timerreset.c
index 6357160..1465952 100644
--- a/cpukit/rtems/src/timerreset.c
+++ b/cpukit/rtems/src/timerreset.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timerserver.c b/cpukit/rtems/src/timerserver.c
index 1a332b8..0ac1e89 100644
--- a/cpukit/rtems/src/timerserver.c
+++ b/cpukit/rtems/src/timerserver.c
@@ -22,7 +22,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timerserverfireafter.c b/cpukit/rtems/src/timerserverfireafter.c
index ce1fd05..a4a7e97 100644
--- a/cpukit/rtems/src/timerserverfireafter.c
+++ b/cpukit/rtems/src/timerserverfireafter.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/timerserverfirewhen.c b/cpukit/rtems/src/timerserverfirewhen.c
index f96a470..8d62c80 100644
--- a/cpukit/rtems/src/timerserverfirewhen.c
+++ b/cpukit/rtems/src/timerserverfirewhen.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/workspace.c b/cpukit/rtems/src/workspace.c
index 764280a..a6c5c75 100644
--- a/cpukit/rtems/src/workspace.c
+++ b/cpukit/rtems/src/workspace.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/rtems/src/workspacegreedy.c b/cpukit/rtems/src/workspacegreedy.c
index ecd4b86..7e70761 100644
--- a/cpukit/rtems/src/workspacegreedy.c
+++ b/cpukit/rtems/src/workspacegreedy.c
@@ -19,8 +19,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rtems/support.h>
diff --git a/cpukit/sapi/src/chainappendnotify.c b/cpukit/sapi/src/chainappendnotify.c
index 816b1ab..37a292b 100644
--- a/cpukit/sapi/src/chainappendnotify.c
+++ b/cpukit/sapi/src/chainappendnotify.c
@@ -20,7 +20,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/chaingetnotify.c b/cpukit/sapi/src/chaingetnotify.c
index 669fbd2..d32d87a 100644
--- a/cpukit/sapi/src/chaingetnotify.c
+++ b/cpukit/sapi/src/chaingetnotify.c
@@ -20,7 +20,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/chaingetwait.c b/cpukit/sapi/src/chaingetwait.c
index 10fac41..8164665 100644
--- a/cpukit/sapi/src/chaingetwait.c
+++ b/cpukit/sapi/src/chaingetwait.c
@@ -20,7 +20,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/chainprependnotify.c b/cpukit/sapi/src/chainprependnotify.c
index f396c4c..bf11abd 100644
--- a/cpukit/sapi/src/chainprependnotify.c
+++ b/cpukit/sapi/src/chainprependnotify.c
@@ -20,7 +20,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/chainprotected.c b/cpukit/sapi/src/chainprotected.c
index 868e3d8..73457e6 100644
--- a/cpukit/sapi/src/chainprotected.c
+++ b/cpukit/sapi/src/chainprotected.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/chain.h>
diff --git a/cpukit/sapi/src/delaynano.c b/cpukit/sapi/src/delaynano.c
index 9728166..6d7ebf4 100644
--- a/cpukit/sapi/src/delaynano.c
+++ b/cpukit/sapi/src/delaynano.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/counter.h>
diff --git a/cpukit/sapi/src/delayticks.c b/cpukit/sapi/src/delayticks.c
index 59add62..ea20bb6 100644
--- a/cpukit/sapi/src/delayticks.c
+++ b/cpukit/sapi/src/delayticks.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/counter.h>
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index e29b364..623d402 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/exshutdown.c b/cpukit/sapi/src/exshutdown.c
index 4f70091..addd53e 100644
--- a/cpukit/sapi/src/exshutdown.c
+++ b/cpukit/sapi/src/exshutdown.c
@@ -9,7 +9,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/extension.c b/cpukit/sapi/src/extension.c
index 028dccd..85e327c 100644
--- a/cpukit/sapi/src/extension.c
+++ b/cpukit/sapi/src/extension.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/extensioncreate.c b/cpukit/sapi/src/extensioncreate.c
index d3ab0f6..59f41d2 100644
--- a/cpukit/sapi/src/extensioncreate.c
+++ b/cpukit/sapi/src/extensioncreate.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/extensiondelete.c b/cpukit/sapi/src/extensiondelete.c
index af2bd83..0ea6115 100644
--- a/cpukit/sapi/src/extensiondelete.c
+++ b/cpukit/sapi/src/extensiondelete.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/extensionident.c b/cpukit/sapi/src/extensionident.c
index 00ef83e..c92a779 100644
--- a/cpukit/sapi/src/extensionident.c
+++ b/cpukit/sapi/src/extensionident.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/fatal.c b/cpukit/sapi/src/fatal.c
index 54253fc..d834f73 100644
--- a/cpukit/sapi/src/fatal.c
+++ b/cpukit/sapi/src/fatal.c
@@ -18,7 +18,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/fatalsrctext.c b/cpukit/sapi/src/fatalsrctext.c
index d130ae0..4d06415 100644
--- a/cpukit/sapi/src/fatalsrctext.c
+++ b/cpukit/sapi/src/fatalsrctext.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/fatal.h>
diff --git a/cpukit/sapi/src/getversionstring.c b/cpukit/sapi/src/getversionstring.c
index ced3103..2222e9e 100644
--- a/cpukit/sapi/src/getversionstring.c
+++ b/cpukit/sapi/src/getversionstring.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/interrtext.c b/cpukit/sapi/src/interrtext.c
index bdd567c..2aff344 100644
--- a/cpukit/sapi/src/interrtext.c
+++ b/cpukit/sapi/src/interrtext.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/fatal.h>
diff --git a/cpukit/sapi/src/io.c b/cpukit/sapi/src/io.c
index 6cda083..63b784e 100644
--- a/cpukit/sapi/src/io.c
+++ b/cpukit/sapi/src/io.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/ioclose.c b/cpukit/sapi/src/ioclose.c
index 038c983..151d675 100644
--- a/cpukit/sapi/src/ioclose.c
+++ b/cpukit/sapi/src/ioclose.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/iocontrol.c b/cpukit/sapi/src/iocontrol.c
index 8d6e0a1..6093918 100644
--- a/cpukit/sapi/src/iocontrol.c
+++ b/cpukit/sapi/src/iocontrol.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/iodefault.c b/cpukit/sapi/src/iodefault.c
index 114a419..fac613e 100644
--- a/cpukit/sapi/src/iodefault.c
+++ b/cpukit/sapi/src/iodefault.c
@@ -34,7 +34,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/ioinitialize.c b/cpukit/sapi/src/ioinitialize.c
index 7664644..1648533 100644
--- a/cpukit/sapi/src/ioinitialize.c
+++ b/cpukit/sapi/src/ioinitialize.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/ioopen.c b/cpukit/sapi/src/ioopen.c
index 5fcefe7..a42d9f1 100644
--- a/cpukit/sapi/src/ioopen.c
+++ b/cpukit/sapi/src/ioopen.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/ioread.c b/cpukit/sapi/src/ioread.c
index 2701cc9..a52c03b 100644
--- a/cpukit/sapi/src/ioread.c
+++ b/cpukit/sapi/src/ioread.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/ioregisterdriver.c b/cpukit/sapi/src/ioregisterdriver.c
index ca51f03..57d01ee 100644
--- a/cpukit/sapi/src/ioregisterdriver.c
+++ b/cpukit/sapi/src/ioregisterdriver.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/iounregisterdriver.c b/cpukit/sapi/src/iounregisterdriver.c
index 1b90fa7..75cbe9a 100644
--- a/cpukit/sapi/src/iounregisterdriver.c
+++ b/cpukit/sapi/src/iounregisterdriver.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/iowrite.c b/cpukit/sapi/src/iowrite.c
index ba41851..79b1888 100644
--- a/cpukit/sapi/src/iowrite.c
+++ b/cpukit/sapi/src/iowrite.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/posixapi.c b/cpukit/sapi/src/posixapi.c
index 4d2f8f4..2cd771c 100644
--- a/cpukit/sapi/src/posixapi.c
+++ b/cpukit/sapi/src/posixapi.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/profilingiterate.c b/cpukit/sapi/src/profilingiterate.c
index 7975465..1f2a375 100644
--- a/cpukit/sapi/src/profilingiterate.c
+++ b/cpukit/sapi/src/profilingiterate.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/profiling.h>
diff --git a/cpukit/sapi/src/profilingreportxml.c b/cpukit/sapi/src/profilingreportxml.c
index e643146..f89fb8b 100644
--- a/cpukit/sapi/src/profilingreportxml.c
+++ b/cpukit/sapi/src/profilingreportxml.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/profiling.h>
diff --git a/cpukit/sapi/src/rbheap.c b/cpukit/sapi/src/rbheap.c
index 3a69837..46de734 100644
--- a/cpukit/sapi/src/rbheap.c
+++ b/cpukit/sapi/src/rbheap.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/rbheap.h>
diff --git a/cpukit/sapi/src/rbtree.c b/cpukit/sapi/src/rbtree.c
index 57fbd63..829a57c 100644
--- a/cpukit/sapi/src/rbtree.c
+++ b/cpukit/sapi/src/rbtree.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/rbtreefind.c b/cpukit/sapi/src/rbtreefind.c
index 1e4d445..f58799f 100644
--- a/cpukit/sapi/src/rbtreefind.c
+++ b/cpukit/sapi/src/rbtreefind.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/sapirbtreeinsert.c b/cpukit/sapi/src/sapirbtreeinsert.c
index db55e43..926b80a 100644
--- a/cpukit/sapi/src/sapirbtreeinsert.c
+++ b/cpukit/sapi/src/sapirbtreeinsert.c
@@ -6,7 +6,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/sapi/src/tcsimpleinstall.c b/cpukit/sapi/src/tcsimpleinstall.c
index 563edd7..80dd4ca 100644
--- a/cpukit/sapi/src/tcsimpleinstall.c
+++ b/cpukit/sapi/src/tcsimpleinstall.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/timecounter.h>
diff --git a/cpukit/sapi/src/version.c b/cpukit/sapi/src/version.c
index 065a45c..1afaf7f 100644
--- a/cpukit/sapi/src/version.c
+++ b/cpukit/sapi/src/version.c
@@ -20,7 +20,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/cpu/arm/__aeabi_read_tp.c b/cpukit/score/cpu/arm/__aeabi_read_tp.c
index 4984fd9..22acc77 100644
--- a/cpukit/score/cpu/arm/__aeabi_read_tp.c
+++ b/cpukit/score/cpu/arm/__aeabi_read_tp.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/thread.h>
diff --git a/cpukit/score/cpu/arm/__tls_get_addr.c b/cpukit/score/cpu/arm/__tls_get_addr.c
index 9397b8b..837395b 100644
--- a/cpukit/score/cpu/arm/__tls_get_addr.c
+++ b/cpukit/score/cpu/arm/__tls_get_addr.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/threadimpl.h>
diff --git a/cpukit/score/cpu/arm/arm-context-validate.S b/cpukit/score/cpu/arm/arm-context-validate.S
index 5c6ac21..257a9ff 100644
--- a/cpukit/score/cpu/arm/arm-context-validate.S
+++ b/cpukit/score/cpu/arm/arm-context-validate.S
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/arm/arm-context-volatile-clobber.S b/cpukit/score/cpu/arm/arm-context-volatile-clobber.S
index 0b7e0f3..d94e107 100644
--- a/cpukit/score/cpu/arm/arm-context-volatile-clobber.S
+++ b/cpukit/score/cpu/arm/arm-context-volatile-clobber.S
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/arm/arm-exception-default.c b/cpukit/score/cpu/arm/arm-exception-default.c
index 2ead923..6d4d88f 100644
--- a/cpukit/score/cpu/arm/arm-exception-default.c
+++ b/cpukit/score/cpu/arm/arm-exception-default.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/arm/arm-exception-frame-print.c b/cpukit/score/cpu/arm/arm-exception-frame-print.c
index 3ec927a..252d775 100644
--- a/cpukit/score/cpu/arm/arm-exception-frame-print.c
+++ b/cpukit/score/cpu/arm/arm-exception-frame-print.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <inttypes.h>
diff --git a/cpukit/score/cpu/arm/armv4-exception-default.S b/cpukit/score/cpu/arm/armv4-exception-default.S
index 848ffe4..34cc5ad 100644
--- a/cpukit/score/cpu/arm/armv4-exception-default.S
+++ b/cpukit/score/cpu/arm/armv4-exception-default.S
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/arm/armv7-thread-idle.c b/cpukit/score/cpu/arm/armv7-thread-idle.c
index dd78a93..7334626 100644
--- a/cpukit/score/cpu/arm/armv7-thread-idle.c
+++ b/cpukit/score/cpu/arm/armv7-thread-idle.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/arm/armv7m-context-initialize.c b/cpukit/score/cpu/arm/armv7m-context-initialize.c
index 3b79723..caaa355 100644
--- a/cpukit/score/cpu/arm/armv7m-context-initialize.c
+++ b/cpukit/score/cpu/arm/armv7m-context-initialize.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <string.h>
diff --git a/cpukit/score/cpu/arm/armv7m-context-restore.c b/cpukit/score/cpu/arm/armv7m-context-restore.c
index 626cd24..adfc261 100644
--- a/cpukit/score/cpu/arm/armv7m-context-restore.c
+++ b/cpukit/score/cpu/arm/armv7m-context-restore.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-context-switch.c b/cpukit/score/cpu/arm/armv7m-context-switch.c
index aa09276..bfef67e 100644
--- a/cpukit/score/cpu/arm/armv7m-context-switch.c
+++ b/cpukit/score/cpu/arm/armv7m-context-switch.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-exception-default.c b/cpukit/score/cpu/arm/armv7m-exception-default.c
index 0e4efad..5add31a 100644
--- a/cpukit/score/cpu/arm/armv7m-exception-default.c
+++ b/cpukit/score/cpu/arm/armv7m-exception-default.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-exception-handler-get.c b/cpukit/score/cpu/arm/armv7m-exception-handler-get.c
index 591f2b3..1e86dcf 100644
--- a/cpukit/score/cpu/arm/armv7m-exception-handler-get.c
+++ b/cpukit/score/cpu/arm/armv7m-exception-handler-get.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-exception-handler-set.c b/cpukit/score/cpu/arm/armv7m-exception-handler-set.c
index 2718f80..9df3628 100644
--- a/cpukit/score/cpu/arm/armv7m-exception-handler-set.c
+++ b/cpukit/score/cpu/arm/armv7m-exception-handler-set.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-exception-priority-get.c b/cpukit/score/cpu/arm/armv7m-exception-priority-get.c
index d4abeb5..4e150b3 100644
--- a/cpukit/score/cpu/arm/armv7m-exception-priority-get.c
+++ b/cpukit/score/cpu/arm/armv7m-exception-priority-get.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-exception-priority-handler.c b/cpukit/score/cpu/arm/armv7m-exception-priority-handler.c
index c47c482..319e2f4 100644
--- a/cpukit/score/cpu/arm/armv7m-exception-priority-handler.c
+++ b/cpukit/score/cpu/arm/armv7m-exception-priority-handler.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-exception-priority-set.c b/cpukit/score/cpu/arm/armv7m-exception-priority-set.c
index ca523c0..2d6c484 100644
--- a/cpukit/score/cpu/arm/armv7m-exception-priority-set.c
+++ b/cpukit/score/cpu/arm/armv7m-exception-priority-set.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-isr-dispatch.c b/cpukit/score/cpu/arm/armv7m-isr-dispatch.c
index ffd1589..09bf602 100644
--- a/cpukit/score/cpu/arm/armv7m-isr-dispatch.c
+++ b/cpukit/score/cpu/arm/armv7m-isr-dispatch.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-isr-enter-leave.c b/cpukit/score/cpu/arm/armv7m-isr-enter-leave.c
index 90e97fb..0b53873 100644
--- a/cpukit/score/cpu/arm/armv7m-isr-enter-leave.c
+++ b/cpukit/score/cpu/arm/armv7m-isr-enter-leave.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-isr-level-get.c b/cpukit/score/cpu/arm/armv7m-isr-level-get.c
index 780ff16..b7432b5 100644
--- a/cpukit/score/cpu/arm/armv7m-isr-level-get.c
+++ b/cpukit/score/cpu/arm/armv7m-isr-level-get.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-isr-level-set.c b/cpukit/score/cpu/arm/armv7m-isr-level-set.c
index 9a8c24d..987667d 100644
--- a/cpukit/score/cpu/arm/armv7m-isr-level-set.c
+++ b/cpukit/score/cpu/arm/armv7m-isr-level-set.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-isr-vector-install.c b/cpukit/score/cpu/arm/armv7m-isr-vector-install.c
index 26a0c5a..6339e00 100644
--- a/cpukit/score/cpu/arm/armv7m-isr-vector-install.c
+++ b/cpukit/score/cpu/arm/armv7m-isr-vector-install.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/arm/armv7m-multitasking-start-stop.c b/cpukit/score/cpu/arm/armv7m-multitasking-start-stop.c
index 6b284d7..ce96ce4 100644
--- a/cpukit/score/cpu/arm/armv7m-multitasking-start-stop.c
+++ b/cpukit/score/cpu/arm/armv7m-multitasking-start-stop.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/armv7m.h>
diff --git a/cpukit/score/cpu/bfin/bfin-exception-frame-print.c b/cpukit/score/cpu/bfin/bfin-exception-frame-print.c
index 71e7e1c..e54eb60 100644
--- a/cpukit/score/cpu/bfin/bfin-exception-frame-print.c
+++ b/cpukit/score/cpu/bfin/bfin-exception-frame-print.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/epiphany/epiphany-context-initialize.c b/cpukit/score/cpu/epiphany/epiphany-context-initialize.c
index b47871e..c43d502 100644
--- a/cpukit/score/cpu/epiphany/epiphany-context-initialize.c
+++ b/cpukit/score/cpu/epiphany/epiphany-context-initialize.c
@@ -29,7 +29,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <string.h>
diff --git a/cpukit/score/cpu/epiphany/epiphany-context-switch.S b/cpukit/score/cpu/epiphany/epiphany-context-switch.S
index 40744d1..8c53065 100644
--- a/cpukit/score/cpu/epiphany/epiphany-context-switch.S
+++ b/cpukit/score/cpu/epiphany/epiphany-context-switch.S
@@ -27,7 +27,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/lm32/lm32-exception-frame-print.c b/cpukit/score/cpu/lm32/lm32-exception-frame-print.c
index 71e7e1c..e54eb60 100644
--- a/cpukit/score/cpu/lm32/lm32-exception-frame-print.c
+++ b/cpukit/score/cpu/lm32/lm32-exception-frame-print.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/m68k/__m68k_read_tp.c b/cpukit/score/cpu/m68k/__m68k_read_tp.c
index a0a9e8a..466f979 100644
--- a/cpukit/score/cpu/m68k/__m68k_read_tp.c
+++ b/cpukit/score/cpu/m68k/__m68k_read_tp.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/threadimpl.h>
diff --git a/cpukit/score/cpu/m68k/m68k-exception-frame-print.c b/cpukit/score/cpu/m68k/m68k-exception-frame-print.c
index 71e7e1c..e54eb60 100644
--- a/cpukit/score/cpu/m68k/m68k-exception-frame-print.c
+++ b/cpukit/score/cpu/m68k/m68k-exception-frame-print.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/moxie/moxie-exception-frame-print.c b/cpukit/score/cpu/moxie/moxie-exception-frame-print.c
index aa247d9..4dac3f8 100644
--- a/cpukit/score/cpu/moxie/moxie-exception-frame-print.c
+++ b/cpukit/score/cpu/moxie/moxie-exception-frame-print.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/nios2/nios2-context-initialize.c b/cpukit/score/cpu/nios2/nios2-context-initialize.c
index 7468bec..1b7d1bb 100644
--- a/cpukit/score/cpu/nios2/nios2-context-initialize.c
+++ b/cpukit/score/cpu/nios2/nios2-context-initialize.c
@@ -12,7 +12,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <string.h>
diff --git a/cpukit/score/cpu/nios2/nios2-context-switch.S b/cpukit/score/cpu/nios2/nios2-context-switch.S
index aa3f328..0203fae 100644
--- a/cpukit/score/cpu/nios2/nios2-context-switch.S
+++ b/cpukit/score/cpu/nios2/nios2-context-switch.S
@@ -12,7 +12,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/nios2/nios2-context-validate.S b/cpukit/score/cpu/nios2/nios2-context-validate.S
index 1612f01..00dcc6a 100644
--- a/cpukit/score/cpu/nios2/nios2-context-validate.S
+++ b/cpukit/score/cpu/nios2/nios2-context-validate.S
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/nios2/nios2-context-volatile-clobber.S b/cpukit/score/cpu/nios2/nios2-context-volatile-clobber.S
index d6f62a6..e1c52d6 100644
--- a/cpukit/score/cpu/nios2/nios2-context-volatile-clobber.S
+++ b/cpukit/score/cpu/nios2/nios2-context-volatile-clobber.S
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/nios2/nios2-exception-frame-print.c b/cpukit/score/cpu/nios2/nios2-exception-frame-print.c
index 71e7e1c..e54eb60 100644
--- a/cpukit/score/cpu/nios2/nios2-exception-frame-print.c
+++ b/cpukit/score/cpu/nios2/nios2-exception-frame-print.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/nios2/nios2-initialize.c b/cpukit/score/cpu/nios2/nios2-initialize.c
index f743bdc..4de6dab 100644
--- a/cpukit/score/cpu/nios2/nios2-initialize.c
+++ b/cpukit/score/cpu/nios2/nios2-initialize.c
@@ -16,7 +16,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/nios2/nios2-isr-get-level.c b/cpukit/score/cpu/nios2/nios2-isr-get-level.c
index 9380437..cb8be66 100644
--- a/cpukit/score/cpu/nios2/nios2-isr-get-level.c
+++ b/cpukit/score/cpu/nios2/nios2-isr-get-level.c
@@ -12,7 +12,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/nios2/nios2-isr-install-vector.c b/cpukit/score/cpu/nios2/nios2-isr-install-vector.c
index b207c1c..7ffaf2a 100644
--- a/cpukit/score/cpu/nios2/nios2-isr-install-vector.c
+++ b/cpukit/score/cpu/nios2/nios2-isr-install-vector.c
@@ -16,7 +16,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/isr.h>
diff --git a/cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c b/cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c
index b35de2b..17eb895 100644
--- a/cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c
+++ b/cpukit/score/cpu/nios2/nios2-isr-is-in-progress.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/isr.h>
diff --git a/cpukit/score/cpu/nios2/nios2-isr-set-level.c b/cpukit/score/cpu/nios2/nios2-isr-set-level.c
index 9eb8dec..74f1ce0 100644
--- a/cpukit/score/cpu/nios2/nios2-isr-set-level.c
+++ b/cpukit/score/cpu/nios2/nios2-isr-set-level.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/nios2/nios2-mpu-add-region.c b/cpukit/score/cpu/nios2/nios2-mpu-add-region.c
index 0c81eb0..db74cd6 100644
--- a/cpukit/score/cpu/nios2/nios2-mpu-add-region.c
+++ b/cpukit/score/cpu/nios2/nios2-mpu-add-region.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/nios2-utility.h>
diff --git a/cpukit/score/cpu/nios2/nios2-mpu-configuration.c b/cpukit/score/cpu/nios2/nios2-mpu-configuration.c
index 8ac1297..b77ee5f 100644
--- a/cpukit/score/cpu/nios2/nios2-mpu-configuration.c
+++ b/cpukit/score/cpu/nios2/nios2-mpu-configuration.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/nios2-utility.h>
diff --git a/cpukit/score/cpu/nios2/nios2-mpu-descriptor.c b/cpukit/score/cpu/nios2/nios2-mpu-descriptor.c
index 710561e..9f85bec 100644
--- a/cpukit/score/cpu/nios2/nios2-mpu-descriptor.c
+++ b/cpukit/score/cpu/nios2/nios2-mpu-descriptor.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/nios2-utility.h>
diff --git a/cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c b/cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c
index 05602cd..8791058 100644
--- a/cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c
+++ b/cpukit/score/cpu/nios2/nios2-mpu-disable-protected.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/isr.h>
diff --git a/cpukit/score/cpu/nios2/nios2-mpu-reset.c b/cpukit/score/cpu/nios2/nios2-mpu-reset.c
index 5ea1b60..2e5a19c 100644
--- a/cpukit/score/cpu/nios2/nios2-mpu-reset.c
+++ b/cpukit/score/cpu/nios2/nios2-mpu-reset.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/nios2-utility.h>
diff --git a/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c b/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c
index b5f7b94..952a979 100644
--- a/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c
+++ b/cpukit/score/cpu/nios2/nios2-thread-dispatch-disabled.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/or1k/or1k-context-initialize.c b/cpukit/score/cpu/or1k/or1k-context-initialize.c
index a7205e3..ade23b9 100644
--- a/cpukit/score/cpu/or1k/or1k-context-initialize.c
+++ b/cpukit/score/cpu/or1k/or1k-context-initialize.c
@@ -10,7 +10,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <string.h>
diff --git a/cpukit/score/cpu/or1k/or1k-context-switch.S b/cpukit/score/cpu/or1k/or1k-context-switch.S
index 91521e4..4c8b422 100644
--- a/cpukit/score/cpu/or1k/or1k-context-switch.S
+++ b/cpukit/score/cpu/or1k/or1k-context-switch.S
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/or1k/or1k-context-validate.S b/cpukit/score/cpu/or1k/or1k-context-validate.S
index ec23dc3..5b2afbb 100644
--- a/cpukit/score/cpu/or1k/or1k-context-validate.S
+++ b/cpukit/score/cpu/or1k/or1k-context-validate.S
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/or1k/or1k-context-volatile-clobber.S b/cpukit/score/cpu/or1k/or1k-context-volatile-clobber.S
index 304b769..669a937 100644
--- a/cpukit/score/cpu/or1k/or1k-context-volatile-clobber.S
+++ b/cpukit/score/cpu/or1k/or1k-context-volatile-clobber.S
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/or1k/or1k-exception-default.c b/cpukit/score/cpu/or1k/or1k-exception-default.c
index 037a169..a85ef1c 100644
--- a/cpukit/score/cpu/or1k/or1k-exception-default.c
+++ b/cpukit/score/cpu/or1k/or1k-exception-default.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/or1k/or1k-exception-frame-print.c b/cpukit/score/cpu/or1k/or1k-exception-frame-print.c
index 6dd1ee4..a35ee8a 100644
--- a/cpukit/score/cpu/or1k/or1k-exception-frame-print.c
+++ b/cpukit/score/cpu/or1k/or1k-exception-frame-print.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/powerpc/cpu.c b/cpukit/score/cpu/powerpc/cpu.c
index e089239..1367d9d 100644
--- a/cpukit/score/cpu/powerpc/cpu.c
+++ b/cpukit/score/cpu/powerpc/cpu.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpuimpl.h>
diff --git a/cpukit/score/cpu/powerpc/ppc-context-validate.S b/cpukit/score/cpu/powerpc/ppc-context-validate.S
index 523707b..b65ccac 100644
--- a/cpukit/score/cpu/powerpc/ppc-context-validate.S
+++ b/cpukit/score/cpu/powerpc/ppc-context-validate.S
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/powerpc/ppc-context-volatile-clobber.S b/cpukit/score/cpu/powerpc/ppc-context-volatile-clobber.S
index e3a7a9c..ea217b2 100644
--- a/cpukit/score/cpu/powerpc/ppc-context-volatile-clobber.S
+++ b/cpukit/score/cpu/powerpc/ppc-context-volatile-clobber.S
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/powerpc/ppc-isr-disable-mask.S b/cpukit/score/cpu/powerpc/ppc-isr-disable-mask.S
index 93f378b..9f78cf9 100644
--- a/cpukit/score/cpu/powerpc/ppc-isr-disable-mask.S
+++ b/cpukit/score/cpu/powerpc/ppc-isr-disable-mask.S
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/sh/sh-exception-frame-print.c b/cpukit/score/cpu/sh/sh-exception-frame-print.c
index 71e7e1c..e54eb60 100644
--- a/cpukit/score/cpu/sh/sh-exception-frame-print.c
+++ b/cpukit/score/cpu/sh/sh-exception-frame-print.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/sparc/sparc-context-validate.S b/cpukit/score/cpu/sparc/sparc-context-validate.S
index 56b377b..8bc116d 100644
--- a/cpukit/score/cpu/sparc/sparc-context-validate.S
+++ b/cpukit/score/cpu/sparc/sparc-context-validate.S
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/sparc/sparc-context-volatile-clobber.S b/cpukit/score/cpu/sparc/sparc-context-volatile-clobber.S
index edbe3d6..716bcf2 100644
--- a/cpukit/score/cpu/sparc/sparc-context-volatile-clobber.S
+++ b/cpukit/score/cpu/sparc/sparc-context-volatile-clobber.S
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/asm.h>
diff --git a/cpukit/score/cpu/sparc/sparc-counter-asm.S b/cpukit/score/cpu/sparc/sparc-counter-asm.S
index 6f3e61c..a1e18ae 100644
--- a/cpukit/score/cpu/sparc/sparc-counter-asm.S
+++ b/cpukit/score/cpu/sparc/sparc-counter-asm.S
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/cpu/sparc64/sparc64-exception-frame-print.c b/cpukit/score/cpu/sparc64/sparc64-exception-frame-print.c
index 71e7e1c..e54eb60 100644
--- a/cpukit/score/cpu/sparc64/sparc64-exception-frame-print.c
+++ b/cpukit/score/cpu/sparc64/sparc64-exception-frame-print.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/cpu/v850/v850-exception-frame-print.c b/cpukit/score/cpu/v850/v850-exception-frame-print.c
index 71e7e1c..e54eb60 100644
--- a/cpukit/score/cpu/v850/v850-exception-frame-print.c
+++ b/cpukit/score/cpu/v850/v850-exception-frame-print.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/src/allocatormutex.c b/cpukit/score/src/allocatormutex.c
index 7f98a40..3d2b7fa 100644
--- a/cpukit/score/src/allocatormutex.c
+++ b/cpukit/score/src/allocatormutex.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/apimutexisowner.c b/cpukit/score/src/apimutexisowner.c
index f67517d..83c8f6f 100644
--- a/cpukit/score/src/apimutexisowner.c
+++ b/cpukit/score/src/apimutexisowner.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/apimutexlock.c b/cpukit/score/src/apimutexlock.c
index 51454ef..dadd961 100644
--- a/cpukit/score/src/apimutexlock.c
+++ b/cpukit/score/src/apimutexlock.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/apimutexunlock.c b/cpukit/score/src/apimutexunlock.c
index 2e7395c..21d1d75 100644
--- a/cpukit/score/src/apimutexunlock.c
+++ b/cpukit/score/src/apimutexunlock.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/chain.c b/cpukit/score/src/chain.c
index b7c04a0..47aa4a8 100644
--- a/cpukit/score/src/chain.c
+++ b/cpukit/score/src/chain.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/chainnodecount.c b/cpukit/score/src/chainnodecount.c
index 2988565..9f0bb38 100644
--- a/cpukit/score/src/chainnodecount.c
+++ b/cpukit/score/src/chainnodecount.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/chainimpl.h>
diff --git a/cpukit/score/src/condition.c b/cpukit/score/src/condition.c
index 892245b..67d133f 100644
--- a/cpukit/score/src/condition.c
+++ b/cpukit/score/src/condition.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/lock.h>
diff --git a/cpukit/score/src/configstackspacesize.c b/cpukit/score/src/configstackspacesize.c
index 4f0c24c..aca4064 100644
--- a/cpukit/score/src/configstackspacesize.c
+++ b/cpukit/score/src/configstackspacesize.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/corebarrier.c b/cpukit/score/src/corebarrier.c
index 15c6053..28329b4 100644
--- a/cpukit/score/src/corebarrier.c
+++ b/cpukit/score/src/corebarrier.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/corebarrierrelease.c b/cpukit/score/src/corebarrierrelease.c
index 3ef3dea..a2e6886 100644
--- a/cpukit/score/src/corebarrierrelease.c
+++ b/cpukit/score/src/corebarrierrelease.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/corebarrierwait.c b/cpukit/score/src/corebarrierwait.c
index b410dc0..f45873c 100644
--- a/cpukit/score/src/corebarrierwait.c
+++ b/cpukit/score/src/corebarrierwait.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coremsg.c b/cpukit/score/src/coremsg.c
index 8404054..fc6f9eb 100644
--- a/cpukit/score/src/coremsg.c
+++ b/cpukit/score/src/coremsg.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coremsgbroadcast.c b/cpukit/score/src/coremsgbroadcast.c
index aeb1b37..d5c368d 100644
--- a/cpukit/score/src/coremsgbroadcast.c
+++ b/cpukit/score/src/coremsgbroadcast.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coremsgclose.c b/cpukit/score/src/coremsgclose.c
index 616d73c..18b49b0 100644
--- a/cpukit/score/src/coremsgclose.c
+++ b/cpukit/score/src/coremsgclose.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coremsgflush.c b/cpukit/score/src/coremsgflush.c
index c73d8a9..11b40b2 100644
--- a/cpukit/score/src/coremsgflush.c
+++ b/cpukit/score/src/coremsgflush.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coremsgflushwait.c b/cpukit/score/src/coremsgflushwait.c
index f309f8e..03804ae 100644
--- a/cpukit/score/src/coremsgflushwait.c
+++ b/cpukit/score/src/coremsgflushwait.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coremsginsert.c b/cpukit/score/src/coremsginsert.c
index c254a0d..e377cff 100644
--- a/cpukit/score/src/coremsginsert.c
+++ b/cpukit/score/src/coremsginsert.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coremsgseize.c b/cpukit/score/src/coremsgseize.c
index 0efc63a..bb78e28 100644
--- a/cpukit/score/src/coremsgseize.c
+++ b/cpukit/score/src/coremsgseize.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c
index 86c35d2..dd01f4a 100644
--- a/cpukit/score/src/coremsgsubmit.c
+++ b/cpukit/score/src/coremsgsubmit.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coremutexseize.c b/cpukit/score/src/coremutexseize.c
index 1fd7a11..5998935 100644
--- a/cpukit/score/src/coremutexseize.c
+++ b/cpukit/score/src/coremutexseize.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/corerwlock.c b/cpukit/score/src/corerwlock.c
index 19739e1..933f6c1 100644
--- a/cpukit/score/src/corerwlock.c
+++ b/cpukit/score/src/corerwlock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/corerwlockobtainread.c b/cpukit/score/src/corerwlockobtainread.c
index 5d097a8..3f74da9 100644
--- a/cpukit/score/src/corerwlockobtainread.c
+++ b/cpukit/score/src/corerwlockobtainread.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/corerwlockobtainwrite.c b/cpukit/score/src/corerwlockobtainwrite.c
index 6d2e6a2..43ab8a7 100644
--- a/cpukit/score/src/corerwlockobtainwrite.c
+++ b/cpukit/score/src/corerwlockobtainwrite.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/corerwlockrelease.c b/cpukit/score/src/corerwlockrelease.c
index c3c6cb9..d794568 100644
--- a/cpukit/score/src/corerwlockrelease.c
+++ b/cpukit/score/src/corerwlockrelease.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coresem.c b/cpukit/score/src/coresem.c
index 9cb1a73..8f56da9 100644
--- a/cpukit/score/src/coresem.c
+++ b/cpukit/score/src/coresem.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coretod.c b/cpukit/score/src/coretod.c
index f19cff2..d402bb4 100644
--- a/cpukit/score/src/coretod.c
+++ b/cpukit/score/src/coretod.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coretodadjust.c b/cpukit/score/src/coretodadjust.c
index accb99b..f065154 100644
--- a/cpukit/score/src/coretodadjust.c
+++ b/cpukit/score/src/coretodadjust.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coretodhookdata.c b/cpukit/score/src/coretodhookdata.c
index 6e7bcff..c26b2ab 100644
--- a/cpukit/score/src/coretodhookdata.c
+++ b/cpukit/score/src/coretodhookdata.c
@@ -34,7 +34,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coretodhookregister.c b/cpukit/score/src/coretodhookregister.c
index 69996a2..794f3a1 100644
--- a/cpukit/score/src/coretodhookregister.c
+++ b/cpukit/score/src/coretodhookregister.c
@@ -34,7 +34,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coretodhookrun.c b/cpukit/score/src/coretodhookrun.c
index c0acc6e..10d3c57 100644
--- a/cpukit/score/src/coretodhookrun.c
+++ b/cpukit/score/src/coretodhookrun.c
@@ -34,7 +34,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coretodhookunregister.c b/cpukit/score/src/coretodhookunregister.c
index ce978e8..72b11a1 100644
--- a/cpukit/score/src/coretodhookunregister.c
+++ b/cpukit/score/src/coretodhookunregister.c
@@ -34,7 +34,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coretodset.c b/cpukit/score/src/coretodset.c
index b9a745d..8d09af0 100644
--- a/cpukit/score/src/coretodset.c
+++ b/cpukit/score/src/coretodset.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/coretodtickspersec.c b/cpukit/score/src/coretodtickspersec.c
index 7fb52fc..d319f6f 100644
--- a/cpukit/score/src/coretodtickspersec.c
+++ b/cpukit/score/src/coretodtickspersec.c
@@ -14,7 +14,7 @@
  */
 
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/debugisthreaddispatchingallowed.c b/cpukit/score/src/debugisthreaddispatchingallowed.c
index 81ac877..e75c462 100644
--- a/cpukit/score/src/debugisthreaddispatchingallowed.c
+++ b/cpukit/score/src/debugisthreaddispatchingallowed.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/assert.h>
diff --git a/cpukit/score/src/freechain.c b/cpukit/score/src/freechain.c
index f15ce1e..7f60c65 100644
--- a/cpukit/score/src/freechain.c
+++ b/cpukit/score/src/freechain.c
@@ -14,8 +14,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/freechain.h>
diff --git a/cpukit/score/src/futex.c b/cpukit/score/src/futex.c
index f32a13c..de430a8 100644
--- a/cpukit/score/src/futex.c
+++ b/cpukit/score/src/futex.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/lock.h>
diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c
index b54bb98..429e8cd 100644
--- a/cpukit/score/src/heap.c
+++ b/cpukit/score/src/heap.c
@@ -17,8 +17,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/heapimpl.h>
diff --git a/cpukit/score/src/heapallocate.c b/cpukit/score/src/heapallocate.c
index 2868fe5..4b8b3f0 100644
--- a/cpukit/score/src/heapallocate.c
+++ b/cpukit/score/src/heapallocate.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/heapextend.c b/cpukit/score/src/heapextend.c
index 3e77924..4c6166f 100644
--- a/cpukit/score/src/heapextend.c
+++ b/cpukit/score/src/heapextend.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/heapfree.c b/cpukit/score/src/heapfree.c
index ddc1634..086cfe7 100644
--- a/cpukit/score/src/heapfree.c
+++ b/cpukit/score/src/heapfree.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/heapgetfreeinfo.c b/cpukit/score/src/heapgetfreeinfo.c
index ab7ef71..2fed4d7 100644
--- a/cpukit/score/src/heapgetfreeinfo.c
+++ b/cpukit/score/src/heapgetfreeinfo.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/heapgetinfo.c b/cpukit/score/src/heapgetinfo.c
index 241934f..2928e21 100644
--- a/cpukit/score/src/heapgetinfo.c
+++ b/cpukit/score/src/heapgetinfo.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/heapgreedy.c b/cpukit/score/src/heapgreedy.c
index faf12fb..980459f 100644
--- a/cpukit/score/src/heapgreedy.c
+++ b/cpukit/score/src/heapgreedy.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/heapimpl.h>
diff --git a/cpukit/score/src/heapiterate.c b/cpukit/score/src/heapiterate.c
index de6bbb1..22db510 100644
--- a/cpukit/score/src/heapiterate.c
+++ b/cpukit/score/src/heapiterate.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/heapimpl.h>
diff --git a/cpukit/score/src/heapnoextend.c b/cpukit/score/src/heapnoextend.c
index 3be7e37..1788420 100644
--- a/cpukit/score/src/heapnoextend.c
+++ b/cpukit/score/src/heapnoextend.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/heapimpl.h>
diff --git a/cpukit/score/src/heapresizeblock.c b/cpukit/score/src/heapresizeblock.c
index bef2527..c0e1daa 100644
--- a/cpukit/score/src/heapresizeblock.c
+++ b/cpukit/score/src/heapresizeblock.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/heapsizeofuserarea.c b/cpukit/score/src/heapsizeofuserarea.c
index b9b75a2..4f17073 100644
--- a/cpukit/score/src/heapsizeofuserarea.c
+++ b/cpukit/score/src/heapsizeofuserarea.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c
index b935179..5045843 100644
--- a/cpukit/score/src/heapwalk.c
+++ b/cpukit/score/src/heapwalk.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c
index 7ccd3de..5908381 100644
--- a/cpukit/score/src/interr.c
+++ b/cpukit/score/src/interr.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/ioprintf.c b/cpukit/score/src/ioprintf.c
index 05e3156..2fe65f4 100644
--- a/cpukit/score/src/ioprintf.c
+++ b/cpukit/score/src/ioprintf.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/isr.c b/cpukit/score/src/isr.c
index 436055d..826ad44 100644
--- a/cpukit/score/src/isr.c
+++ b/cpukit/score/src/isr.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/isrisinprogress.c b/cpukit/score/src/isrisinprogress.c
index 267136d..52d6779 100644
--- a/cpukit/score/src/isrisinprogress.c
+++ b/cpukit/score/src/isrisinprogress.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/isr.h>
diff --git a/cpukit/score/src/iterateoverthreads.c b/cpukit/score/src/iterateoverthreads.c
index 0fdcee4..97c5053 100644
--- a/cpukit/score/src/iterateoverthreads.c
+++ b/cpukit/score/src/iterateoverthreads.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/libatomic.c b/cpukit/score/src/libatomic.c
index 364e38f..9151ecc 100644
--- a/cpukit/score/src/libatomic.c
+++ b/cpukit/score/src/libatomic.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/log2table.c b/cpukit/score/src/log2table.c
index ae63d3e..5835367 100644
--- a/cpukit/score/src/log2table.c
+++ b/cpukit/score/src/log2table.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/memoryallocate.c b/cpukit/score/src/memoryallocate.c
index 73de49d..dc87fda 100644
--- a/cpukit/score/src/memoryallocate.c
+++ b/cpukit/score/src/memoryallocate.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/memorydirtyfreeareas.c b/cpukit/score/src/memorydirtyfreeareas.c
index 537dff2..d77d21e 100644
--- a/cpukit/score/src/memorydirtyfreeareas.c
+++ b/cpukit/score/src/memorydirtyfreeareas.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/memoryfill.c b/cpukit/score/src/memoryfill.c
index 7428b1a..1899c69 100644
--- a/cpukit/score/src/memoryfill.c
+++ b/cpukit/score/src/memoryfill.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/memoryzerobeforeuse.c b/cpukit/score/src/memoryzerobeforeuse.c
index dd08199..c9057cf 100644
--- a/cpukit/score/src/memoryzerobeforeuse.c
+++ b/cpukit/score/src/memoryzerobeforeuse.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/memoryzerofreeareas.c b/cpukit/score/src/memoryzerofreeareas.c
index 28ea849..a8602d1 100644
--- a/cpukit/score/src/memoryzerofreeareas.c
+++ b/cpukit/score/src/memoryzerofreeareas.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index f173eeb..8f1b218 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/mpcidefault.c b/cpukit/score/src/mpcidefault.c
index 3955157..101cbcd 100644
--- a/cpukit/score/src/mpcidefault.c
+++ b/cpukit/score/src/mpcidefault.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/mutex.c b/cpukit/score/src/mutex.c
index 8cc47f2..0499719 100644
--- a/cpukit/score/src/mutex.c
+++ b/cpukit/score/src/mutex.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/lock.h>
diff --git a/cpukit/score/src/objectactivecount.c b/cpukit/score/src/objectactivecount.c
index d29ce07..c658fc2 100644
--- a/cpukit/score/src/objectactivecount.c
+++ b/cpukit/score/src/objectactivecount.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/objectimpl.h>
diff --git a/cpukit/score/src/objectallocate.c b/cpukit/score/src/objectallocate.c
index 588c516..e7d587c 100644
--- a/cpukit/score/src/objectallocate.c
+++ b/cpukit/score/src/objectallocate.c
@@ -33,7 +33,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectallocatenone.c b/cpukit/score/src/objectallocatenone.c
index 0669f99..5ac0991 100644
--- a/cpukit/score/src/objectallocatenone.c
+++ b/cpukit/score/src/objectallocatenone.c
@@ -31,7 +31,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectallocatestatic.c b/cpukit/score/src/objectallocatestatic.c
index 73790ba..160c68b 100644
--- a/cpukit/score/src/objectallocatestatic.c
+++ b/cpukit/score/src/objectallocatestatic.c
@@ -31,7 +31,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectallocateunlimited.c b/cpukit/score/src/objectallocateunlimited.c
index 1fc6f07..b975fe5 100644
--- a/cpukit/score/src/objectallocateunlimited.c
+++ b/cpukit/score/src/objectallocateunlimited.c
@@ -31,7 +31,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectclose.c b/cpukit/score/src/objectclose.c
index 05ac7f4..4fd2419 100644
--- a/cpukit/score/src/objectclose.c
+++ b/cpukit/score/src/objectclose.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectextendinformation.c b/cpukit/score/src/objectextendinformation.c
index 65fef94..a21257d 100644
--- a/cpukit/score/src/objectextendinformation.c
+++ b/cpukit/score/src/objectextendinformation.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectfree.c b/cpukit/score/src/objectfree.c
index fff3cc1..1f7aa37 100644
--- a/cpukit/score/src/objectfree.c
+++ b/cpukit/score/src/objectfree.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectfreestatic.c b/cpukit/score/src/objectfreestatic.c
index 5992c1e..2a9411b 100644
--- a/cpukit/score/src/objectfreestatic.c
+++ b/cpukit/score/src/objectfreestatic.c
@@ -31,7 +31,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectgetlocal.c b/cpukit/score/src/objectgetlocal.c
index 64215ea..a09f3eb 100644
--- a/cpukit/score/src/objectgetlocal.c
+++ b/cpukit/score/src/objectgetlocal.c
@@ -19,7 +19,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectgetnext.c b/cpukit/score/src/objectgetnext.c
index 25640d1..eb347e8 100644
--- a/cpukit/score/src/objectgetnext.c
+++ b/cpukit/score/src/objectgetnext.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectgetnoprotection.c b/cpukit/score/src/objectgetnoprotection.c
index 71ce1f5..f084d15 100644
--- a/cpukit/score/src/objectgetnoprotection.c
+++ b/cpukit/score/src/objectgetnoprotection.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectidtoname.c b/cpukit/score/src/objectidtoname.c
index c4ecc3c..a689102 100644
--- a/cpukit/score/src/objectidtoname.c
+++ b/cpukit/score/src/objectidtoname.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectinitializeinformation.c b/cpukit/score/src/objectinitializeinformation.c
index 43994cd..910112e 100644
--- a/cpukit/score/src/objectinitializeinformation.c
+++ b/cpukit/score/src/objectinitializeinformation.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c
index cad1413..987b86a 100644
--- a/cpukit/score/src/objectmp.c
+++ b/cpukit/score/src/objectmp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectnamespaceremove.c b/cpukit/score/src/objectnamespaceremove.c
index 544c11d..27f48f2 100644
--- a/cpukit/score/src/objectnamespaceremove.c
+++ b/cpukit/score/src/objectnamespaceremove.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectnametoid.c b/cpukit/score/src/objectnametoid.c
index 8603819..bafa7b2 100644
--- a/cpukit/score/src/objectnametoid.c
+++ b/cpukit/score/src/objectnametoid.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectnametoidstring.c b/cpukit/score/src/objectnametoidstring.c
index cd29548..3fd4141 100644
--- a/cpukit/score/src/objectnametoidstring.c
+++ b/cpukit/score/src/objectnametoidstring.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/objectshrinkinformation.c b/cpukit/score/src/objectshrinkinformation.c
index 6f22d7bc..73f9161 100644
--- a/cpukit/score/src/objectshrinkinformation.c
+++ b/cpukit/score/src/objectshrinkinformation.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/percpu.c b/cpukit/score/src/percpu.c
index 4cc7362..9d16209 100644
--- a/cpukit/score/src/percpu.c
+++ b/cpukit/score/src/percpu.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/percpuasm.c b/cpukit/score/src/percpuasm.c
index ccd101a..816e502 100644
--- a/cpukit/score/src/percpuasm.c
+++ b/cpukit/score/src/percpuasm.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/cpu.h>
diff --git a/cpukit/score/src/percpustatewait.c b/cpukit/score/src/percpustatewait.c
index bde367b..0c2e0a5 100644
--- a/cpukit/score/src/percpustatewait.c
+++ b/cpukit/score/src/percpustatewait.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/percpu.h>
diff --git a/cpukit/score/src/pheapallocate.c b/cpukit/score/src/pheapallocate.c
index 2ceb275..7edbbf9 100644
--- a/cpukit/score/src/pheapallocate.c
+++ b/cpukit/score/src/pheapallocate.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/pheapextend.c b/cpukit/score/src/pheapextend.c
index b6054aa..26c94ba 100644
--- a/cpukit/score/src/pheapextend.c
+++ b/cpukit/score/src/pheapextend.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/pheapfree.c b/cpukit/score/src/pheapfree.c
index cce9868..73a51cd 100644
--- a/cpukit/score/src/pheapfree.c
+++ b/cpukit/score/src/pheapfree.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/pheapgetblocksize.c b/cpukit/score/src/pheapgetblocksize.c
index 6281720..fc503e6 100644
--- a/cpukit/score/src/pheapgetblocksize.c
+++ b/cpukit/score/src/pheapgetblocksize.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/pheapgetfreeinfo.c b/cpukit/score/src/pheapgetfreeinfo.c
index 4c226f7..38e3103 100644
--- a/cpukit/score/src/pheapgetfreeinfo.c
+++ b/cpukit/score/src/pheapgetfreeinfo.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/pheapgetinfo.c b/cpukit/score/src/pheapgetinfo.c
index 0fff3ff..7dabb77 100644
--- a/cpukit/score/src/pheapgetinfo.c
+++ b/cpukit/score/src/pheapgetinfo.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/pheapgetsize.c b/cpukit/score/src/pheapgetsize.c
index d1318cb..d8af9f3 100644
--- a/cpukit/score/src/pheapgetsize.c
+++ b/cpukit/score/src/pheapgetsize.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/pheapinit.c b/cpukit/score/src/pheapinit.c
index 03e5477..48dc71e 100644
--- a/cpukit/score/src/pheapinit.c
+++ b/cpukit/score/src/pheapinit.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/pheapiterate.c b/cpukit/score/src/pheapiterate.c
index 924667c..7a76674 100644
--- a/cpukit/score/src/pheapiterate.c
+++ b/cpukit/score/src/pheapiterate.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/protectedheap.h>
diff --git a/cpukit/score/src/pheapresizeblock.c b/cpukit/score/src/pheapresizeblock.c
index da60b7d..ad90e8c 100644
--- a/cpukit/score/src/pheapresizeblock.c
+++ b/cpukit/score/src/pheapresizeblock.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/pheapwalk.c b/cpukit/score/src/pheapwalk.c
index f15070c..d4a5e0a 100644
--- a/cpukit/score/src/pheapwalk.c
+++ b/cpukit/score/src/pheapwalk.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/processormaskcopy.c b/cpukit/score/src/processormaskcopy.c
index d10eeec..1e1c5b6 100644
--- a/cpukit/score/src/processormaskcopy.c
+++ b/cpukit/score/src/processormaskcopy.c
@@ -20,7 +20,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/profilingisrentryexit.c b/cpukit/score/src/profilingisrentryexit.c
index 98df154..4a0133b 100644
--- a/cpukit/score/src/profilingisrentryexit.c
+++ b/cpukit/score/src/profilingisrentryexit.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/profiling.h>
diff --git a/cpukit/score/src/profilingsmplock.c b/cpukit/score/src/profilingsmplock.c
index 7040fa2..f84c63a 100644
--- a/cpukit/score/src/profilingsmplock.c
+++ b/cpukit/score/src/profilingsmplock.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/smplock.h>
diff --git a/cpukit/score/src/rbtreeextract.c b/cpukit/score/src/rbtreeextract.c
index c32eab9..270e60d 100644
--- a/cpukit/score/src/rbtreeextract.c
+++ b/cpukit/score/src/rbtreeextract.c
@@ -6,7 +6,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/rbtreeinsert.c b/cpukit/score/src/rbtreeinsert.c
index c8bbef9..d9532d6 100644
--- a/cpukit/score/src/rbtreeinsert.c
+++ b/cpukit/score/src/rbtreeinsert.c
@@ -6,7 +6,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/rbtreeiterate.c b/cpukit/score/src/rbtreeiterate.c
index e642c7b..c4c8180 100644
--- a/cpukit/score/src/rbtreeiterate.c
+++ b/cpukit/score/src/rbtreeiterate.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/rbtreeimpl.h>
diff --git a/cpukit/score/src/rbtreenext.c b/cpukit/score/src/rbtreenext.c
index 4783ea1..d0720a2 100644
--- a/cpukit/score/src/rbtreenext.c
+++ b/cpukit/score/src/rbtreenext.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/rbtreeimpl.h>
diff --git a/cpukit/score/src/rbtreepostorder.c b/cpukit/score/src/rbtreepostorder.c
index acbf541..efe992b 100644
--- a/cpukit/score/src/rbtreepostorder.c
+++ b/cpukit/score/src/rbtreepostorder.c
@@ -21,7 +21,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/rbtreereplace.c b/cpukit/score/src/rbtreereplace.c
index 975d539..c840866 100644
--- a/cpukit/score/src/rbtreereplace.c
+++ b/cpukit/score/src/rbtreereplace.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/rbtree.h>
diff --git a/cpukit/score/src/sched.c b/cpukit/score/src/sched.c
index c4de1c3..893e50b 100644
--- a/cpukit/score/src/sched.c
+++ b/cpukit/score/src/sched.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/lock.h>
diff --git a/cpukit/score/src/scheduler.c b/cpukit/score/src/scheduler.c
index db2c435..a48f0e4 100644
--- a/cpukit/score/src/scheduler.c
+++ b/cpukit/score/src/scheduler.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbs.c b/cpukit/score/src/schedulercbs.c
index d4001d8..94c4f49 100644
--- a/cpukit/score/src/schedulercbs.c
+++ b/cpukit/score/src/schedulercbs.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsattachthread.c b/cpukit/score/src/schedulercbsattachthread.c
index 4193882..ec941a3 100644
--- a/cpukit/score/src/schedulercbsattachthread.c
+++ b/cpukit/score/src/schedulercbsattachthread.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbscleanup.c b/cpukit/score/src/schedulercbscleanup.c
index cd6e138..9ed9df4 100644
--- a/cpukit/score/src/schedulercbscleanup.c
+++ b/cpukit/score/src/schedulercbscleanup.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbscreateserver.c b/cpukit/score/src/schedulercbscreateserver.c
index 15262cf..5ee8346 100644
--- a/cpukit/score/src/schedulercbscreateserver.c
+++ b/cpukit/score/src/schedulercbscreateserver.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsdestroyserver.c b/cpukit/score/src/schedulercbsdestroyserver.c
index 5121e3a..11baf83 100644
--- a/cpukit/score/src/schedulercbsdestroyserver.c
+++ b/cpukit/score/src/schedulercbsdestroyserver.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsdetachthread.c b/cpukit/score/src/schedulercbsdetachthread.c
index c840c8b..85dfc11 100644
--- a/cpukit/score/src/schedulercbsdetachthread.c
+++ b/cpukit/score/src/schedulercbsdetachthread.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsgetapprovedbudget.c b/cpukit/score/src/schedulercbsgetapprovedbudget.c
index e72ef3b..6924afa 100644
--- a/cpukit/score/src/schedulercbsgetapprovedbudget.c
+++ b/cpukit/score/src/schedulercbsgetapprovedbudget.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsgetexecutiontime.c b/cpukit/score/src/schedulercbsgetexecutiontime.c
index b18ce9a..d9b58ff 100644
--- a/cpukit/score/src/schedulercbsgetexecutiontime.c
+++ b/cpukit/score/src/schedulercbsgetexecutiontime.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsgetparameters.c b/cpukit/score/src/schedulercbsgetparameters.c
index 1abe5d9..de27c31 100644
--- a/cpukit/score/src/schedulercbsgetparameters.c
+++ b/cpukit/score/src/schedulercbsgetparameters.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsgetremainingbudget.c b/cpukit/score/src/schedulercbsgetremainingbudget.c
index d556f33..ca2cd08 100644
--- a/cpukit/score/src/schedulercbsgetremainingbudget.c
+++ b/cpukit/score/src/schedulercbsgetremainingbudget.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsgetserverid.c b/cpukit/score/src/schedulercbsgetserverid.c
index 276c08f..b9882c7 100644
--- a/cpukit/score/src/schedulercbsgetserverid.c
+++ b/cpukit/score/src/schedulercbsgetserverid.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsnodeinit.c b/cpukit/score/src/schedulercbsnodeinit.c
index 08f63a1..4710def 100644
--- a/cpukit/score/src/schedulercbsnodeinit.c
+++ b/cpukit/score/src/schedulercbsnodeinit.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsreleasejob.c b/cpukit/score/src/schedulercbsreleasejob.c
index 3ac07eb..291d6ec 100644
--- a/cpukit/score/src/schedulercbsreleasejob.c
+++ b/cpukit/score/src/schedulercbsreleasejob.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbssetparameters.c b/cpukit/score/src/schedulercbssetparameters.c
index 0b8b664..995c0f5 100644
--- a/cpukit/score/src/schedulercbssetparameters.c
+++ b/cpukit/score/src/schedulercbssetparameters.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulercbsunblock.c b/cpukit/score/src/schedulercbsunblock.c
index 4d751f9..90bec78 100644
--- a/cpukit/score/src/schedulercbsunblock.c
+++ b/cpukit/score/src/schedulercbsunblock.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerdefaultaskforhelp.c b/cpukit/score/src/schedulerdefaultaskforhelp.c
index 94ec2e2..bd172d3 100644
--- a/cpukit/score/src/schedulerdefaultaskforhelp.c
+++ b/cpukit/score/src/schedulerdefaultaskforhelp.c
@@ -6,8 +6,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/scheduler.h>
diff --git a/cpukit/score/src/schedulerdefaultmappriority.c b/cpukit/score/src/schedulerdefaultmappriority.c
index 228549f..87d13ff 100644
--- a/cpukit/score/src/schedulerdefaultmappriority.c
+++ b/cpukit/score/src/schedulerdefaultmappriority.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerdefaultnodedestroy.c b/cpukit/score/src/schedulerdefaultnodedestroy.c
index ae1ba24..35f5d62 100644
--- a/cpukit/score/src/schedulerdefaultnodedestroy.c
+++ b/cpukit/score/src/schedulerdefaultnodedestroy.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerdefaultnodeinit.c b/cpukit/score/src/schedulerdefaultnodeinit.c
index de12bab..f780003 100644
--- a/cpukit/score/src/schedulerdefaultnodeinit.c
+++ b/cpukit/score/src/schedulerdefaultnodeinit.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerdefaultpinunpin.c b/cpukit/score/src/schedulerdefaultpinunpin.c
index 6df685a..6465791 100644
--- a/cpukit/score/src/schedulerdefaultpinunpin.c
+++ b/cpukit/score/src/schedulerdefaultpinunpin.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerdefaultreleasejob.c b/cpukit/score/src/schedulerdefaultreleasejob.c
index 52c1942..a1ab789 100644
--- a/cpukit/score/src/schedulerdefaultreleasejob.c
+++ b/cpukit/score/src/schedulerdefaultreleasejob.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerdefaultschedule.c b/cpukit/score/src/schedulerdefaultschedule.c
index ca8d01e..a60ef53 100644
--- a/cpukit/score/src/schedulerdefaultschedule.c
+++ b/cpukit/score/src/schedulerdefaultschedule.c
@@ -6,8 +6,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/scheduler.h>
diff --git a/cpukit/score/src/schedulerdefaultsetaffinity.c b/cpukit/score/src/schedulerdefaultsetaffinity.c
index ad7fc0d..ae3e6e6 100644
--- a/cpukit/score/src/schedulerdefaultsetaffinity.c
+++ b/cpukit/score/src/schedulerdefaultsetaffinity.c
@@ -15,8 +15,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/schedulerimpl.h>
diff --git a/cpukit/score/src/schedulerdefaultstartidle.c b/cpukit/score/src/schedulerdefaultstartidle.c
index 2da7f8d..9789b69 100644
--- a/cpukit/score/src/schedulerdefaultstartidle.c
+++ b/cpukit/score/src/schedulerdefaultstartidle.c
@@ -6,8 +6,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/schedulerimpl.h>
diff --git a/cpukit/score/src/schedulerdefaulttick.c b/cpukit/score/src/schedulerdefaulttick.c
index 21ae594..bf93598 100644
--- a/cpukit/score/src/schedulerdefaulttick.c
+++ b/cpukit/score/src/schedulerdefaulttick.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/scheduleredf.c b/cpukit/score/src/scheduleredf.c
index 99592c1..2ffdeb8 100644
--- a/cpukit/score/src/scheduleredf.c
+++ b/cpukit/score/src/scheduleredf.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/scheduleredfblock.c b/cpukit/score/src/scheduleredfblock.c
index 47e815e..b3b2fa4 100644
--- a/cpukit/score/src/scheduleredfblock.c
+++ b/cpukit/score/src/scheduleredfblock.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/scheduleredfchangepriority.c b/cpukit/score/src/scheduleredfchangepriority.c
index 9cd4a3c..42d899b 100644
--- a/cpukit/score/src/scheduleredfchangepriority.c
+++ b/cpukit/score/src/scheduleredfchangepriority.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/scheduleredfnodeinit.c b/cpukit/score/src/scheduleredfnodeinit.c
index f448c87..bb938cd 100644
--- a/cpukit/score/src/scheduleredfnodeinit.c
+++ b/cpukit/score/src/scheduleredfnodeinit.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/scheduleredfreleasejob.c b/cpukit/score/src/scheduleredfreleasejob.c
index 6f9667d..1f01f9c 100644
--- a/cpukit/score/src/scheduleredfreleasejob.c
+++ b/cpukit/score/src/scheduleredfreleasejob.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/scheduleredfschedule.c b/cpukit/score/src/scheduleredfschedule.c
index 0b30b67..1f4823b 100644
--- a/cpukit/score/src/scheduleredfschedule.c
+++ b/cpukit/score/src/scheduleredfschedule.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/scheduleredfsmp.c b/cpukit/score/src/scheduleredfsmp.c
index e6bf648..dc1fa20 100644
--- a/cpukit/score/src/scheduleredfsmp.c
+++ b/cpukit/score/src/scheduleredfsmp.c
@@ -14,8 +14,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/scheduleredfsmp.h>
diff --git a/cpukit/score/src/scheduleredfunblock.c b/cpukit/score/src/scheduleredfunblock.c
index 05fce9d..3302a47 100644
--- a/cpukit/score/src/scheduleredfunblock.c
+++ b/cpukit/score/src/scheduleredfunblock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/scheduleredfyield.c b/cpukit/score/src/scheduleredfyield.c
index 116e525..8dc11fa 100644
--- a/cpukit/score/src/scheduleredfyield.c
+++ b/cpukit/score/src/scheduleredfyield.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulergetaffinity.c b/cpukit/score/src/schedulergetaffinity.c
index b405d2b..d466649 100644
--- a/cpukit/score/src/schedulergetaffinity.c
+++ b/cpukit/score/src/schedulergetaffinity.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/schedulerimpl.h>
diff --git a/cpukit/score/src/schedulerpriority.c b/cpukit/score/src/schedulerpriority.c
index f94d82e..bf72d80 100644
--- a/cpukit/score/src/schedulerpriority.c
+++ b/cpukit/score/src/schedulerpriority.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerpriorityaffinitysmp.c b/cpukit/score/src/schedulerpriorityaffinitysmp.c
index f4f302f..86ef7bf 100644
--- a/cpukit/score/src/schedulerpriorityaffinitysmp.c
+++ b/cpukit/score/src/schedulerpriorityaffinitysmp.c
@@ -15,8 +15,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/schedulerpriorityaffinitysmp.h>
diff --git a/cpukit/score/src/schedulerpriorityblock.c b/cpukit/score/src/schedulerpriorityblock.c
index c192122..50830f6 100644
--- a/cpukit/score/src/schedulerpriorityblock.c
+++ b/cpukit/score/src/schedulerpriorityblock.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerprioritychangepriority.c b/cpukit/score/src/schedulerprioritychangepriority.c
index 247d1b2..0ea1b67 100644
--- a/cpukit/score/src/schedulerprioritychangepriority.c
+++ b/cpukit/score/src/schedulerprioritychangepriority.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerpriorityschedule.c b/cpukit/score/src/schedulerpriorityschedule.c
index c2ea834..3e1acb0 100644
--- a/cpukit/score/src/schedulerpriorityschedule.c
+++ b/cpukit/score/src/schedulerpriorityschedule.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerprioritysmp.c b/cpukit/score/src/schedulerprioritysmp.c
index 207dd3c..b1a8416 100644
--- a/cpukit/score/src/schedulerprioritysmp.c
+++ b/cpukit/score/src/schedulerprioritysmp.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/schedulerprioritysmpimpl.h>
diff --git a/cpukit/score/src/schedulerpriorityunblock.c b/cpukit/score/src/schedulerpriorityunblock.c
index 80fef57..89bf197 100644
--- a/cpukit/score/src/schedulerpriorityunblock.c
+++ b/cpukit/score/src/schedulerpriorityunblock.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulerpriorityyield.c b/cpukit/score/src/schedulerpriorityyield.c
index 796e9ac..cd4f356 100644
--- a/cpukit/score/src/schedulerpriorityyield.c
+++ b/cpukit/score/src/schedulerpriorityyield.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulersetaffinity.c b/cpukit/score/src/schedulersetaffinity.c
index 1da3395..37c3e57 100644
--- a/cpukit/score/src/schedulersetaffinity.c
+++ b/cpukit/score/src/schedulersetaffinity.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/schedulerimpl.h>
diff --git a/cpukit/score/src/schedulersimple.c b/cpukit/score/src/schedulersimple.c
index 3caa016..6fab5a1 100644
--- a/cpukit/score/src/schedulersimple.c
+++ b/cpukit/score/src/schedulersimple.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulersimpleblock.c b/cpukit/score/src/schedulersimpleblock.c
index 3631034..1187a9d 100644
--- a/cpukit/score/src/schedulersimpleblock.c
+++ b/cpukit/score/src/schedulersimpleblock.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulersimplechangepriority.c b/cpukit/score/src/schedulersimplechangepriority.c
index 01e35da..4482042 100644
--- a/cpukit/score/src/schedulersimplechangepriority.c
+++ b/cpukit/score/src/schedulersimplechangepriority.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulersimpleschedule.c b/cpukit/score/src/schedulersimpleschedule.c
index 34e1faf..ee17219 100644
--- a/cpukit/score/src/schedulersimpleschedule.c
+++ b/cpukit/score/src/schedulersimpleschedule.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulersimplesmp.c b/cpukit/score/src/schedulersimplesmp.c
index 4730c64..d818dce 100644
--- a/cpukit/score/src/schedulersimplesmp.c
+++ b/cpukit/score/src/schedulersimplesmp.c
@@ -14,8 +14,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/schedulersimplesmp.h>
diff --git a/cpukit/score/src/schedulersimpleunblock.c b/cpukit/score/src/schedulersimpleunblock.c
index 4e5b798..9bc1635 100644
--- a/cpukit/score/src/schedulersimpleunblock.c
+++ b/cpukit/score/src/schedulersimpleunblock.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulersimpleyield.c b/cpukit/score/src/schedulersimpleyield.c
index 1bd7a01..79b3f86 100644
--- a/cpukit/score/src/schedulersimpleyield.c
+++ b/cpukit/score/src/schedulersimpleyield.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulersmp.c b/cpukit/score/src/schedulersmp.c
index a498bda..cb1ab6e 100644
--- a/cpukit/score/src/schedulersmp.c
+++ b/cpukit/score/src/schedulersmp.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/schedulersmpstartidle.c b/cpukit/score/src/schedulersmpstartidle.c
index bdb1b47..e4e34ed 100644
--- a/cpukit/score/src/schedulersmpstartidle.c
+++ b/cpukit/score/src/schedulersmpstartidle.c
@@ -6,8 +6,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/schedulersmpimpl.h>
diff --git a/cpukit/score/src/schedulerstrongapa.c b/cpukit/score/src/schedulerstrongapa.c
index 906cc83..924cd86 100644
--- a/cpukit/score/src/schedulerstrongapa.c
+++ b/cpukit/score/src/schedulerstrongapa.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/schedulerstrongapa.h>
diff --git a/cpukit/score/src/semaphore.c b/cpukit/score/src/semaphore.c
index f9b8b48..e133d60 100644
--- a/cpukit/score/src/semaphore.c
+++ b/cpukit/score/src/semaphore.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/semaphoreimpl.h>
diff --git a/cpukit/score/src/smp.c b/cpukit/score/src/smp.c
index b6394a8..0aab731 100644
--- a/cpukit/score/src/smp.c
+++ b/cpukit/score/src/smp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/smpbarrierwait.c b/cpukit/score/src/smpbarrierwait.c
index d06d819..152338a 100644
--- a/cpukit/score/src/smpbarrierwait.c
+++ b/cpukit/score/src/smpbarrierwait.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/smpbarrier.h>
diff --git a/cpukit/score/src/smplock.c b/cpukit/score/src/smplock.c
index b9c7f6e..3523098 100644
--- a/cpukit/score/src/smplock.c
+++ b/cpukit/score/src/smplock.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/smplock.h>
diff --git a/cpukit/score/src/stackallocator.c b/cpukit/score/src/stackallocator.c
index d13874e..404b98f 100644
--- a/cpukit/score/src/stackallocator.c
+++ b/cpukit/score/src/stackallocator.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c
index 32a5132..69bfcf6 100644
--- a/cpukit/score/src/thread.c
+++ b/cpukit/score/src/thread.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadallocateunlimited.c b/cpukit/score/src/threadallocateunlimited.c
index c4b176f..463a0ec 100644
--- a/cpukit/score/src/threadallocateunlimited.c
+++ b/cpukit/score/src/threadallocateunlimited.c
@@ -31,7 +31,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadchangepriority.c b/cpukit/score/src/threadchangepriority.c
index 71a01e0..458eae8 100644
--- a/cpukit/score/src/threadchangepriority.c
+++ b/cpukit/score/src/threadchangepriority.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadclearstate.c b/cpukit/score/src/threadclearstate.c
index 90ce0e8..3af759e 100644
--- a/cpukit/score/src/threadclearstate.c
+++ b/cpukit/score/src/threadclearstate.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadcreateidle.c b/cpukit/score/src/threadcreateidle.c
index d713150..1e18ad0 100644
--- a/cpukit/score/src/threadcreateidle.c
+++ b/cpukit/score/src/threadcreateidle.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c
index 3b611f7..b2ac57b 100644
--- a/cpukit/score/src/threaddispatch.c
+++ b/cpukit/score/src/threaddispatch.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadentryadaptoridle.c b/cpukit/score/src/threadentryadaptoridle.c
index e98f562..c3034a6 100644
--- a/cpukit/score/src/threadentryadaptoridle.c
+++ b/cpukit/score/src/threadentryadaptoridle.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/threadimpl.h>
diff --git a/cpukit/score/src/threadentryadaptornumeric.c b/cpukit/score/src/threadentryadaptornumeric.c
index acc06f0..78cf700 100644
--- a/cpukit/score/src/threadentryadaptornumeric.c
+++ b/cpukit/score/src/threadentryadaptornumeric.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/threadimpl.h>
diff --git a/cpukit/score/src/threadentryadaptorpointer.c b/cpukit/score/src/threadentryadaptorpointer.c
index 65866d8..4ba6227 100644
--- a/cpukit/score/src/threadentryadaptorpointer.c
+++ b/cpukit/score/src/threadentryadaptorpointer.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/threadimpl.h>
diff --git a/cpukit/score/src/threadget.c b/cpukit/score/src/threadget.c
index f453c30..1333253 100644
--- a/cpukit/score/src/threadget.c
+++ b/cpukit/score/src/threadget.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadgetcputimeused.c b/cpukit/score/src/threadgetcputimeused.c
index 7b5b73b..b89050a 100644
--- a/cpukit/score/src/threadgetcputimeused.c
+++ b/cpukit/score/src/threadgetcputimeused.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadhandler.c b/cpukit/score/src/threadhandler.c
index 4b8e386..acbe186 100644
--- a/cpukit/score/src/threadhandler.c
+++ b/cpukit/score/src/threadhandler.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadidledefault.c b/cpukit/score/src/threadidledefault.c
index 6babe25..88dbbb5 100644
--- a/cpukit/score/src/threadidledefault.c
+++ b/cpukit/score/src/threadidledefault.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadinitialize.c b/cpukit/score/src/threadinitialize.c
index 742e6e6..691f563 100644
--- a/cpukit/score/src/threadinitialize.c
+++ b/cpukit/score/src/threadinitialize.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threaditerate.c b/cpukit/score/src/threaditerate.c
index 78ccb67..455aa1b 100644
--- a/cpukit/score/src/threaditerate.c
+++ b/cpukit/score/src/threaditerate.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadloadenv.c b/cpukit/score/src/threadloadenv.c
index 828e8ec..9b0808c 100644
--- a/cpukit/score/src/threadloadenv.c
+++ b/cpukit/score/src/threadloadenv.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadmp.c b/cpukit/score/src/threadmp.c
index fffd4de..d03800a 100644
--- a/cpukit/score/src/threadmp.c
+++ b/cpukit/score/src/threadmp.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadname.c b/cpukit/score/src/threadname.c
index 4c1ca5e..95abc7d 100644
--- a/cpukit/score/src/threadname.c
+++ b/cpukit/score/src/threadname.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c
index 4483c9e..ffce17a 100644
--- a/cpukit/score/src/threadq.c
+++ b/cpukit/score/src/threadq.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadqenqueue.c b/cpukit/score/src/threadqenqueue.c
index d2e8c48..44fabb2 100644
--- a/cpukit/score/src/threadqenqueue.c
+++ b/cpukit/score/src/threadqenqueue.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadqextractwithproxy.c b/cpukit/score/src/threadqextractwithproxy.c
index efe0940..d9b6f58 100644
--- a/cpukit/score/src/threadqextractwithproxy.c
+++ b/cpukit/score/src/threadqextractwithproxy.c
@@ -19,7 +19,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadqfirst.c b/cpukit/score/src/threadqfirst.c
index e68fb9f..4c3939f 100644
--- a/cpukit/score/src/threadqfirst.c
+++ b/cpukit/score/src/threadqfirst.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadqflush.c b/cpukit/score/src/threadqflush.c
index af48d54..f9303f4 100644
--- a/cpukit/score/src/threadqflush.c
+++ b/cpukit/score/src/threadqflush.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadqops.c b/cpukit/score/src/threadqops.c
index dbabf9c..9894c36 100644
--- a/cpukit/score/src/threadqops.c
+++ b/cpukit/score/src/threadqops.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/threadimpl.h>
diff --git a/cpukit/score/src/threadqtimeout.c b/cpukit/score/src/threadqtimeout.c
index 0993fd4..3a08342 100644
--- a/cpukit/score/src/threadqtimeout.c
+++ b/cpukit/score/src/threadqtimeout.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadrestart.c b/cpukit/score/src/threadrestart.c
index 0c68903..d7752d2 100644
--- a/cpukit/score/src/threadrestart.c
+++ b/cpukit/score/src/threadrestart.c
@@ -16,7 +16,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadscheduler.c b/cpukit/score/src/threadscheduler.c
index d6918b1..bacb4e7 100644
--- a/cpukit/score/src/threadscheduler.c
+++ b/cpukit/score/src/threadscheduler.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadsetstate.c b/cpukit/score/src/threadsetstate.c
index 763c283..d07ae05 100644
--- a/cpukit/score/src/threadsetstate.c
+++ b/cpukit/score/src/threadsetstate.c
@@ -17,7 +17,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadstackallocate.c b/cpukit/score/src/threadstackallocate.c
index 722de7b..2ca7ec2 100644
--- a/cpukit/score/src/threadstackallocate.c
+++ b/cpukit/score/src/threadstackallocate.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadstackfree.c b/cpukit/score/src/threadstackfree.c
index 8d8e229..3e70f8b 100644
--- a/cpukit/score/src/threadstackfree.c
+++ b/cpukit/score/src/threadstackfree.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadstart.c b/cpukit/score/src/threadstart.c
index 9e9ea1c..5d49e9e 100644
--- a/cpukit/score/src/threadstart.c
+++ b/cpukit/score/src/threadstart.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadstartmultitasking.c b/cpukit/score/src/threadstartmultitasking.c
index 67bbba4..5b2b993 100644
--- a/cpukit/score/src/threadstartmultitasking.c
+++ b/cpukit/score/src/threadstartmultitasking.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadtimeout.c b/cpukit/score/src/threadtimeout.c
index 61e8659..6d14001 100644
--- a/cpukit/score/src/threadtimeout.c
+++ b/cpukit/score/src/threadtimeout.c
@@ -15,8 +15,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/threadimpl.h>
diff --git a/cpukit/score/src/threadunpin.c b/cpukit/score/src/threadunpin.c
index bf05790..f3ed0cf 100644
--- a/cpukit/score/src/threadunpin.c
+++ b/cpukit/score/src/threadunpin.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/threadwaitgetid.c b/cpukit/score/src/threadwaitgetid.c
index fd32e5e..6298241 100644
--- a/cpukit/score/src/threadwaitgetid.c
+++ b/cpukit/score/src/threadwaitgetid.c
@@ -12,8 +12,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/threadimpl.h>
diff --git a/cpukit/score/src/threadyield.c b/cpukit/score/src/threadyield.c
index 462f04f..8585e2c 100644
--- a/cpukit/score/src/threadyield.c
+++ b/cpukit/score/src/threadyield.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/threadimpl.h>
diff --git a/cpukit/score/src/timespecaddto.c b/cpukit/score/src/timespecaddto.c
index 171e823..cd2dca8 100644
--- a/cpukit/score/src/timespecaddto.c
+++ b/cpukit/score/src/timespecaddto.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/timespecdivide.c b/cpukit/score/src/timespecdivide.c
index ee219b3..a163375 100644
--- a/cpukit/score/src/timespecdivide.c
+++ b/cpukit/score/src/timespecdivide.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/timespecdividebyinteger.c b/cpukit/score/src/timespecdividebyinteger.c
index 89944fd..5534196 100644
--- a/cpukit/score/src/timespecdividebyinteger.c
+++ b/cpukit/score/src/timespecdividebyinteger.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/timespecfromticks.c b/cpukit/score/src/timespecfromticks.c
index 8477bf3..2d3207a 100644
--- a/cpukit/score/src/timespecfromticks.c
+++ b/cpukit/score/src/timespecfromticks.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/timespecgetasnanoseconds.c b/cpukit/score/src/timespecgetasnanoseconds.c
index 2f8d17f..7435464 100644
--- a/cpukit/score/src/timespecgetasnanoseconds.c
+++ b/cpukit/score/src/timespecgetasnanoseconds.c
@@ -13,7 +13,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/timespecisvalid.c b/cpukit/score/src/timespecisvalid.c
index 447a585..88743f6 100644
--- a/cpukit/score/src/timespecisvalid.c
+++ b/cpukit/score/src/timespecisvalid.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/timespeclessthan.c b/cpukit/score/src/timespeclessthan.c
index 6432821..13a57ce 100644
--- a/cpukit/score/src/timespeclessthan.c
+++ b/cpukit/score/src/timespeclessthan.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/timespecsubtract.c b/cpukit/score/src/timespecsubtract.c
index c300634..cd07d86 100644
--- a/cpukit/score/src/timespecsubtract.c
+++ b/cpukit/score/src/timespecsubtract.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/timespectoticks.c b/cpukit/score/src/timespectoticks.c
index 05211c9..f37504c 100644
--- a/cpukit/score/src/timespectoticks.c
+++ b/cpukit/score/src/timespectoticks.c
@@ -11,7 +11,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/tlsallocsize.c b/cpukit/score/src/tlsallocsize.c
index 0465798..8fa5600 100644
--- a/cpukit/score/src/tlsallocsize.c
+++ b/cpukit/score/src/tlsallocsize.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/userext.c b/cpukit/score/src/userext.c
index c724d1d..6106cd8 100644
--- a/cpukit/score/src/userext.c
+++ b/cpukit/score/src/userext.c
@@ -15,8 +15,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/userextimpl.h>
diff --git a/cpukit/score/src/userextaddset.c b/cpukit/score/src/userextaddset.c
index 70e9fb0..f4f709b 100644
--- a/cpukit/score/src/userextaddset.c
+++ b/cpukit/score/src/userextaddset.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/userextiterate.c b/cpukit/score/src/userextiterate.c
index ca010ef..06665a2 100644
--- a/cpukit/score/src/userextiterate.c
+++ b/cpukit/score/src/userextiterate.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/userextimpl.h>
diff --git a/cpukit/score/src/userextremoveset.c b/cpukit/score/src/userextremoveset.c
index 4eb13f0..aeb54a3 100644
--- a/cpukit/score/src/userextremoveset.c
+++ b/cpukit/score/src/userextremoveset.c
@@ -15,7 +15,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/watchdoginsert.c b/cpukit/score/src/watchdoginsert.c
index c6dbed2..5a031d3 100644
--- a/cpukit/score/src/watchdoginsert.c
+++ b/cpukit/score/src/watchdoginsert.c
@@ -19,7 +19,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/watchdogremove.c b/cpukit/score/src/watchdogremove.c
index cda4a62..def0ef5 100644
--- a/cpukit/score/src/watchdogremove.c
+++ b/cpukit/score/src/watchdogremove.c
@@ -19,7 +19,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/watchdogtick.c b/cpukit/score/src/watchdogtick.c
index 2f11357..791f9e0 100644
--- a/cpukit/score/src/watchdogtick.c
+++ b/cpukit/score/src/watchdogtick.c
@@ -12,7 +12,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/watchdogtickssinceboot.c b/cpukit/score/src/watchdogtickssinceboot.c
index b255c4e..c522608 100644
--- a/cpukit/score/src/watchdogtickssinceboot.c
+++ b/cpukit/score/src/watchdogtickssinceboot.c
@@ -14,7 +14,7 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/watchdogtimeslicedefault.c b/cpukit/score/src/watchdogtimeslicedefault.c
index 91be2b5..1e6ab5a 100644
--- a/cpukit/score/src/watchdogtimeslicedefault.c
+++ b/cpukit/score/src/watchdogtimeslicedefault.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/wkspace.c b/cpukit/score/src/wkspace.c
index 8c3f518..fdc0463 100644
--- a/cpukit/score/src/wkspace.c
+++ b/cpukit/score/src/wkspace.c
@@ -14,8 +14,8 @@
  *  http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/wkspace.h>
diff --git a/cpukit/score/src/wkspaceisunifieddefault.c b/cpukit/score/src/wkspaceisunifieddefault.c
index 80b7962..3c35750 100644
--- a/cpukit/score/src/wkspaceisunifieddefault.c
+++ b/cpukit/score/src/wkspaceisunifieddefault.c
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/cpukit/score/src/wkstringduplicate.c b/cpukit/score/src/wkstringduplicate.c
index 8fc1c97..5c0b087 100644
--- a/cpukit/score/src/wkstringduplicate.c
+++ b/cpukit/score/src/wkstringduplicate.c
@@ -20,8 +20,8 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
-  #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <rtems/score/wkspace.h>
diff --git a/cpukit/telnetd/telnetd-init.c b/cpukit/telnetd/telnetd-init.c
index 7762ad7..586aaef 100644
--- a/cpukit/telnetd/telnetd-init.c
+++ b/cpukit/telnetd/telnetd-init.c
@@ -6,7 +6,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/testsuites/fstests/fsbdpart01/init.c b/testsuites/fstests/fsbdpart01/init.c
index 8f4e359..f87033a 100644
--- a/testsuites/fstests/fsbdpart01/init.c
+++ b/testsuites/fstests/fsbdpart01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/fstests/fsdosfsformat01/init.c b/testsuites/fstests/fsdosfsformat01/init.c
index c636e84..f932c96 100644
--- a/testsuites/fstests/fsdosfsformat01/init.c
+++ b/testsuites/fstests/fsdosfsformat01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/fstests/fsdosfsname01/init.c b/testsuites/fstests/fsdosfsname01/init.c
index 1cae87f..3689da8 100644
--- a/testsuites/fstests/fsdosfsname01/init.c
+++ b/testsuites/fstests/fsdosfsname01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 
diff --git a/testsuites/fstests/fsdosfssync01/init.c b/testsuites/fstests/fsdosfssync01/init.c
index 37b7a55..8bdd37b 100644
--- a/testsuites/fstests/fsdosfssync01/init.c
+++ b/testsuites/fstests/fsdosfssync01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/fstests/fsdosfswrite01/init.c b/testsuites/fstests/fsdosfswrite01/init.c
index 4b60e5b..e5d8e5d 100644
--- a/testsuites/fstests/fsdosfswrite01/init.c
+++ b/testsuites/fstests/fsdosfswrite01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/fstests/fsfseeko01/init.c b/testsuites/fstests/fsfseeko01/init.c
index 448ff76..a9ce0e5 100644
--- a/testsuites/fstests/fsfseeko01/init.c
+++ b/testsuites/fstests/fsfseeko01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/fstests/fsimfsconfig01/init.c b/testsuites/fstests/fsimfsconfig01/init.c
index 0dda09a..fd11329 100644
--- a/testsuites/fstests/fsimfsconfig01/init.c
+++ b/testsuites/fstests/fsimfsconfig01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/fstests/fsimfsconfig02/init.c b/testsuites/fstests/fsimfsconfig02/init.c
index 0e3febd..ae27061 100644
--- a/testsuites/fstests/fsimfsconfig02/init.c
+++ b/testsuites/fstests/fsimfsconfig02/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/fstests/fsimfsconfig03/init.c b/testsuites/fstests/fsimfsconfig03/init.c
index a9eb696..32db163 100644
--- a/testsuites/fstests/fsimfsconfig03/init.c
+++ b/testsuites/fstests/fsimfsconfig03/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/fstests/fsjffs2gc01/init.c b/testsuites/fstests/fsjffs2gc01/init.c
index 0691fb7..9ab7caf 100644
--- a/testsuites/fstests/fsjffs2gc01/init.c
+++ b/testsuites/fstests/fsjffs2gc01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <tmacros.h>
diff --git a/testsuites/fstests/fsnofs01/init.c b/testsuites/fstests/fsnofs01/init.c
index fc69879..6260697 100644
--- a/testsuites/fstests/fsnofs01/init.c
+++ b/testsuites/fstests/fsnofs01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/fstests/fsrename/test.c b/testsuites/fstests/fsrename/test.c
index 487c60b..ceeb242 100644
--- a/testsuites/fstests/fsrename/test.c
+++ b/testsuites/fstests/fsrename/test.c
@@ -8,7 +8,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "fstest.h"
diff --git a/testsuites/fstests/fsrfsbitmap01/test.c b/testsuites/fstests/fsrfsbitmap01/test.c
index ba67b86..1365a97 100644
--- a/testsuites/fstests/fsrfsbitmap01/test.c
+++ b/testsuites/fstests/fsrfsbitmap01/test.c
@@ -13,7 +13,7 @@
  */
 
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/testsuites/fstests/fsrofs01/init.c b/testsuites/fstests/fsrofs01/init.c
index 2d5b93a..33194c0 100644
--- a/testsuites/fstests/fsrofs01/init.c
+++ b/testsuites/fstests/fsrofs01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/block08/test_disk.c b/testsuites/libtests/block08/test_disk.c
index 5cc15d2..27aea17 100644
--- a/testsuites/libtests/block08/test_disk.c
+++ b/testsuites/libtests/block08/test_disk.c
@@ -9,7 +9,7 @@
  * http://www.rtems.org/license/LICENSE.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/testsuites/libtests/block11/init.c b/testsuites/libtests/block11/init.c
index d5ed580..8539cc6 100644
--- a/testsuites/libtests/block11/init.c
+++ b/testsuites/libtests/block11/init.c
@@ -21,7 +21,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/block12/init.c b/testsuites/libtests/block12/init.c
index eb548e9..6326093 100644
--- a/testsuites/libtests/block12/init.c
+++ b/testsuites/libtests/block12/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/block13/init.c b/testsuites/libtests/block13/init.c
index f001ed8..c769c6f 100644
--- a/testsuites/libtests/block13/init.c
+++ b/testsuites/libtests/block13/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/block14/init.c b/testsuites/libtests/block14/init.c
index 1586ef9..b4e73aa 100644
--- a/testsuites/libtests/block14/init.c
+++ b/testsuites/libtests/block14/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/block15/init.c b/testsuites/libtests/block15/init.c
index 52be4c5..631a841 100644
--- a/testsuites/libtests/block15/init.c
+++ b/testsuites/libtests/block15/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/block16/init.c b/testsuites/libtests/block16/init.c
index 215b69f..6d6695e 100644
--- a/testsuites/libtests/block16/init.c
+++ b/testsuites/libtests/block16/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/block17/init.c b/testsuites/libtests/block17/init.c
index 3346c7c..cbd918c 100644
--- a/testsuites/libtests/block17/init.c
+++ b/testsuites/libtests/block17/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/bdbuf.h>
diff --git a/testsuites/libtests/complex/docomplex.c b/testsuites/libtests/complex/docomplex.c
index 4872b5d..a17f84c 100644
--- a/testsuites/libtests/complex/docomplex.c
+++ b/testsuites/libtests/complex/docomplex.c
@@ -11,7 +11,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #ifdef NO_DOUBLE
diff --git a/testsuites/libtests/complex/docomplexf.c b/testsuites/libtests/complex/docomplexf.c
index b51f888..5ccefe8 100644
--- a/testsuites/libtests/complex/docomplexf.c
+++ b/testsuites/libtests/complex/docomplexf.c
@@ -11,7 +11,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #ifdef NO_FLOAT
diff --git a/testsuites/libtests/complex/docomplexl.c b/testsuites/libtests/complex/docomplexl.c
index 8b8317b..2f2eb7d 100644
--- a/testsuites/libtests/complex/docomplexl.c
+++ b/testsuites/libtests/complex/docomplexl.c
@@ -11,7 +11,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 /* FIXME: Why is this defined? */
diff --git a/testsuites/libtests/crypt01/init.c b/testsuites/libtests/crypt01/init.c
index c48fe11..527a151 100644
--- a/testsuites/libtests/crypt01/init.c
+++ b/testsuites/libtests/crypt01/init.c
@@ -36,7 +36,7 @@
  * Ulrich Drepper <drepper at redhat.com>. */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <crypt.h>
diff --git a/testsuites/libtests/debugger01/remote.c b/testsuites/libtests/debugger01/remote.c
index 1c8c4d0..3b30228 100644
--- a/testsuites/libtests/debugger01/remote.c
+++ b/testsuites/libtests/debugger01/remote.c
@@ -9,7 +9,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/defaultconfig01/init.c b/testsuites/libtests/defaultconfig01/init.c
index 21c326d..3ebd5ac 100644
--- a/testsuites/libtests/defaultconfig01/init.c
+++ b/testsuites/libtests/defaultconfig01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <stdio.h>
diff --git a/testsuites/libtests/dl01/init.c b/testsuites/libtests/dl01/init.c
index 6317dc8..86cbde9 100644
--- a/testsuites/libtests/dl01/init.c
+++ b/testsuites/libtests/dl01/init.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl02/init.c b/testsuites/libtests/dl02/init.c
index 7dc5dab..5245418 100644
--- a/testsuites/libtests/dl02/init.c
+++ b/testsuites/libtests/dl02/init.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl03/dl-bit-alloc.c b/testsuites/libtests/dl03/dl-bit-alloc.c
index 210f826..e4e3cf4 100644
--- a/testsuites/libtests/dl03/dl-bit-alloc.c
+++ b/testsuites/libtests/dl03/dl-bit-alloc.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl03/dl-cache.c b/testsuites/libtests/dl03/dl-cache.c
index 53c4fe7..f29531b 100644
--- a/testsuites/libtests/dl03/dl-cache.c
+++ b/testsuites/libtests/dl03/dl-cache.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl03/init.c b/testsuites/libtests/dl03/init.c
index d7242b7..4fc0b76 100644
--- a/testsuites/libtests/dl03/init.c
+++ b/testsuites/libtests/dl03/init.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl04/dl-load.c b/testsuites/libtests/dl04/dl-load.c
index 38810f4..9e383a0 100644
--- a/testsuites/libtests/dl04/dl-load.c
+++ b/testsuites/libtests/dl04/dl-load.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl04/init.c b/testsuites/libtests/dl04/init.c
index 00fe740..467d28f 100644
--- a/testsuites/libtests/dl04/init.c
+++ b/testsuites/libtests/dl04/init.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl05/dl-load.c b/testsuites/libtests/dl05/dl-load.c
index 58704c4..11d1404 100644
--- a/testsuites/libtests/dl05/dl-load.c
+++ b/testsuites/libtests/dl05/dl-load.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl05/init.c b/testsuites/libtests/dl05/init.c
index 578105c..693ed65 100644
--- a/testsuites/libtests/dl05/init.c
+++ b/testsuites/libtests/dl05/init.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl06/initimpl.h b/testsuites/libtests/dl06/initimpl.h
index e3500a1..2611124 100644
--- a/testsuites/libtests/dl06/initimpl.h
+++ b/testsuites/libtests/dl06/initimpl.h
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl07/init.c b/testsuites/libtests/dl07/init.c
index 732e0f5..40cca25 100644
--- a/testsuites/libtests/dl07/init.c
+++ b/testsuites/libtests/dl07/init.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl08/init.c b/testsuites/libtests/dl08/init.c
index 345fe27..a675464 100644
--- a/testsuites/libtests/dl08/init.c
+++ b/testsuites/libtests/dl08/init.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl09/init.c b/testsuites/libtests/dl09/init.c
index 5649260..a95a57a 100644
--- a/testsuites/libtests/dl09/init.c
+++ b/testsuites/libtests/dl09/init.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/dl10/init.c b/testsuites/libtests/dl10/init.c
index c891d82..b488a32 100644
--- a/testsuites/libtests/dl10/init.c
+++ b/testsuites/libtests/dl10/init.c
@@ -7,7 +7,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/exit01/init.c b/testsuites/libtests/exit01/init.c
index f8784ec..9e2c61b 100644
--- a/testsuites/libtests/exit01/init.c
+++ b/testsuites/libtests/exit01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/exit02/init.c b/testsuites/libtests/exit02/init.c
index 67eb1c9..f9be68b 100644
--- a/testsuites/libtests/exit02/init.c
+++ b/testsuites/libtests/exit02/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/flashdisk01/init.c b/testsuites/libtests/flashdisk01/init.c
index 18ab4e9..b85279a 100644
--- a/testsuites/libtests/flashdisk01/init.c
+++ b/testsuites/libtests/flashdisk01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/getentropy01/init.c b/testsuites/libtests/getentropy01/init.c
index aea2e8b..4986ddf 100644
--- a/testsuites/libtests/getentropy01/init.c
+++ b/testsuites/libtests/getentropy01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/i2c01/init.c b/testsuites/libtests/i2c01/init.c
index 02a3558..83027ed 100644
--- a/testsuites/libtests/i2c01/init.c
+++ b/testsuites/libtests/i2c01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <dev/i2c/i2c.h>
diff --git a/testsuites/libtests/libfdt01/init.c b/testsuites/libtests/libfdt01/init.c
index 1918505..b1568d9 100644
--- a/testsuites/libtests/libfdt01/init.c
+++ b/testsuites/libtests/libfdt01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/math/domath.c b/testsuites/libtests/math/domath.c
index 3485fb2..36b4538 100644
--- a/testsuites/libtests/math/domath.c
+++ b/testsuites/libtests/math/domath.c
@@ -11,7 +11,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #ifdef NO_DOUBLE
diff --git a/testsuites/libtests/mathf/domathf.c b/testsuites/libtests/mathf/domathf.c
index 3aece95..831e9d6 100644
--- a/testsuites/libtests/mathf/domathf.c
+++ b/testsuites/libtests/mathf/domathf.c
@@ -11,7 +11,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #ifdef NO_FLOAT
diff --git a/testsuites/libtests/mathl/domathl.c b/testsuites/libtests/mathl/domathl.c
index 0781577..9d40d82 100644
--- a/testsuites/libtests/mathl/domathl.c
+++ b/testsuites/libtests/mathl/domathl.c
@@ -11,7 +11,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 /* FIXME: Why is this defined? */
diff --git a/testsuites/libtests/md501/init.c b/testsuites/libtests/md501/init.c
index 678dc0b..da14ea4 100644
--- a/testsuites/libtests/md501/init.c
+++ b/testsuites/libtests/md501/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/mghttpd01/init.c b/testsuites/libtests/mghttpd01/init.c
index 75c2d8d..93d42e1 100644
--- a/testsuites/libtests/mghttpd01/init.c
+++ b/testsuites/libtests/mghttpd01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/libtests/newlib01/init.c b/testsuites/libtests/newlib01/init.c
index 529531e..383abf4 100644
--- a/testsuites/libtests/newlib01/init.c
+++ b/testsuites/libtests/newlib01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <stdio.h>
diff --git a/testsuites/libtests/pwdgrp01/init.c b/testsuites/libtests/pwdgrp01/init.c
index ebdd690..254eb69 100644
--- a/testsuites/libtests/pwdgrp01/init.c
+++ b/testsuites/libtests/pwdgrp01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/testsuites/libtests/pwdgrp02/init.c b/testsuites/libtests/pwdgrp02/init.c
index 82aa862..85770a7 100644
--- a/testsuites/libtests/pwdgrp02/init.c
+++ b/testsuites/libtests/pwdgrp02/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/testsuites/libtests/rbheap01/init.c b/testsuites/libtests/rbheap01/init.c
index 35114df..71429df 100644
--- a/testsuites/libtests/rbheap01/init.c
+++ b/testsuites/libtests/rbheap01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/sha/init.c b/testsuites/libtests/sha/init.c
index bc64edf..78e09a7 100644
--- a/testsuites/libtests/sha/init.c
+++ b/testsuites/libtests/sha/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <sha256.h>
diff --git a/testsuites/libtests/shell01/init.c b/testsuites/libtests/shell01/init.c
index 5085c3c..a69bbc0 100644
--- a/testsuites/libtests/shell01/init.c
+++ b/testsuites/libtests/shell01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <sys/stat.h>
diff --git a/testsuites/libtests/sparsedisk01/init.c b/testsuites/libtests/sparsedisk01/init.c
index b93b817..abb1ee3 100644
--- a/testsuites/libtests/sparsedisk01/init.c
+++ b/testsuites/libtests/sparsedisk01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <fcntl.h>
diff --git a/testsuites/libtests/spi01/init.c b/testsuites/libtests/spi01/init.c
index 8de4f49..a32f34b 100644
--- a/testsuites/libtests/spi01/init.c
+++ b/testsuites/libtests/spi01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <dev/spi/spi.h>
diff --git a/testsuites/libtests/syscall01/init.c b/testsuites/libtests/syscall01/init.c
index f2ddbbe..788a293 100644
--- a/testsuites/libtests/syscall01/init.c
+++ b/testsuites/libtests/syscall01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/libtests/utf8proc01/init.c b/testsuites/libtests/utf8proc01/init.c
index 50d75c6..48120dd 100644
--- a/testsuites/libtests/utf8proc01/init.c
+++ b/testsuites/libtests/utf8proc01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/psxtests/psxcleanup02/init.c b/testsuites/psxtests/psxcleanup02/init.c
index 3c05fff..3773f5b 100644
--- a/testsuites/psxtests/psxcleanup02/init.c
+++ b/testsuites/psxtests/psxcleanup02/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/psxtests/psxcleanup02/main.c b/testsuites/psxtests/psxcleanup02/main.c
index c5a3e95..a09aa19 100644
--- a/testsuites/psxtests/psxcleanup02/main.c
+++ b/testsuites/psxtests/psxcleanup02/main.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <assert.h>
diff --git a/testsuites/psxtests/psxconfig01/init.c b/testsuites/psxtests/psxconfig01/init.c
index 2d0a0df..038bbec 100644
--- a/testsuites/psxtests/psxconfig01/init.c
+++ b/testsuites/psxtests/psxconfig01/init.c
@@ -24,7 +24,7 @@
 #define _GNU_SOURCE
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/test.h>
diff --git a/testsuites/psxtests/psxglobalcon01/init.cc b/testsuites/psxtests/psxglobalcon01/init.cc
index 154bf0d..994cf7f 100644
--- a/testsuites/psxtests/psxglobalcon01/init.cc
+++ b/testsuites/psxtests/psxglobalcon01/init.cc
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/psxtests/psxglobalcon02/init.cc b/testsuites/psxtests/psxglobalcon02/init.cc
index be54858..917f205 100644
--- a/testsuites/psxtests/psxglobalcon02/init.cc
+++ b/testsuites/psxtests/psxglobalcon02/init.cc
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/psxtests/psxhdrs/netdb/endhostent.c b/testsuites/psxtests/psxhdrs/netdb/endhostent.c
index ee9d8ae..3fb86c5 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endhostent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endhostent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/endnetent.c b/testsuites/psxtests/psxhdrs/netdb/endnetent.c
index d54a36c..08dd24e 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endnetent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endnetent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/endprotoent.c b/testsuites/psxtests/psxhdrs/netdb/endprotoent.c
index 16fa52d..c03cd1d 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endprotoent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endprotoent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/endservent.c b/testsuites/psxtests/psxhdrs/netdb/endservent.c
index 31cec71..87c2029 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endservent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endservent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c b/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
index aac1de7..341dcd7 100644
--- a/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
+++ b/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/types.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c b/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
index d482d31..91ce55a 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/types.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c b/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
index eb062f9..52b9a81 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/types.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c b/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
index 962a607..07d7343 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <arpa/inet.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c b/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
index f94995a..74ee33a 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostent.c b/testsuites/psxtests/psxhdrs/netdb/gethostent.c
index c3ad935..e511bee 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gethostent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gethostent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c b/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
index 2a89f99..e6c06d7 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c b/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c
index ac00669..01600d2 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c b/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
index 2b10eb9..bd5d2c6 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetent.c b/testsuites/psxtests/psxhdrs/netdb/getnetent.c
index 433f7eb..a46d97a 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnetent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnetent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c b/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
index b9e771f..379cd80 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c b/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
index 6d9572c..d46bfb5 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotoent.c b/testsuites/psxtests/psxhdrs/netdb/getprotoent.c
index a47b121..93cbd73 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getprotoent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getprotoent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getservbyname.c b/testsuites/psxtests/psxhdrs/netdb/getservbyname.c
index 6d9f8c7..ff87bda 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getservbyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getservbyname.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getservbyport.c b/testsuites/psxtests/psxhdrs/netdb/getservbyport.c
index de4439b..e9d6fee 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getservbyport.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getservbyport.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/getservent.c b/testsuites/psxtests/psxhdrs/netdb/getservent.c
index 8057d79..c473d7c 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getservent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getservent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/h_errno.c b/testsuites/psxtests/psxhdrs/netdb/h_errno.c
index f9e7158..1318b45 100644
--- a/testsuites/psxtests/psxhdrs/netdb/h_errno.c
+++ b/testsuites/psxtests/psxhdrs/netdb/h_errno.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/sethostent.c b/testsuites/psxtests/psxhdrs/netdb/sethostent.c
index 4d963a6..8f161ea 100644
--- a/testsuites/psxtests/psxhdrs/netdb/sethostent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/sethostent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/setnetent.c b/testsuites/psxtests/psxhdrs/netdb/setnetent.c
index 810fb93..9c9c4f3 100644
--- a/testsuites/psxtests/psxhdrs/netdb/setnetent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/setnetent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/setprotoent.c b/testsuites/psxtests/psxhdrs/netdb/setprotoent.c
index e7db90d..35bf5ca 100644
--- a/testsuites/psxtests/psxhdrs/netdb/setprotoent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/setprotoent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <netdb.h>
diff --git a/testsuites/psxtests/psxhdrs/netdb/setservent.c b/testsuites/psxtests/psxhdrs/netdb/setservent.c
index 71ddd76..8d2c20a 100644
--- a/testsuites/psxtests/psxhdrs/netdb/setservent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/setservent.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <sys/socket.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memccpy.c b/testsuites/psxtests/psxhdrs/string/memccpy.c
index a32a193..25ea6c8 100644
--- a/testsuites/psxtests/psxhdrs/string/memccpy.c
+++ b/testsuites/psxtests/psxhdrs/string/memccpy.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memchr.c b/testsuites/psxtests/psxhdrs/string/memchr.c
index 2dbe548..5cbdfb0 100644
--- a/testsuites/psxtests/psxhdrs/string/memchr.c
+++ b/testsuites/psxtests/psxhdrs/string/memchr.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memcmp.c b/testsuites/psxtests/psxhdrs/string/memcmp.c
index 78b7210..6ab0f72 100644
--- a/testsuites/psxtests/psxhdrs/string/memcmp.c
+++ b/testsuites/psxtests/psxhdrs/string/memcmp.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memcpy.c b/testsuites/psxtests/psxhdrs/string/memcpy.c
index 43da9c8..1c70385 100644
--- a/testsuites/psxtests/psxhdrs/string/memcpy.c
+++ b/testsuites/psxtests/psxhdrs/string/memcpy.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memmove.c b/testsuites/psxtests/psxhdrs/string/memmove.c
index 7c135d4..611edfb 100644
--- a/testsuites/psxtests/psxhdrs/string/memmove.c
+++ b/testsuites/psxtests/psxhdrs/string/memmove.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memset.c b/testsuites/psxtests/psxhdrs/string/memset.c
index f76fcd1..c63aa5b 100644
--- a/testsuites/psxtests/psxhdrs/string/memset.c
+++ b/testsuites/psxtests/psxhdrs/string/memset.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/stpcpy.c b/testsuites/psxtests/psxhdrs/string/stpcpy.c
index cd4d4c8..7e5a641 100644
--- a/testsuites/psxtests/psxhdrs/string/stpcpy.c
+++ b/testsuites/psxtests/psxhdrs/string/stpcpy.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/stpncpy.c b/testsuites/psxtests/psxhdrs/string/stpncpy.c
index 920b9cd..f81752d 100644
--- a/testsuites/psxtests/psxhdrs/string/stpncpy.c
+++ b/testsuites/psxtests/psxhdrs/string/stpncpy.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcat.c b/testsuites/psxtests/psxhdrs/string/strcat.c
index 0e04266..15a0f74 100644
--- a/testsuites/psxtests/psxhdrs/string/strcat.c
+++ b/testsuites/psxtests/psxhdrs/string/strcat.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strchr.c b/testsuites/psxtests/psxhdrs/string/strchr.c
index 0741247..fc619df 100644
--- a/testsuites/psxtests/psxhdrs/string/strchr.c
+++ b/testsuites/psxtests/psxhdrs/string/strchr.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcmp.c b/testsuites/psxtests/psxhdrs/string/strcmp.c
index de95120..92ef4f4 100644
--- a/testsuites/psxtests/psxhdrs/string/strcmp.c
+++ b/testsuites/psxtests/psxhdrs/string/strcmp.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcoll.c b/testsuites/psxtests/psxhdrs/string/strcoll.c
index 9d76708..9381b7f 100644
--- a/testsuites/psxtests/psxhdrs/string/strcoll.c
+++ b/testsuites/psxtests/psxhdrs/string/strcoll.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcoll_l.c b/testsuites/psxtests/psxhdrs/string/strcoll_l.c
index 03edadc..542e172 100644
--- a/testsuites/psxtests/psxhdrs/string/strcoll_l.c
+++ b/testsuites/psxtests/psxhdrs/string/strcoll_l.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <locale.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcpy.c b/testsuites/psxtests/psxhdrs/string/strcpy.c
index 9c2dda8..98c2c7c 100644
--- a/testsuites/psxtests/psxhdrs/string/strcpy.c
+++ b/testsuites/psxtests/psxhdrs/string/strcpy.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcspn.c b/testsuites/psxtests/psxhdrs/string/strcspn.c
index 8dfe905..4f2f6fc 100644
--- a/testsuites/psxtests/psxhdrs/string/strcspn.c
+++ b/testsuites/psxtests/psxhdrs/string/strcspn.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strdup.c b/testsuites/psxtests/psxhdrs/string/strdup.c
index 655078e..2d147f7 100644
--- a/testsuites/psxtests/psxhdrs/string/strdup.c
+++ b/testsuites/psxtests/psxhdrs/string/strdup.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strerror.c b/testsuites/psxtests/psxhdrs/string/strerror.c
index 5a0dfd8..49c4321 100644
--- a/testsuites/psxtests/psxhdrs/string/strerror.c
+++ b/testsuites/psxtests/psxhdrs/string/strerror.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strerror_l.c b/testsuites/psxtests/psxhdrs/string/strerror_l.c
index 7b4edd6..26cf14e 100644
--- a/testsuites/psxtests/psxhdrs/string/strerror_l.c
+++ b/testsuites/psxtests/psxhdrs/string/strerror_l.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strerror_r.c b/testsuites/psxtests/psxhdrs/string/strerror_r.c
index 92eed35..0c9a689 100644
--- a/testsuites/psxtests/psxhdrs/string/strerror_r.c
+++ b/testsuites/psxtests/psxhdrs/string/strerror_r.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strlen.c b/testsuites/psxtests/psxhdrs/string/strlen.c
index 46abe67..3f71f58 100644
--- a/testsuites/psxtests/psxhdrs/string/strlen.c
+++ b/testsuites/psxtests/psxhdrs/string/strlen.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strncat.c b/testsuites/psxtests/psxhdrs/string/strncat.c
index 395b205..730a56c 100644
--- a/testsuites/psxtests/psxhdrs/string/strncat.c
+++ b/testsuites/psxtests/psxhdrs/string/strncat.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strncmp.c b/testsuites/psxtests/psxhdrs/string/strncmp.c
index f2de99b..9b9fccc 100644
--- a/testsuites/psxtests/psxhdrs/string/strncmp.c
+++ b/testsuites/psxtests/psxhdrs/string/strncmp.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strncpy.c b/testsuites/psxtests/psxhdrs/string/strncpy.c
index a17bf2d..50b64b3 100644
--- a/testsuites/psxtests/psxhdrs/string/strncpy.c
+++ b/testsuites/psxtests/psxhdrs/string/strncpy.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strndup.c b/testsuites/psxtests/psxhdrs/string/strndup.c
index 3ab7eef..f2298ea 100644
--- a/testsuites/psxtests/psxhdrs/string/strndup.c
+++ b/testsuites/psxtests/psxhdrs/string/strndup.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strnlen.c b/testsuites/psxtests/psxhdrs/string/strnlen.c
index 4114c90..5dad39d 100644
--- a/testsuites/psxtests/psxhdrs/string/strnlen.c
+++ b/testsuites/psxtests/psxhdrs/string/strnlen.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strpbrk.c b/testsuites/psxtests/psxhdrs/string/strpbrk.c
index b53e139..0fc6aa7 100644
--- a/testsuites/psxtests/psxhdrs/string/strpbrk.c
+++ b/testsuites/psxtests/psxhdrs/string/strpbrk.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strrchr.c b/testsuites/psxtests/psxhdrs/string/strrchr.c
index 8285b8d..2b37e16 100644
--- a/testsuites/psxtests/psxhdrs/string/strrchr.c
+++ b/testsuites/psxtests/psxhdrs/string/strrchr.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strsignal.c b/testsuites/psxtests/psxhdrs/string/strsignal.c
index 55b2de3..3b4de0c 100644
--- a/testsuites/psxtests/psxhdrs/string/strsignal.c
+++ b/testsuites/psxtests/psxhdrs/string/strsignal.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strspn.c b/testsuites/psxtests/psxhdrs/string/strspn.c
index ee9b79a..f8d4cbe 100644
--- a/testsuites/psxtests/psxhdrs/string/strspn.c
+++ b/testsuites/psxtests/psxhdrs/string/strspn.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strstr.c b/testsuites/psxtests/psxhdrs/string/strstr.c
index c357869..3e8f12b 100644
--- a/testsuites/psxtests/psxhdrs/string/strstr.c
+++ b/testsuites/psxtests/psxhdrs/string/strstr.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strtok.c b/testsuites/psxtests/psxhdrs/string/strtok.c
index abe91cf..ebb9f95 100644
--- a/testsuites/psxtests/psxhdrs/string/strtok.c
+++ b/testsuites/psxtests/psxhdrs/string/strtok.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strtok_r.c b/testsuites/psxtests/psxhdrs/string/strtok_r.c
index e872221..731fdcc 100644
--- a/testsuites/psxtests/psxhdrs/string/strtok_r.c
+++ b/testsuites/psxtests/psxhdrs/string/strtok_r.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strxfrm.c b/testsuites/psxtests/psxhdrs/string/strxfrm.c
index d51a5c1..1c1c1dd 100644
--- a/testsuites/psxtests/psxhdrs/string/strxfrm.c
+++ b/testsuites/psxtests/psxhdrs/string/strxfrm.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strxfrm_l.c b/testsuites/psxtests/psxhdrs/string/strxfrm_l.c
index 5e6208d..2a3d9f6 100644
--- a/testsuites/psxtests/psxhdrs/string/strxfrm_l.c
+++ b/testsuites/psxtests/psxhdrs/string/strxfrm_l.c
@@ -31,7 +31,7 @@
  */
 
  #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
  #endif
 
  #include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/utime/utime.c b/testsuites/psxtests/psxhdrs/utime/utime.c
index a6801d2..6236a84 100644
--- a/testsuites/psxtests/psxhdrs/utime/utime.c
+++ b/testsuites/psxtests/psxhdrs/utime/utime.c
@@ -31,7 +31,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
 #endif
 
 #include <sys/types.h>
diff --git a/testsuites/smptests/smpatomic01/init.c b/testsuites/smptests/smpatomic01/init.c
index 4ae1d58..a3b9e1d 100644
--- a/testsuites/smptests/smpatomic01/init.c
+++ b/testsuites/smptests/smpatomic01/init.c
@@ -15,7 +15,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/atomic.h>
diff --git a/testsuites/smptests/smpcache01/init.c b/testsuites/smptests/smpcache01/init.c
index 3552a3b..d3145d1 100644
--- a/testsuites/smptests/smpcache01/init.c
+++ b/testsuites/smptests/smpcache01/init.c
@@ -8,7 +8,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/atomic.h>
diff --git a/testsuites/smptests/smpcapture01/init.c b/testsuites/smptests/smpcapture01/init.c
index 1e3e797..74e5385 100644
--- a/testsuites/smptests/smpcapture01/init.c
+++ b/testsuites/smptests/smpcapture01/init.c
@@ -22,7 +22,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/smptests/smpclock01/init.c b/testsuites/smptests/smpclock01/init.c
index 109d4ba..6d3ddb9 100644
--- a/testsuites/smptests/smpclock01/init.c
+++ b/testsuites/smptests/smpclock01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpfatal01/init.c b/testsuites/smptests/smpfatal01/init.c
index e26d66f..3f276a4 100644
--- a/testsuites/smptests/smpfatal01/init.c
+++ b/testsuites/smptests/smpfatal01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpfatal02/init.c b/testsuites/smptests/smpfatal02/init.c
index 640178a..6aa48d6 100644
--- a/testsuites/smptests/smpfatal02/init.c
+++ b/testsuites/smptests/smpfatal02/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpfatal04/init.c b/testsuites/smptests/smpfatal04/init.c
index d2da964..92a2d84 100644
--- a/testsuites/smptests/smpfatal04/init.c
+++ b/testsuites/smptests/smpfatal04/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpfatal05/init.c b/testsuites/smptests/smpfatal05/init.c
index c64c515..511ce28 100644
--- a/testsuites/smptests/smpfatal05/init.c
+++ b/testsuites/smptests/smpfatal05/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpfatal06/init.c b/testsuites/smptests/smpfatal06/init.c
index e18ed2a..d18a31b 100644
--- a/testsuites/smptests/smpfatal06/init.c
+++ b/testsuites/smptests/smpfatal06/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpfatal08/init.c b/testsuites/smptests/smpfatal08/init.c
index 209b79c..47ea91b 100644
--- a/testsuites/smptests/smpfatal08/init.c
+++ b/testsuites/smptests/smpfatal08/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpipi01/init.c b/testsuites/smptests/smpipi01/init.c
index 3cc7a13..3ca04c7 100644
--- a/testsuites/smptests/smpipi01/init.c
+++ b/testsuites/smptests/smpipi01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/smpimpl.h>
diff --git a/testsuites/smptests/smpload01/init.c b/testsuites/smptests/smpload01/init.c
index cc08220..1ca5a80 100644
--- a/testsuites/smptests/smpload01/init.c
+++ b/testsuites/smptests/smpload01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smplock01/init.c b/testsuites/smptests/smplock01/init.c
index 796b0e0..bfaa755 100644
--- a/testsuites/smptests/smplock01/init.c
+++ b/testsuites/smptests/smplock01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/smplock.h>
diff --git a/testsuites/smptests/smpmigration01/init.c b/testsuites/smptests/smpmigration01/init.c
index 6ee263f..c78c057 100644
--- a/testsuites/smptests/smpmigration01/init.c
+++ b/testsuites/smptests/smpmigration01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpmigration02/init.c b/testsuites/smptests/smpmigration02/init.c
index 383dc17..2539e7a 100644
--- a/testsuites/smptests/smpmigration02/init.c
+++ b/testsuites/smptests/smpmigration02/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/smptests/smpmrsp01/init.c b/testsuites/smptests/smpmrsp01/init.c
index 815f7a0..da3426e 100644
--- a/testsuites/smptests/smpmrsp01/init.c
+++ b/testsuites/smptests/smpmrsp01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <sys/param.h>
diff --git a/testsuites/smptests/smpmutex01/init.c b/testsuites/smptests/smpmutex01/init.c
index eb90ad7..5a695f0 100644
--- a/testsuites/smptests/smpmutex01/init.c
+++ b/testsuites/smptests/smpmutex01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpmutex02/init.c b/testsuites/smptests/smpmutex02/init.c
index c0b8e44..fe800fa 100644
--- a/testsuites/smptests/smpmutex02/init.c
+++ b/testsuites/smptests/smpmutex02/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <inttypes.h>
diff --git a/testsuites/smptests/smppsxmutex01/init.c b/testsuites/smptests/smppsxmutex01/init.c
index 04bed7b..6dd0d02 100644
--- a/testsuites/smptests/smppsxmutex01/init.c
+++ b/testsuites/smptests/smppsxmutex01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <errno.h>
diff --git a/testsuites/smptests/smppsxsignal01/init.c b/testsuites/smptests/smppsxsignal01/init.c
index 529e870..1882715 100644
--- a/testsuites/smptests/smppsxsignal01/init.c
+++ b/testsuites/smptests/smppsxsignal01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpschedaffinity01/init.c b/testsuites/smptests/smpschedaffinity01/init.c
index 6134eaf..a2ab963 100644
--- a/testsuites/smptests/smpschedaffinity01/init.c
+++ b/testsuites/smptests/smpschedaffinity01/init.c
@@ -21,7 +21,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/smptests/smpschedaffinity02/init.c b/testsuites/smptests/smpschedaffinity02/init.c
index 0ebdd14..effbee3 100644
--- a/testsuites/smptests/smpschedaffinity02/init.c
+++ b/testsuites/smptests/smpschedaffinity02/init.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/smptests/smpschedaffinity03/init.c b/testsuites/smptests/smpschedaffinity03/init.c
index 6b3fb59..10ece65 100644
--- a/testsuites/smptests/smpschedaffinity03/init.c
+++ b/testsuites/smptests/smpschedaffinity03/init.c
@@ -12,7 +12,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/smptests/smpschedaffinity04/init.c b/testsuites/smptests/smpschedaffinity04/init.c
index 64250b9..9d8b599 100644
--- a/testsuites/smptests/smpschedaffinity04/init.c
+++ b/testsuites/smptests/smpschedaffinity04/init.c
@@ -12,7 +12,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/smptests/smpschedaffinity05/init.c b/testsuites/smptests/smpschedaffinity05/init.c
index f124988..1d55422 100644
--- a/testsuites/smptests/smpschedaffinity05/init.c
+++ b/testsuites/smptests/smpschedaffinity05/init.c
@@ -21,7 +21,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/smptests/smpschededf04/init.c b/testsuites/smptests/smpschededf04/init.c
index c72d7b6..00801d0 100644
--- a/testsuites/smptests/smpschededf04/init.c
+++ b/testsuites/smptests/smpschededf04/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpschedsem01/init.c b/testsuites/smptests/smpschedsem01/init.c
index 126e000..bf16bd3 100644
--- a/testsuites/smptests/smpschedsem01/init.c
+++ b/testsuites/smptests/smpschedsem01/init.c
@@ -8,7 +8,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/smptests/smpscheduler01/init.c b/testsuites/smptests/smpscheduler01/init.c
index a987f8c..93c0cfe 100644
--- a/testsuites/smptests/smpscheduler01/init.c
+++ b/testsuites/smptests/smpscheduler01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/smptests/smpscheduler02/init.c b/testsuites/smptests/smpscheduler02/init.c
index 6cfa591..9297efe 100644
--- a/testsuites/smptests/smpscheduler02/init.c
+++ b/testsuites/smptests/smpscheduler02/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <sched.h>
diff --git a/testsuites/smptests/smpscheduler04/init.c b/testsuites/smptests/smpscheduler04/init.c
index 147fe4c..f235bdd 100644
--- a/testsuites/smptests/smpscheduler04/init.c
+++ b/testsuites/smptests/smpscheduler04/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <inttypes.h>
diff --git a/testsuites/smptests/smpsignal01/init.c b/testsuites/smptests/smpsignal01/init.c
index dbc06c5..36a66be 100644
--- a/testsuites/smptests/smpsignal01/init.c
+++ b/testsuites/smptests/smpsignal01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpstrongapa01/init.c b/testsuites/smptests/smpstrongapa01/init.c
index b4552d5..bf8bc05 100644
--- a/testsuites/smptests/smpstrongapa01/init.c
+++ b/testsuites/smptests/smpstrongapa01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpswitchextension01/init.c b/testsuites/smptests/smpswitchextension01/init.c
index c5e962a..cee5ae1 100644
--- a/testsuites/smptests/smpswitchextension01/init.c
+++ b/testsuites/smptests/smpswitchextension01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpthreadlife01/init.c b/testsuites/smptests/smpthreadlife01/init.c
index 2cfe162..bcbfa48 100644
--- a/testsuites/smptests/smpthreadlife01/init.c
+++ b/testsuites/smptests/smpthreadlife01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpunsupported01/init.c b/testsuites/smptests/smpunsupported01/init.c
index 19c1a1b..01129fa 100644
--- a/testsuites/smptests/smpunsupported01/init.c
+++ b/testsuites/smptests/smpunsupported01/init.c
@@ -14,7 +14,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/smptests/smpwakeafter01/init.c b/testsuites/smptests/smpwakeafter01/init.c
index 1545721..e4a0e34 100644
--- a/testsuites/smptests/smpwakeafter01/init.c
+++ b/testsuites/smptests/smpwakeafter01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/spatomic01/init.c b/testsuites/sptests/spatomic01/init.c
index a37f3b3..9fda1d2 100644
--- a/testsuites/sptests/spatomic01/init.c
+++ b/testsuites/sptests/spatomic01/init.c
@@ -15,7 +15,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/atomic.h>
diff --git a/testsuites/sptests/spcache01/init.c b/testsuites/sptests/spcache01/init.c
index 8f5623c..b6ad797 100644
--- a/testsuites/sptests/spcache01/init.c
+++ b/testsuites/sptests/spcache01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <inttypes.h>
diff --git a/testsuites/sptests/spcontext01/init.c b/testsuites/sptests/spcontext01/init.c
index cf03daf..9499f5d 100644
--- a/testsuites/sptests/spcontext01/init.c
+++ b/testsuites/sptests/spcontext01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/cpuimpl.h>
diff --git a/testsuites/sptests/spcpucounter01/init.c b/testsuites/sptests/spcpucounter01/init.c
index fefa742..b2721dc 100644
--- a/testsuites/sptests/spcpucounter01/init.c
+++ b/testsuites/sptests/spcpucounter01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <stdio.h>
diff --git a/testsuites/sptests/spcpuset01/test.c b/testsuites/sptests/spcpuset01/test.c
index 569c296..2e44270 100644
--- a/testsuites/sptests/spcpuset01/test.c
+++ b/testsuites/sptests/spcpuset01/test.c
@@ -1,4 +1,4 @@
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
diff --git a/testsuites/sptests/speventsystem01/init.c b/testsuites/sptests/speventsystem01/init.c
index d262023..907ebf4 100644
--- a/testsuites/sptests/speventsystem01/init.c
+++ b/testsuites/sptests/speventsystem01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/sptests/speventtransient01/init.c b/testsuites/sptests/speventtransient01/init.c
index 8f44761..454253f 100644
--- a/testsuites/sptests/speventtransient01/init.c
+++ b/testsuites/sptests/speventtransient01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/sptests/spextensions01/init.c b/testsuites/sptests/spextensions01/init.c
index 06dc310..a056ba1 100644
--- a/testsuites/sptests/spextensions01/init.c
+++ b/testsuites/sptests/spextensions01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/spfatal26/init.c b/testsuites/sptests/spfatal26/init.c
index a77c62a..c849ae0 100644
--- a/testsuites/sptests/spfatal26/init.c
+++ b/testsuites/sptests/spfatal26/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/sptests/spglobalcon01/init.cc b/testsuites/sptests/spglobalcon01/init.cc
index f31ceca..2f4c19a 100644
--- a/testsuites/sptests/spglobalcon01/init.cc
+++ b/testsuites/sptests/spglobalcon01/init.cc
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/spinternalerror01/init.c b/testsuites/sptests/spinternalerror01/init.c
index 3012d73..592cfcf 100644
--- a/testsuites/sptests/spinternalerror01/init.c
+++ b/testsuites/sptests/spinternalerror01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/spinternalerror02/init.c b/testsuites/sptests/spinternalerror02/init.c
index c2816df..bf58947 100644
--- a/testsuites/sptests/spinternalerror02/init.c
+++ b/testsuites/sptests/spinternalerror02/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/spintrcritical10/init.c b/testsuites/sptests/spintrcritical10/init.c
index bbdfb54..fff1991 100644
--- a/testsuites/sptests/spintrcritical10/init.c
+++ b/testsuites/sptests/spintrcritical10/init.c
@@ -10,7 +10,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <tmacros.h>
diff --git a/testsuites/sptests/spintrcritical18/init.c b/testsuites/sptests/spintrcritical18/init.c
index d15ab80..000f081 100644
--- a/testsuites/sptests/spintrcritical18/init.c
+++ b/testsuites/sptests/spintrcritical18/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <tmacros.h>
diff --git a/testsuites/sptests/spintrcritical20/init.c b/testsuites/sptests/spintrcritical20/init.c
index f9c5280..60af3ad 100644
--- a/testsuites/sptests/spintrcritical20/init.c
+++ b/testsuites/sptests/spintrcritical20/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <tmacros.h>
diff --git a/testsuites/sptests/spintrcritical22/init.c b/testsuites/sptests/spintrcritical22/init.c
index 0ffb8cf..b7cd430 100644
--- a/testsuites/sptests/spintrcritical22/init.c
+++ b/testsuites/sptests/spintrcritical22/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <tmacros.h>
diff --git a/testsuites/sptests/spintrcritical23/init.c b/testsuites/sptests/spintrcritical23/init.c
index 02c8a7e..70907f0 100644
--- a/testsuites/sptests/spintrcritical23/init.c
+++ b/testsuites/sptests/spintrcritical23/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <tmacros.h>
diff --git a/testsuites/sptests/splinkersets01/init.c b/testsuites/sptests/splinkersets01/init.c
index ab0ce77..504ea75 100644
--- a/testsuites/sptests/splinkersets01/init.c
+++ b/testsuites/sptests/splinkersets01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/splinkersets01/items.c b/testsuites/sptests/splinkersets01/items.c
index 4773113..3072c64 100644
--- a/testsuites/sptests/splinkersets01/items.c
+++ b/testsuites/sptests/splinkersets01/items.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "splinkersets01.h"
diff --git a/testsuites/sptests/splinkersets01/sets.c b/testsuites/sptests/splinkersets01/sets.c
index 1061379..83f8f71 100644
--- a/testsuites/sptests/splinkersets01/sets.c
+++ b/testsuites/sptests/splinkersets01/sets.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "splinkersets01.h"
diff --git a/testsuites/sptests/spmrsp01/init.c b/testsuites/sptests/spmrsp01/init.c
index 4539fcc..a5f645d 100644
--- a/testsuites/sptests/spmrsp01/init.c
+++ b/testsuites/sptests/spmrsp01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/sptests/spmutex01/init.c b/testsuites/sptests/spmutex01/init.c
index 0bd6743..d87dd07 100644
--- a/testsuites/sptests/spmutex01/init.c
+++ b/testsuites/sptests/spmutex01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <errno.h>
diff --git a/testsuites/sptests/spprofiling01/init.c b/testsuites/sptests/spprofiling01/init.c
index a0e3188..54b4bfb 100644
--- a/testsuites/sptests/spprofiling01/init.c
+++ b/testsuites/sptests/spprofiling01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/profiling.h>
diff --git a/testsuites/sptests/spsem03/init.c b/testsuites/sptests/spsem03/init.c
index 780219d..d326314 100644
--- a/testsuites/sptests/spsem03/init.c
+++ b/testsuites/sptests/spsem03/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/spstdthreads01/init.c b/testsuites/sptests/spstdthreads01/init.c
index 862542b..3133d11 100644
--- a/testsuites/sptests/spstdthreads01/init.c
+++ b/testsuites/sptests/spstdthreads01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/spstkalloc02/init.c b/testsuites/sptests/spstkalloc02/init.c
index d6812fb..a2805d1 100644
--- a/testsuites/sptests/spstkalloc02/init.c
+++ b/testsuites/sptests/spstkalloc02/init.c
@@ -21,7 +21,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <tmacros.h>
diff --git a/testsuites/sptests/spsysinit01/init.c b/testsuites/sptests/spsysinit01/init.c
index 4cea5f1..20b5922d 100644
--- a/testsuites/sptests/spsysinit01/init.c
+++ b/testsuites/sptests/spsysinit01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/spsyslock01/init.c b/testsuites/sptests/spsyslock01/init.c
index 2354667..e667d98 100644
--- a/testsuites/sptests/spsyslock01/init.c
+++ b/testsuites/sptests/spsyslock01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/sptasknopreempt01/init.c b/testsuites/sptests/sptasknopreempt01/init.c
index 2d698e0..b2d6625 100644
--- a/testsuites/sptests/sptasknopreempt01/init.c
+++ b/testsuites/sptests/sptasknopreempt01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/spthreadlife01/init.c b/testsuites/sptests/spthreadlife01/init.c
index d7231da..a4fdd94 100644
--- a/testsuites/sptests/spthreadlife01/init.c
+++ b/testsuites/sptests/spthreadlife01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems.h>
diff --git a/testsuites/sptests/sptimecounter01/init.c b/testsuites/sptests/sptimecounter01/init.c
index c949244..81b7054 100644
--- a/testsuites/sptests/sptimecounter01/init.c
+++ b/testsuites/sptests/sptimecounter01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/sptimecounter02/init.c b/testsuites/sptests/sptimecounter02/init.c
index abd550f..fafbaf8 100644
--- a/testsuites/sptests/sptimecounter02/init.c
+++ b/testsuites/sptests/sptimecounter02/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <sys/lock.h>
diff --git a/testsuites/sptests/sptimecounter03/init.c b/testsuites/sptests/sptimecounter03/init.c
index a471a19..4ef084d 100644
--- a/testsuites/sptests/sptimecounter03/init.c
+++ b/testsuites/sptests/sptimecounter03/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/test.h>
diff --git a/testsuites/sptests/sptimecounter04/init.c b/testsuites/sptests/sptimecounter04/init.c
index f1304a3..42c3127 100644
--- a/testsuites/sptests/sptimecounter04/init.c
+++ b/testsuites/sptests/sptimecounter04/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <time.h>
diff --git a/testsuites/sptests/sptimerserver01/init.c b/testsuites/sptests/sptimerserver01/init.c
index 237f8b3..ec95d15 100644
--- a/testsuites/sptests/sptimerserver01/init.c
+++ b/testsuites/sptests/sptimerserver01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/sptests/sptls01/init.c b/testsuites/sptests/sptls01/init.c
index 7724f63..504ac27 100644
--- a/testsuites/sptests/sptls01/init.c
+++ b/testsuites/sptests/sptls01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <stdio.h>
diff --git a/testsuites/sptests/sptls03/init.c b/testsuites/sptests/sptls03/init.c
index 6690ec3..ac46f06 100644
--- a/testsuites/sptests/sptls03/init.c
+++ b/testsuites/sptests/sptls03/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/score/thread.h>
diff --git a/testsuites/tmtests/tmcontext01/init.c b/testsuites/tmtests/tmcontext01/init.c
index be4c606..d1f88e0 100644
--- a/testsuites/tmtests/tmcontext01/init.c
+++ b/testsuites/tmtests/tmcontext01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include <rtems/counter.h>
diff --git a/testsuites/tmtests/tmfine01/init.c b/testsuites/tmtests/tmfine01/init.c
index 1fe7c22..bf24ca1 100644
--- a/testsuites/tmtests/tmfine01/init.c
+++ b/testsuites/tmtests/tmfine01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"
diff --git a/testsuites/tmtests/tmtimer01/init.c b/testsuites/tmtests/tmtimer01/init.c
index 3d337e6..c95ca80 100644
--- a/testsuites/tmtests/tmtimer01/init.c
+++ b/testsuites/tmtests/tmtimer01/init.c
@@ -13,7 +13,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-  #include "config.h"
+#include "config.h"
 #endif
 
 #include "tmacros.h"



More information about the vc mailing list