libvirt/build-aux
Daniel P. Berrangé 4cfd709021 Fix many mistakes & inconsistencies in header file layout
This introduces a syntax-check script that validates header files use a
common layout:

  /*
   ...copyright header...
   */
  <one blank line>
  #ifndef SYMBOL
  # define SYMBOL
  ....content....
  #endif /* SYMBOL */

For any file ending priv.h, before the #ifndef, we will require a
guard to prevent bogus imports:

  #ifndef SYMBOL_ALLOW
  # error ....
  #endif /* SYMBOL_ALLOW */
  <one blank line>

The many mistakes this script identifies are then fixed.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2018-12-14 10:46:53 +00:00
..
augeas-gentest.pl Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
check-spacing.pl Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
header-ifdef.pl Fix many mistakes & inconsistencies in header file layout 2018-12-14 10:46:53 +00:00
minimize-po.pl po: minimize & canonicalize translations stored in git 2018-04-19 11:11:08 +01:00
mock-noinline.pl perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00
prohibit-duplicate-header.pl perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00