freeipa/util
Nathaniel McCallum 4bafba06f2 Migrate from #ifndef guards to #pragma once
Using a pragma instead of guards is easier to write, less error prone
and avoids name clashes (a source of very subtle bugs). This pragma
is supported on almost all compilers, including all the compilers we
care about: https://en.wikipedia.org/wiki/Pragma_once#Portability.

This patch does not change the autogenerated files: asn1/asn1c/*.h.

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2016-05-29 14:04:45 +02:00
..
ipa_krb5.c Add compatibility function for older libkrb5 2015-05-30 12:24:15 -04:00
ipa_krb5.h Migrate from #ifndef guards to #pragma once 2016-05-29 14:04:45 +02:00
ipa_mspac.h Migrate from #ifndef guards to #pragma once 2016-05-29 14:04:45 +02:00
ipa_pwd_ntlm.c Stop including the DES algorythm from openssl. 2015-02-23 16:27:22 +01:00
ipa_pwd.c BUILD: Fix portability of NSS in file ipa_pwd.c 2014-01-28 16:35:34 +01:00
ipa_pwd.h Migrate from #ifndef guards to #pragma once 2016-05-29 14:04:45 +02:00