chiark / gitweb /
tree-wide: remove Emacs lines from all files
[elogind.git] / src / basic / missing.h
index af071bd37b7e873695e24e2bd00f4b643812e238..981b7932524c6a02fc23e9b5465f22eb7d8e4d30 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -979,6 +977,10 @@ static inline int setns(int fd, int nstype) {
 #define IFA_FLAGS 8
 #endif
 
+#ifndef IFA_F_MANAGETEMPADDR
+#define IFA_F_MANAGETEMPADDR 0x100
+#endif
+
 #ifndef IFA_F_NOPREFIXROUTE
 #define IFA_F_NOPREFIXROUTE 0x200
 #endif