NetworkManager/src/devices/wifi
Thomas Haller 9152dec99f build: disable deprecation checks for internal compilation
For internal compilation we want to be able to use deprecated
API without warnings.

Define the version min/max macros to effectively disable deprecation
warnings.

However, don't do it via CFLAGS option in the makefiles, instead hack it
to "nm-default.h". After all, *every* source file that is for internal
compilation needs to include this header as first.
2016-04-05 22:22:58 +02:00
..
tests build: disable deprecation checks for internal compilation 2016-04-05 22:22:58 +02:00
exports.ver core: move device factory type function into factory object 2014-09-11 12:47:23 -05:00
Makefile.am build: disable deprecation checks for internal compilation 2016-04-05 22:22:58 +02:00
nm-device-olpc-mesh.c utils: inject platform into nm_utils_complete_generic() 2016-03-15 12:56:58 +01:00
nm-device-olpc-mesh.h core: split device creation and device setup (bgo #737458) 2015-07-31 14:06:09 -05:00
nm-device-wifi.c utils: inject platform into nm_utils_complete_generic() 2016-03-15 12:56:58 +01:00
nm-device-wifi.h wifi: don't fail construction of NMDeviceWifi in constructor 2016-01-06 22:18:25 +01:00
nm-wifi-ap-utils.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-wifi-ap-utils.h libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
nm-wifi-ap.c all: drop str_if_set() in favor of the "?:" operator 2016-03-08 17:57:20 +01:00
nm-wifi-ap.h core: move D-Bus export/unexport into NMExportedObject 2015-07-24 13:25:47 -04:00
nm-wifi-factory.c wifi: ignore monitor interfaces 2016-02-24 11:43:42 +01:00