NetworkManager/src/devices
Dan Winship c81fb49aa5 all: fix up multiple-include-guard defines
Previously, src/nm-ip4-config.h, libnm/nm-ip4-config.h, and
libnm-glib/nm-ip4-config.h all used "NM_IP4_CONFIG_H" as an include
guard, which meant that nm-test-utils.h could not tell which of them
was being included (and so, eg, if you tried to include
nm-ip4-config.h in a libnm test, it would fail to compile because
nm-test-utils.h was referring to symbols in src/nm-ip4-config.h).

Fix this by changing the include guards in the non-API-stable parts of
the tree:

  - libnm-glib/nm-ip4-config.h remains   NM_IP4_CONFIG_H
  - libnm/nm-ip4-config.h now uses     __NM_IP4_CONFIG_H__
  - src/nm-ip4-config.h now uses       __NETWORKMANAGER_IP4_CONFIG_H__

And likewise for all other headers.

The two non-"nm"-prefixed headers, libnm/NetworkManager.h and
src/NetworkManagerUtils.h are now __NETWORKMANAGER_H__ and
__NETWORKMANAGER_UTILS_H__ respectively, which, while not entirely
consistent with the general scheme, do still mostly make sense in
isolation.
2014-08-16 10:17:14 -04:00
..
adsl all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
bluetooth all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
team all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
wifi all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
wimax all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
wwan all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-bond.c libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h 2014-08-07 14:04:14 -04:00
nm-device-bond.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-bridge.c core: update data types of some hwaddr properties 2014-08-07 15:41:04 -04:00
nm-device-bridge.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-ethernet.c core: update data types of some hwaddr properties 2014-08-07 15:41:04 -04:00
nm-device-ethernet.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-factory.c core: allow creation of virtual devices (software devices) via NMDeviceFactory 2014-06-27 13:27:01 +02:00
nm-device-factory.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-generic.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-device-generic.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-gre.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-gre.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-infiniband.c core: update data types of some hwaddr properties 2014-08-07 15:41:04 -04:00
nm-device-infiniband.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-logging.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-macvlan.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-macvlan.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-private.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-tun.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-tun.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-veth.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-veth.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-vlan.c core: update data types of some hwaddr properties 2014-08-07 15:41:04 -04:00
nm-device-vlan.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-vxlan.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-vxlan.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device.c core: fix a warning and a leak 2014-08-08 11:17:03 -04:00
nm-device.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00