X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmissing.h;fp=src%2Fmissing.h;h=d6114cc2b2c4090bd33e6fb694f5528fe8b4da13;hb=4927fcae48de061393b3ce9c12d49f80d73fbf1d;hp=5914b01a8eeb377e272c4ef75659288bd6193083;hpb=b95cf3629e8d78a0d28e71b0f5559fa9a8c038b5;p=elogind.git diff --git a/src/missing.h b/src/missing.h index 5914b01a8..d6114cc2b 100644 --- a/src/missing.h +++ b/src/missing.h @@ -63,4 +63,12 @@ static inline int pivot_root(const char *new_root, const char *put_old) { /* static void nss_disable_nscd(void) _weakref_(__nss_disable_nscd); */ +#ifndef AUDIT_SERVICE_START +#define AUDIT_SERVICE_START 1130 /* Service (daemon) start */ +#endif + +#ifndef AUDIT_SERVICE_STOP +#define AUDIT_SERVICE_STOP 1131 /* Service (daemon) stop */ +#endif + #endif