NetworkManager/shared/systemd
Thomas Haller 3c581cbb78
build: fix redefinition of VALGRIND define in "nm-sd-adapt-shared.h"
When configuring with sanitizers enabled, ./configure.ac sets
-DVALGRIND=1 in the CFLAGS.

This causes a compilation error later:

  $ /bin/sh ./libtool  --tag=CC   --mode=compile gcc ... -DVALGRIND=1 ... src/dhcp/nm-dhcp-nettools.c
  ...
  In file included from src/dhcp/nm-dhcp-nettools.c:16:
  ./shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h:73: error: "VALGRIND" redefined [-Werror]
   #define VALGRIND 0
2020-05-13 17:21:01 +02:00
..
sd-adapt-shared build: fix redefinition of VALGRIND define in "nm-sd-adapt-shared.h" 2020-05-13 17:21:01 +02:00
src systemd: add nm_sd_http_url_is_valid() to access internal http_url_is_valid() 2020-04-24 10:09:50 +02:00
nm-logging-stub.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-sd-utils-shared.c dhcp: enforce MUD URL to use "https://" scheme 2020-04-24 20:54:13 +02:00
nm-sd-utils-shared.h dhcp: enforce MUD URL to use "https://" scheme 2020-04-24 20:54:13 +02:00