normalize include guards. closes #33

pull/191/head
William Pitcock 2019-05-25 15:59:55 -05:00
parent 7460d2870e
commit ebfcaf5081
5 changed files with 10 additions and 10 deletions

View File

@ -13,8 +13,8 @@
* from the use of this software. * from the use of this software.
*/ */
#ifndef __BSDSTUBS_H__ #ifndef LIBPKGCONF_BSDSTUBS_H
#define __BSDSTUBS_H__ #define LIBPKGCONF_BSDSTUBS_H
#include <libpkgconf/libpkgconf-api.h> #include <libpkgconf/libpkgconf-api.h>

View File

@ -13,8 +13,8 @@
* from the use of this software. * from the use of this software.
*/ */
#ifndef PKGCONF__ITER_H #ifndef LIBPKGCONF_ITER_H
#define PKGCONF__ITER_H #define LIBPKGCONF_ITER_H
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@ -1,5 +1,5 @@
#ifndef PKGCONFG_API #ifndef LIBPKGCONF_LIBPKGCONF_API_H
#define PKGCONFG_API #define LIBPKGCONF_LIBPKGCONF_API_H
/* Makefile.am specifies visibility using the libtool option -export-symbols-regex '^pkgconf_' /* Makefile.am specifies visibility using the libtool option -export-symbols-regex '^pkgconf_'
* Unfortunately, that is not available when building with cmake, so use attributes instead, * Unfortunately, that is not available when building with cmake, so use attributes instead,

View File

@ -13,8 +13,8 @@
* from the use of this software. * from the use of this software.
*/ */
#ifndef __STDINC_H #ifndef LIBPKGCONF_STDINC_H
#define __STDINC_H #define LIBPKGCONF_STDINC_H
#include <ctype.h> #include <ctype.h>
#include <stdio.h> #include <stdio.h>

View File

@ -7,8 +7,8 @@
* under the MIT license. For all details and documentation, see * under the MIT license. For all details and documentation, see
* https://github.com/tronkko/dirent * https://github.com/tronkko/dirent
*/ */
#ifndef DIRENT_H #ifndef LIBPKGCONF_DIRENT_H
#define DIRENT_H #define LIBPKGCONF_DIRENT_H
/* /*
* Include windows.h without Windows Sockets 1.1 to prevent conflicts with * Include windows.h without Windows Sockets 1.1 to prevent conflicts with