]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - src/cgroups/cgroup_utils.h
tree-wide: set _GNU_SOURCE in meson.build
[mirror_lxcfs.git] / src / cgroups / cgroup_utils.h
index 8576e5e4ec54be506871087a23f8356a6b469007..f4316866fc7e31067213383f7c4e4f49d20ae2af 100644 (file)
@@ -3,15 +3,7 @@
 #ifndef __LXC_CGROUP_UTILS_H
 #define __LXC_CGROUP_UTILS_H
 
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE
-#endif
-
-#ifndef FUSE_USE_VERSION
-#define FUSE_USE_VERSION 26
-#endif
-
-#define _FILE_OFFSET_BITS 64
+#include "config.h"
 
 #include <fcntl.h>
 #include <stdarg.h>
@@ -25,7 +17,6 @@
 #include <sys/vfs.h>
 #include <unistd.h>
 
-#include "../config.h"
 #include "../macro.h"
 #include "../memory_utils.h"