numam-dpdk/drivers/net/memif
Thomas Monjalon e0ae50c687 build: remove redundant _GNU_SOURCE definitions
The feature macro _GNU_SOURCE is defined globally,
but there was some remaining useless settings.

The internal definition in config/meson.build is kept,
all other internal definitions of _GNU_SOURCE are removed,
except in examples, which can be built as external applications.
Note: external applications do not inherit of _GNU_SOURCE.

Fixes: 5d7b673d5f ("mk: build with _GNU_SOURCE defined by default")
Fixes: 28188cee2a ("build: enable BSD features visibility for FreeBSD")
Fixes: e6cdc54cc0 ("net/mlx5: add socket server for external tools")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: David Marchand <david.marchand@redhat.com>
2021-03-23 08:41:05 +01:00
..
memif_socket.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
memif_socket.h net/memif: replace master/slave arguments 2020-10-20 13:17:08 +02:00
memif.h net/memif: replace master/slave arguments 2020-10-20 13:17:08 +02:00
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
rte_eth_memif.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
rte_eth_memif.h build: remove redundant _GNU_SOURCE definitions 2021-03-23 08:41:05 +01:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00