build: remove unnecessary large file support defines
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 28 May 2019 11:07:46 +0000 (12:07 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 3 Jun 2019 21:55:50 +0000 (23:55 +0200)
commitf5256f8dfd959aae5a544048d1c0bdbdc1e5becf
tree6cdb6a76170a34d99e8e2a0d63a7e2e084e7a330
parent40af5458a7a89c16ae0dd8cc64c1f148e5b40761
build: remove unnecessary large file support defines

Since we now always use _FILE_OFFSET_BITS=64 flag when building
DPDK, we can remove the Makefile and C-file #defines setting it
individually for parts of the build.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
examples/vhost_crypto/meson.build
examples/vhost_scsi/meson.build
lib/librte_eal/linux/eal/eal_memalloc.c
lib/librte_eal/linux/eal/eal_memory.c
lib/librte_vhost/Makefile