chiark / gitweb /
audit: remove double header inclusion
[elogind.git] / src / missing.h
index 003c821f8490b018be22b0dc65c6adae72397970..d6114cc2b2c4090bd33e6fb694f5528fe8b4da13 100644 (file)
@@ -61,6 +61,14 @@ static inline int pivot_root(const char *new_root, const char *put_old) {
  * protect this with a weak ref just in case glibc takes this away
  * from us. */
 
-static void nss_disable_nscd(void) _weakref_(__nss_disable_nscd);
+/* 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