x, #x \
}
+#if !defined(CAP_AUDIT_READ)
+#define CAP_AUDIT_READ 37
+#endif /* !defined(CAP_AUDIT_READ) */
+
/* *INDENT-OFF* */
static struct {
const int val;
VALSTR_STRUCT(CAP_SYSLOG),
VALSTR_STRUCT(CAP_WAKE_ALARM),
VALSTR_STRUCT(CAP_BLOCK_SUSPEND),
-#if defined(CAP_AUDIT_READ)
VALSTR_STRUCT(CAP_AUDIT_READ),
-#endif /* defined(CAP_AUDIT_READ) */
};
/* *INDENT-ON* */
#include "common.h"
-bool containSetupFD(struct nsjconf_t * nsjconf, int fd_in, int fd_out, int fd_err);
+bool containSetupFD(struct nsjconf_t *nsjconf, int fd_in, int fd_out, int fd_err);
bool containContain(struct nsjconf_t *nsjconf);
#endif /* NS_CONTAIN_H */