NetworkManager/shared
Thomas Haller 2c9af9db43
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

(cherry picked from commit 3c581cbb78)
2020-05-13 17:24:30 +02:00
..
c-list
c-rbtree
c-siphash
c-stdaux
n-acd
n-dhcp4 n-dhcp4: don't fail dispatch in case of receive errors 2020-04-30 18:15:42 +02:00
nm-glib-aux shared/glib: prevent users to use g_cancellable_reset() 2020-04-29 12:29:55 +02:00
nm-keyfile keyfile: minor cleanup handling error in read_array_of_uint() 2020-04-15 22:41:02 +02:00
nm-libnm-aux
nm-libnm-core-aux
nm-libnm-core-intern
nm-std-aux
nm-udev-aux shared/udev: don't use GIOChannel to watch plain file descriptor 2020-01-13 15:46:04 +01:00
nm-utils
systemd build: fix redefinition of VALGRIND define in "nm-sd-adapt-shared.h" 2020-05-13 17:24:30 +02:00
meson.build
nm-default.h
nm-meta-setting.c
nm-meta-setting.h
nm-test-libnm-utils.h
nm-test-utils-impl.c all: use "int/char" instead of "gint/gchar" typedefs 2020-05-08 12:57:11 +02:00
nm-version-macros.h.in