X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Fcgroups%2Fcgroup_utils.h;h=f4316866fc7e31067213383f7c4e4f49d20ae2af;hb=d511b24d84823df428e85e6ccd79982486cd966a;hp=8576e5e4ec54be506871087a23f8356a6b469007;hpb=cb61c9e14569e6a94a8de4c97ff6ac1a04e363ec;p=mirror_lxcfs.git diff --git a/src/cgroups/cgroup_utils.h b/src/cgroups/cgroup_utils.h index 8576e5e..f431686 100644 --- a/src/cgroups/cgroup_utils.h +++ b/src/cgroups/cgroup_utils.h @@ -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 #include @@ -25,7 +17,6 @@ #include #include -#include "../config.h" #include "../macro.h" #include "../memory_utils.h"