Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
description : 'Numerical project version (used where a simple number is expected)')
conf.set('PACKAGE_VERSION', meson.project_version())
conf.set('_GNU_SOURCE', true)
+conf.set('_FILE_OFFSET_BITS', 64)
conf.set('__STDC_FORMAT_MACROS', true)
version_data = configuration_data()
#ifndef __LXC_UTILS_H
#define __LXC_UTILS_H
-/* Properly support loop devices on 32bit systems. */
-#define _FILE_OFFSET_BITS 64
-
#include <errno.h>
#include <linux/loop.h>
#include <linux/types.h>