From bef2733fae665e880da6ea011b1f918e6900bb42 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 4 Jan 2011 01:58:38 +0100 Subject: mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID overridable via configure switch --- src/macro.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/macro.h') diff --git a/src/macro.h b/src/macro.h index 85a7fbccfd..996b7c2ed1 100644 --- a/src/macro.h +++ b/src/macro.h @@ -47,6 +47,9 @@ #define _weakref_(x) __attribute__((weakref(#x))) #define _introspect_(x) __attribute__((section("introspect." x))) +#define XSTRINGIFY(x) #x +#define STRINGIFY(x) XSTRINGIFY(x) + /* Rounds up */ static inline size_t ALIGN(size_t l) { return ((l + sizeof(void*) - 1) & ~(sizeof(void*) - 1)); -- cgit v1.2.3-54-g00ecf